summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auviavar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/auviavar.h')
-rw-r--r--sys/dev/pci/auviavar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/auviavar.h b/sys/dev/pci/auviavar.h
index 9dee15abd6e..3cf252b1e33 100644
--- a/sys/dev/pci/auviavar.h
+++ b/sys/dev/pci/auviavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auviavar.h,v 1.5 2002/05/30 15:13:20 mickey Exp $ */
+/* $OpenBSD: auviavar.h,v 1.6 2003/02/28 15:14:08 mickey Exp $ */
/* $NetBSD: auviavar.h,v 1.1 2000/03/31 04:45:29 tsarna Exp $ */
/*-
@@ -53,11 +53,12 @@ struct auvia_softc_chan {
struct auvia_softc {
struct device sc_dev;
+ struct audio_device sc_audev;
void *sc_ih; /* interrupt handle */
- char sc_revision[8];
u_int sc_flags;
#define AUVIA_FLAGS_VT8233 0x0001
+#define AUVIA_FLAGS_MPB 0x0002 /* use multi-pb */
pci_chipset_tag_t sc_pc;
pcitag_t sc_pt;