diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-02-21 02:03:02 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-02-21 02:03:02 +0000 |
commit | 5cb35996b8459933ef2bb857790218b6636bf032 (patch) | |
tree | 9b2f5224c1b1a75d9a87ec9565de1637a0e8f466 /sys/arch/i386/conf/GENERIC | |
parent | 49fddd90b1dcf13adb654b535e68a69f7f336d5a (diff) |
enable envy(4) on i386
ok jakemsr@, beck@, deraadt@
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f2ea23441ca..8eb4e402bdb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.600 2008/02/17 15:04:08 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.601 2008/02/21 02:03:01 ratchov Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -636,7 +636,7 @@ maestro* at pci? # ESS Maestro PCI esa* at pci? # ESS Maestro3 PCI yds* at pci? flags 0x0000 # Yamaha YMF Audio emu* at pci? # SB Live! -#envy* at pci? # VIA Envy24 (aka ICE1712) +envy* at pci? # VIA Envy24 (aka ICE1712) sb0 at isa? port 0x220 irq 5 drq 1 # SoundBlaster sb* at isapnp? ess* at isapnp? # ESS Tech ES188[78], ES888 @@ -677,6 +677,7 @@ audio* at ess? audio* at wss? audio* at ym? audio* at eap? +audio* at envy? audio* at eso? audio* at sv? audio* at neo? |