summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/LINT
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-01 07:05:16 +0000
committerjkh <jkh@FreeBSD.org>1995-08-01 07:05:16 +0000
commit66eae772cda6a8a737642090cdc28ee0ca41278f (patch)
treeae04ca446c7a45b58204a185213b13eebc599ae1 /sys/i386/conf/LINT
parent291b6f45ffe41e8a55bb45a36614b80bae8aaf54 (diff)
downloadFreeBSD-src-66eae772cda6a8a737642090cdc28ee0ca41278f.zip
FreeBSD-src-66eae772cda6a8a737642090cdc28ee0ca41278f.tar.gz
Sync to reality for the Gravis Ultrasound MAX card.
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r--sys/i386/conf/LINT14
1 files changed, 10 insertions, 4 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 6a23e4df..938ebba 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.188 1995/07/16 10:31:08 joerg Exp $
+# $Id: LINT,v 1.189 1995/07/17 23:32:53 gibbs Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -596,7 +596,7 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr
# sbmidi: SoundBlaster 16 MIDI interface
# pas: ProAudioSpectrum PCM and MIDI
# gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX
-# gusxvi: Gravis Ultrasound 16-bit PCM
+# gusxvi: Gravis Ultrasound 16-bit PCM (do not use)
# gusmax: Gravis Ultrasound MAX (currently broken)
# mss: Microsoft Sound System
# opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum
@@ -612,6 +612,10 @@ device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr
# If you don't have a lpt0 device at IRQ 7, you can remove the
# ``conflicts'' specification in the appropriate device entries below.
#
+
+# Use this if you have a Gravis Ultrasound MAX card.
+options GUSMAX
+
# Controls all sound devices
controller snd0
device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
@@ -619,8 +623,10 @@ device sbxvi0 at isa? drq 5
device sbmidi0 at isa? port 0x330
device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr
device gus0 at isa? port 0x220 irq 11 drq 1 vector gusintr
-device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr
-device gusmax0 at isa? port 0x32c
+# The following two apparently do not work and may never. Use GUSMAX option
+# above, instead.
+#device gusxvi0 at isa? port 0x530 irq 7 conflicts drq 3 vector adintr
+#device gusmax0 at isa? port 0x32c
device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr
device opl0 at isa? port 0x388
device mpu0 at isa? port 0x330 irq 6 drq 0
OpenPOWER on IntegriCloud