Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dwd33c93var.h120 struct wd33c93_softc { struct
121 device_t sc_dev;
123 struct scsipi_channel sc_channel; /* proto for sub devices */
124 struct scsipi_adapter sc_adapter;
125 device_t sc_child; /* attached scsibus, if any */
126 struct callout sc_watchdog;
127 void *sc_driver; /* driver specific field */
129 int target; /* Currently active target */
130 int lun; /* Currently active LUN */
133 bus_space_tag_t sc_regt;
[all …]
/netbsd-src/sys/arch/sgimips/stand/common/
H A Diris_scsivar.h51 struct wd33c93_softc { struct
64 struct wd33c93_softc wd33c93_softc[NSCSI]; argument