summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auviavar.h
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2010-09-12 02:03:36 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2010-09-12 02:03:36 +0000
commite369522c820ff951d482a03abe02fbfbf98eef38 (patch)
tree284c766ba0a832ced3f9f386a683c7dd38bd8173 /sys/dev/pci/auviavar.h
parentd07ea75b06a3559bc9d191a6c2712123de368d2b (diff)
autoconf activate suspend/resume for auvia(4). uses new audio(4)
DVACT_{QUIESCE,RESUME].
Diffstat (limited to 'sys/dev/pci/auviavar.h')
-rw-r--r--sys/dev/pci/auviavar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/auviavar.h b/sys/dev/pci/auviavar.h
index b9a6fcbebb0..a0a60c72c74 100644
--- a/sys/dev/pci/auviavar.h
+++ b/sys/dev/pci/auviavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auviavar.h,v 1.11 2008/10/23 21:50:01 jakemsr Exp $ */
+/* $OpenBSD: auviavar.h,v 1.12 2010/09/12 02:03:35 jakemsr Exp $ */
/* $NetBSD: auviavar.h,v 1.1 2000/03/31 04:45:29 tsarna Exp $ */
/*-
@@ -65,6 +65,8 @@ struct auvia_softc {
int bufsize;
int sc_spdif;
+ pcireg_t sc_pci_junk;
+
struct auvia_dma *sc_dmas;
struct auvia_softc_chan sc_play, sc_record;