diff options
author | nyan <nyan@FreeBSD.org> | 2000-12-10 10:02:32 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2000-12-10 10:02:32 +0000 |
commit | 561cc1147c2a8b65f49a6275c07912c591d8a326 (patch) | |
tree | 350193f79ed3f5bce3dcd90a73980ece21307c31 /sys/pc98 | |
parent | d5aa3031c6af8b0d43ee926aedc43b13ac77975f (diff) | |
download | FreeBSD-src-561cc1147c2a8b65f49a6275c07912c591d8a326.zip FreeBSD-src-561cc1147c2a8b65f49a6275c07912c591d8a326.tar.gz |
Removed the VoxWare sound drivers.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 21 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC.hints | 23 |
2 files changed, 4 insertions, 40 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 211c9f0..02b0725 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -204,27 +204,14 @@ device awi # Xircom pccard ethernet device xe +#device joy -# The VoxWare sound drivers -#device snd -#device sb -#device sbxvi -#device sbmidi -#device opl -#device nss -#device mss -#device mpu - -#device joy - -# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!). -# # Windows Sound System -#device pcm +#device pcm # # Sound Blaster 16 (This device need the bridge driver.) -#device pcm -#device sbc +#device pcm +#device sbc # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index e76272e..21114d0 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -276,32 +276,9 @@ hint.snc.0.port="0x888" hint.snc.0.irq="6" hint.snc.0.maddr="0xc0000" -# The VoxWare sound drivers -#hint.sb.0.at="isa" -#hint.sb.0.port="0x20d2" -#hint.sb.0.irq="10" -#hint.sb.0.drq="3" -#hint.sbxvi.0.at="isa" -#hint.sbxvi.0.drq="3" -#hint.sbmidi.0.at="isa" -#hint.sbmidi.0.port="0x80d2" -#hint.opl.0.at="isa" -#hint.opl.0.port="0x28d2" -#hint.nss.0.at="isa" -#hint.nss.0.port="0xa460" -#hint.nss.0.irq="12" -#hint.mss.0.at="isa" -#hint.mss.0.port="0xf40" -#hint.mss.0.irq="12" -#hint.mss.0.drq="1" -#hint.mpu.0.at="isa" -#hint.mpu.0.port="0xe0d0" -#hint.mpu.0.irq="6" - #hint.joy.0.at="isa" #hint.joy.0.port="0x04d2" -# The newpcm driver (use INSTEAD of snd and all VOXWARE drivers!) # Windows Sound System #hint.pcm.0.at="isa" #hint.pcm.0.port="0xf40" |