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.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/pci/auviavar.h b/sys/dev/pci/auviavar.h
index 0ea7fab5513..b6042b2a79d 100644
--- a/sys/dev/pci/auviavar.h
+++ b/sys/dev/pci/auviavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auviavar.h,v 1.3 2000/12/27 02:50:07 mickey Exp $ */
+/* $OpenBSD: auviavar.h,v 1.4 2001/11/19 17:47:37 mickey Exp $ */
/* $NetBSD: auviavar.h,v 1.1 2000/03/31 04:45:29 tsarna Exp $ */
/*-
@@ -53,13 +53,9 @@ struct auvia_softc_chan {
struct auvia_softc {
struct device sc_dev;
+ void *sc_ih; /* interrupt handle */
char sc_revision[8];
- u_long sc_fixed_rate; /* if codec doesn't support variable
- * rate audio, set to the fixed rate
- * it uses */
-
- void *sc_ih; /* interrupt handle */
pci_chipset_tag_t sc_pc;
pcitag_t sc_pt;