diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-28 15:14:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-28 15:14:09 +0000 |
commit | 9abcd296518d58c0a266bec4849120b4a52fcd9d (patch) | |
tree | 299dae37dd48870c97523e9b3f505423acdec6ff /sys/dev/pci/auviavar.h | |
parent | 52fef35c1f233e79c61c7499a2e5da4ba0f9f8be (diff) |
typo; from weissmanndude
Diffstat (limited to 'sys/dev/pci/auviavar.h')
-rw-r--r-- | sys/dev/pci/auviavar.h | 5 |
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; |