Searched defs:mha_softc (Results 1 – 1 of 1) sorted by relevance
87 struct mha_softc { struct88 device_t sc_dev;89 volatile void *sc_iobase;90 volatile u_char *sc_pc;91 volatile u_short *sc_ps;92 volatile u_char *sc_pcx;94 struct scsipi_channel sc_channel;95 struct scsipi_adapter sc_adapter;98 struct acb *sc_nexus; /* current command */99 struct acb sc_acb[8]; /* one per target */[all …]