Home
last modified time | relevance | path

Searched defs:sea_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dseagate.c191 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 */
[all …]