diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-02-21 02:16:43 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-02-21 02:16:43 +0000 |
commit | 0aa75b9824f3a989d42afa0ea8d97785d18fb85a (patch) | |
tree | 696be258efd25e765694d7a43ab09da2280a1b71 /sys/arch/amd64 | |
parent | 5cb35996b8459933ef2bb857790218b6636bf032 (diff) |
enable envy(4) on amd64, untested.
suggested by brad@, "i don't feel like objecting" deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index b7628304160..e519681247a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.213 2008/02/21 01:15:04 brad Exp $ +# $OpenBSD: GENERIC,v 1.214 2008/02/21 02:16:42 ratchov Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -461,6 +461,7 @@ etphy* at mii? # Agere/LSI ET1011 TruePHY ukphy* at mii? # "unknown" PHYs eap* at pci? # Ensoniq AudioPCI S5016 +envy* at pci? # VIA Envy24 (aka ICE1712) #eso* at pci? # ESS Solo-1 PCI AudioDrive #sv* at pci? # S3 SonicVibes (S3 617) #neo* at pci? # NeoMagic 256AV/ZX @@ -495,6 +496,7 @@ spkr0 at pcppi? # PC speaker # Audio Support audio* at eap? +audio* at envy? #audio* at eso? #audio* at sv? #audio* at neo? |