diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-20 19:34:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-20 19:34:40 +0000 |
commit | a355de2e3ef06e2b59ecaaa287062dace7ec0c2f (patch) | |
tree | b0ee005e85f223bddac7862c9ab55087c2c2a2e3 /sys/arch/i386/conf/GENERIC | |
parent | 882324330380c38cd89b77cf95af8684906ea1aa (diff) |
fix audio attachments
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 13ff6339116..e533524d119 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.72 1998/07/11 15:31:19 todd Exp $ +# $OpenBSD: GENERIC,v 1.73 1998/07/20 19:34:39 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -180,6 +180,8 @@ fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver +eap* at pci? dev ? function ? # Ensoniq AudioPCI S5016 +sv* at pci? dev ? function ? # S3 SonicVibes (S3 617) sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster sb* at isapnp? wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System @@ -188,9 +190,6 @@ gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis UltraSound (flags is record ym* at isapnp? #spkr0 at pckbd? port 0x61 -eap* at pci? dev ? function ? # Ensoniq AudioPCI S5016 -sv* at pci? dev ? function ? # S3 SonicVibes (S3 617) - #Audio Support audio* at sb? audio* at gus? @@ -198,6 +197,8 @@ audio* at pas? audio* at sp? audio* at wss? audio* at ym? +audio* at eap? +audio* at sv? # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 |