Lines Matching defs:sea_softc
191 struct sea_softc { struct
192 device_t sc_dev;
193 void *sc_ih;
195 int type; /* board type */
196 void * maddr; /* Base address for card */
197 void * maddr_cr_sr; /* Address of control and status reg */
198 void * maddr_dr; /* Address of data register */
200 struct scsipi_adapter sc_adapter;
201 struct scsipi_channel sc_channel;
204 struct sea_scb *nexus; /* currently connected command */
205 int numscbs; /* number of scsi control blocks */
206 struct sea_scb scb[SCB_TABLE_SIZE];
208 int our_id; /* our scsi id */
209 u_char our_id_mask;
210 volatile u_char busy[8]; /* index=target, bit=lun, Keep track of