Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sound/isa/
Dmss.c61 struct mss_info { struct
62 struct resource *io_base; /* primary I/O address for the board */
63 int io_rid;
64 struct resource *conf_base; /* and the opti931 also has a config space */
65 int conf_rid;
66 struct resource *irq;
67 int irq_rid;
68 struct resource *drq1; /* play */
69 int drq1_rid;
70 struct resource *drq2; /* rec */
[all …]