summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-24 05:33:59 +0000
committerphk <phk@FreeBSD.org>1995-04-24 05:33:59 +0000
commit28d3577e2f50526584c26e7a50f4861cb266531b (patch)
treeac31616b4be01f579e7bb44d6efba769c68e60a9 /sys/i386/conf
parentc6edfe5c180f2234113c64e6c92e3e31920e7c57 (diff)
downloadFreeBSD-src-28d3577e2f50526584c26e7a50f4861cb266531b.zip
FreeBSD-src-28d3577e2f50526584c26e7a50f4861cb266531b.tar.gz
Added "bio" to matcd.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC4
-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/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index cd57f12..e4f38e8 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.41 1995/04/10 19:13:51 phk Exp $
+# $Id: GENERIC,v 1.42 1995/04/20 06:05:17 phk Exp $
#
machine "i386"
@@ -66,7 +66,7 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
-controller matcd0 at isa? port ?
+controller matcd0 at isa? port ? bio
device scd0 at isa? port 0x230 bio
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index d0dfdab..5d9e1e6 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.172 1995/04/23 18:30:26 wollman Exp $
+# $Id: LINT,v 1.173 1995/04/24 04:30:19 dyson 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
@@ -646,7 +646,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
# for the Sony CDU31/33A CDROM
device scd0 at isa? port 0x230 bio
# for the soundblaster 16 multicd - up to 4 devices
-controller matcd0 at isa? port ?
+controller matcd0 at isa? port ? bio
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device ctx0 at isa? port 0x230 iomem 0xd0000
device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index d0dfdab..5d9e1e6 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.172 1995/04/23 18:30:26 wollman Exp $
+# $Id: LINT,v 1.173 1995/04/24 04:30:19 dyson 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
@@ -646,7 +646,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
# for the Sony CDU31/33A CDROM
device scd0 at isa? port 0x230 bio
# for the soundblaster 16 multicd - up to 4 devices
-controller matcd0 at isa? port ?
+controller matcd0 at isa? port ? bio
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device ctx0 at isa? port 0x230 iomem 0xd0000
device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
OpenPOWER on IntegriCloud