Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dwt.c122 struct wt_softc { struct
123 device_t sc_dev;
124 void *sc_ih;
126 bus_space_tag_t sc_iot;
127 bus_space_handle_t sc_ioh;
128 isa_chipset_tag_t sc_ic;
130 callout_t sc_timer_ch;
132 enum wttype type; /* type of controller */
133 int chan; /* DMA channel number, 1..3 */
134 int flags; /* state of tape drive */
[all …]