aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 03:22:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 03:22:12 +0000
commit0264a8a9c62201065139b06dea50fe018829ffef (patch)
tree0a2e374cde1ab261deb02c14513c4e16f717d5c0
parent003974384119463f1caa4a851fb09f1702fcfc8b (diff)
downloadsrc-0264a8a9c62201065139b06dea50fe018829ffef.tar.gz
src-0264a8a9c62201065139b06dea50fe018829ffef.zip
0x330 is the default address for SB Midi, not 0x300
Submitted by: Doug Rabson <dfr@render.com>
Notes
Notes: svn path=/head/; revision=7640
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 158a59d53c59..902525d609da 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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.160 1995/03/29 05:14:22 davidg Exp $
+# $Id: LINT,v 1.161 1995/03/30 00:20:08 rgrimes 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
@@ -570,7 +570,7 @@ device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr
device sbxvi0 at isa? drq 5
# SoundBlaster 16 MIDI - for SB16 - requires sb0 device
-device sbmidi0 at isa? port 0x300
+device sbmidi0 at isa? port 0x330
# ProAudioSpectrum PCM and Midi - for PAS
device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 158a59d53c59..902525d609da 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.160 1995/03/29 05:14:22 davidg Exp $
+# $Id: LINT,v 1.161 1995/03/30 00:20:08 rgrimes 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
@@ -570,7 +570,7 @@ device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr
device sbxvi0 at isa? drq 5
# SoundBlaster 16 MIDI - for SB16 - requires sb0 device
-device sbmidi0 at isa? port 0x300
+device sbmidi0 at isa? port 0x330
# ProAudioSpectrum PCM and Midi - for PAS
device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 158a59d53c59..902525d609da 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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.160 1995/03/29 05:14:22 davidg Exp $
+# $Id: LINT,v 1.161 1995/03/30 00:20:08 rgrimes 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
@@ -570,7 +570,7 @@ device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr
device sbxvi0 at isa? drq 5
# SoundBlaster 16 MIDI - for SB16 - requires sb0 device
-device sbmidi0 at isa? port 0x300
+device sbmidi0 at isa? port 0x330
# ProAudioSpectrum PCM and Midi - for PAS
device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr