diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2005-11-06 08:40:34 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2005-11-06 08:40:34 +0000 |
commit | 0189c2b6b4561adb7cf817a2ee898989cad9e49c (patch) | |
tree | 16dac4b272c70050621692b51f2367f194312898 | |
parent | 1b5c7e39eb0b780c7c57a51fd857c951802d521f (diff) |
enable midi@pcppi and sequencer
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index f932caf1e68..769803435a7 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.85 2005/11/05 11:56:37 brad Exp $ +# $OpenBSD: GENERIC,v 1.86 2005/11/06 08:40:33 jolan Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -367,7 +367,7 @@ emu* at pci? # SB Live! opl* at yds? # MIDI support -#midi* at pcppi? # MIDI interface to the PC speaker +midi* at pcppi? # MIDI interface to the PC speaker #midi* at opl? # OPL FM synth #midi* at autri? midi* at eap? @@ -417,7 +417,7 @@ safe* at pci? # SafeNet SafeXcel 1141/1741 #ioprbs* at iop? # Random block storage #scsibus* at ioprbs? -#pseudo-device sequencer 1 +pseudo-device sequencer 1 #pseudo-device raid 4 # RAIDframe disk driver pseudo-device bio 1 # ioctl multiplexing device pseudo-device hotplug 1 # devices hot plugging |