Searched defs:mpii_softc (Results 1 – 1 of 1) sorted by relevance
164 struct mpii_softc { struct165 device_t sc_dev;167 pci_chipset_tag_t sc_pc;168 pcitag_t sc_tag;170 void *sc_ih;171 pci_intr_handle_t *sc_pihp;173 struct scsipi_adapter sc_adapt;174 struct scsipi_channel sc_chan;175 device_t sc_child; /* our scsibus */177 int sc_flags;[all …]