Searched defs:aic_softc (Results 1 – 1 of 1) sorted by relevance
117 struct aic_softc { struct118 device_t sc_dev;120 bus_space_tag_t sc_iot;121 bus_space_handle_t sc_ioh;123 struct scsipi_adapter sc_adapter;124 struct scsipi_channel sc_channel;127 struct aic_acb *sc_nexus; /* current command */128 struct aic_acb sc_acb[8];129 struct aic_tinfo sc_tinfo[8];132 u_char *sc_dp; /* Current data pointer */[all …]