diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-10-04 09:32:44 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-10-04 09:32:44 +0000 |
commit | f84cf1511433a461e1100580ad4218223d560cc9 (patch) | |
tree | 83d330db7244226e6a7573eacf44e659a180364f /sys/arch/amd64/conf | |
parent | 823a39b560bdcfbee97983ce2176d5d47a5efc11 (diff) |
add support for midi(4) ports to envy(4)
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e2dfb7caae3..cfca7f30057 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.304 2010/09/26 20:39:08 miod Exp $ +# $OpenBSD: GENERIC,v 1.305 2010/10/04 09:32:43 ratchov Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -558,6 +558,7 @@ mpu* at isa? port 0x330 # MIDI support #midi* at autri? midi* at eap? +midi* at envy? midi* at mpu? spkr0 at pcppi? # PC speaker |