diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-02-21 01:15:05 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-02-21 01:15:05 +0000 |
commit | 702b8139e944833f90396dd4de094a09b5dde898 (patch) | |
tree | 1d93577a8249e3869f3bf63a4dc99f761d86ab0c | |
parent | 4f61aacdcd47f2dc9a6433549d408cdc674df873 (diff) |
uncomment the entry to allow opl(4) to attach to cmpci(4).
ok jakemsr@ dlg@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 9624abf849f..b7628304160 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.212 2008/02/17 15:04:08 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.213 2008/02/21 01:15:04 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -482,7 +482,7 @@ mpu* at isa? port 0x330 # OPL[23] FM synthesizers #opl* at eso? opl* at yds? -#opl* at cmpci? +opl* at cmpci? # MIDI support midi* at pcppi? # MIDI interface to the PC speaker |