summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-10-23 21:21:52 +0000
committerjkh <jkh@FreeBSD.org>1993-10-23 21:21:52 +0000
commit1383b9ccfe9a987172f608d5967edb82e134f7db (patch)
tree37296f3d406cb96fde75c9743284773613f2efa3 /sys/conf
parent28cd21a9ba8a1e1a40b10a46079ae011c2a269fb (diff)
downloadFreeBSD-src-1383b9ccfe9a987172f608d5967edb82e134f7db.zip
FreeBSD-src-1383b9ccfe9a987172f608d5967edb82e134f7db.tar.gz
Removed comments from LINT file, left small example for SoundBlaster
in its place and moved commentary into /sys/i386/doc/sound.doc
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES21
1 files changed, 5 insertions, 16 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 60dfc97..7445a52 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.17 1993/10/19 19:49:24 nate Exp $
+# $Id: LINT,v 1.18 1993/10/23 10:49:00 jkh Exp $
#
machine "i386"
@@ -116,24 +116,13 @@ disk wd0 at wd0 drive 0
disk wd1 at wd0 drive 1
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
-# To enable sound card support, uncomment one or more of the following lines.
-# Unit numbers are:
-# 1 for Yamaha FM synth
-# 2 for SB/SB Pro DSP
-# 3 for PAS PCM and Midi
-# 4 for GUS
-# 5 for MPU-401
-#
-# If you have ProAudioSpectrum, uncomment units 3, 2 and 1
-# If you have SoundBlaster, uncomment 2 and 1.
-# If you have GravisUltrasound, uncomment 4
-# If you have MPU-401, uncomment 5
-#
+# Various sound card drivers. This is set to SoundBlaster configuration.
+# See /sys/i386/doc/sound.doc for more information.
#device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr
#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr
#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr
-#device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
-#device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr
+device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
+device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr
#
#
# options that have not been resolved yet
OpenPOWER on IntegriCloud