ASC_IS_ISA
if (bus_type & ASC_IS_ISA) {
if (bus_type & ASC_IS_ISA)
if ((sc->bus_type & ASC_IS_ISA) != 0)
if (sc->bus_type & (ASC_IS_ISA | ASC_IS_VL | ASC_IS_EISA))
if ((sc->bus_type & (ASC_IS_ISA | ASC_IS_VL)) != 0) {
if (sc->bus_type & ASC_IS_ISA) {
return (ASC_IS_ISA);
irq = AscGetChipIRQ(iot, ioh, ASC_IS_ISA);
sc->bus_type = ASC_IS_ISA;