Home
last modified time | relevance | path

Searched refs:mad_chip_type (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/isa/
Dwss_isa.c135 sc->mad_chip_type = MAD_NONE; in wssfind()
291 sc->mad_chip_type = chip_type; in detect_mad16()
348 sc->mad_chip_type = MAD_82C929; in madprobe()
351 sc->mad_chip_type = MAD_82C928; in madprobe()
354 sc->mad_chip_type = MAD_OTI601D; in madprobe()
357 sc->mad_chip_type = MAD_82C928; in madprobe()
391 sc->mad_chip_type = MAD_NONE; in madprobe()
398 if (sc->mad_chip_type == MAD_NONE) in madunmap()
Dwss.c137 switch(sc->mad_chip_type) { in wssattach()
159 if (sc->mad_chip_type != MAD_NONE) { in wssattach()
403 switch (sc->mad_chip_type) { /* Output password */ in mad_read()
415 panic("mad_read: Bad chip type=%d", sc->mad_chip_type); in mad_read()
427 switch (sc->mad_chip_type) { /* Output password */ in mad_write()
439 panic("mad_write: Bad chip type=%d", sc->mad_chip_type); in mad_write()
453 if (sc->mad_chip_type == MAD_NONE) in madattach()
468 if (sc->mad_chip_type == MAD_82C929) { in madattach()
Dwssvar.h72 int mad_chip_type; /* chip type if MAD emulation of WSS */ member
/netbsd/src/sys/dev/isapnp/
Dwss_isapnp.c142 sc->mad_chip_type = MAD_NONE; in wss_isapnp_attach()
169 if (ipa->ipa_nio > 1 && sc->mad_chip_type == MAD_NONE) { in wss_isapnp_attach()