summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-06-23 19:41:34 +0000
committerache <ache@FreeBSD.org>1996-06-23 19:41:34 +0000
commitd1f1d89e8c95d764149021517e3f46e85e8ef6ce (patch)
tree3d0e6d03a55c86c6ccf815510a1f0248fb53d71c /sys
parent2bda67aab8cdfa07f1398a64a7b200f63d489363 (diff)
downloadFreeBSD-src-d1f1d89e8c95d764149021517e3f46e85e8ef6ce.zip
FreeBSD-src-d1f1d89e8c95d764149021517e3f46e85e8ef6ce.tar.gz
Describe the way how to add OPL for PAS without conflict
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 12 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 02bba47..4735111 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.268 1996/06/19 15:37:52 nate Exp $
+# $Id: LINT,v 1.269 1996/06/23 13:28:04 bde 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
@@ -743,7 +743,9 @@ device sbmidi0 at isa? port 0x330
device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr
#device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr
device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr
-device opl0 at isa? port 0x388 conflicts
+device opl0 at isa? port 0x388
+# For PAS use next line instead to avoid port conflict
+# device opl0 at isa? port 0x38a
device mpu0 at isa? port 0x330 irq 6 drq 0
device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 02bba47..4735111 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.268 1996/06/19 15:37:52 nate Exp $
+# $Id: LINT,v 1.269 1996/06/23 13:28:04 bde 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
@@ -743,7 +743,9 @@ device sbmidi0 at isa? port 0x330
device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr
#device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr
device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr
-device opl0 at isa? port 0x388 conflicts
+device opl0 at isa? port 0x388
+# For PAS use next line instead to avoid port conflict
+# device opl0 at isa? port 0x38a
device mpu0 at isa? port 0x330 irq 6 drq 0
device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 02bba47..4735111 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.268 1996/06/19 15:37:52 nate Exp $
+# $Id: LINT,v 1.269 1996/06/23 13:28:04 bde 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
@@ -743,7 +743,9 @@ device sbmidi0 at isa? port 0x330
device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr
#device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr
device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr
-device opl0 at isa? port 0x388 conflicts
+device opl0 at isa? port 0x388
+# For PAS use next line instead to avoid port conflict
+# device opl0 at isa? port 0x38a
device mpu0 at isa? port 0x330 irq 6 drq 0
device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
OpenPOWER on IntegriCloud