Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Daria.c88 struct aria_softc { struct
89 device_t sc_dev; /* base device */
90 kmutex_t sc_lock;
91 kmutex_t sc_intr_lock;
92 void *sc_ih; /* interrupt vectoring */
93 bus_space_tag_t sc_iot; /* Tag on 'da bus. */
94 bus_space_handle_t sc_ioh; /* Handle of iospace */
95 isa_chipset_tag_t sc_ic; /* ISA chipset info */
97 u_short sc_open; /* reference count of open calls */
98 u_short sc_play; /* non-paused play chans 2**chan */
[all …]