Searched defs:mpii_softc (Results 1 – 1 of 1) sorted by relevance
150 struct mpii_softc { struct151 struct device sc_dev;153 pci_chipset_tag_t sc_pc;154 pcitag_t sc_tag;156 void *sc_ih;158 int sc_flags;163 struct scsibus_softc *sc_scsibus;164 unsigned int sc_pending;166 struct mpii_device **sc_devs;168 bus_space_tag_t sc_iot;[all …]