summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-30 20:44:32 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-30 20:44:32 +0000
commit5d9a9a4fd2c3ffd162ab17330d0d9a7c46b8d472 (patch)
tree2fe8aedf6872e174cad121a95e0efc9a9683cfe2 /sys
parent1bdc84cb977aad9127b4bfe66445748c11f9372c (diff)
downloadFreeBSD-src-5d9a9a4fd2c3ffd162ab17330d0d9a7c46b8d472.zip
FreeBSD-src-5d9a9a4fd2c3ffd162ab17330d0d9a7c46b8d472.tar.gz
Only configure one cd unit now since the code is fully dynamic,
add comment about this to the device cd0 line.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/GENERICAH5
-rw-r--r--sys/i386/conf/GENERICBT5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
5 files changed, 10 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 26b9dfd..2e046f4 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.9 1993/09/24 21:01:11 rgrimes Exp $
+# $Id: LINT,v 1.10 1993/09/26 23:21:12 rgrimes Exp $
#
machine "i386"
@@ -36,8 +36,7 @@ options XSERVER #xserver
#
pseudo-device bpfilter 4 #berkeley packet filter
options CCITT
-device cd0 #scsi cdrom driver
-device cd1
+device cd0 #Only need one of these, the code dynamically grows
device ch0
pseudo-device ddb
pseudo-device devpager
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 80697e9..1cd232a 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
-# $Id: GENERICAH,v 1.9 1993/09/21 06:12:19 rgrimes Exp $
+# $Id: GENERICAH,v 1.10 1993/09/25 15:50:41 jkh Exp $
#
machine "i386"
@@ -45,8 +45,7 @@ device sd3
device st0
device st1
-device cd0
-device cd1
+device cd0 #Only need one of these, the code dynamically grows
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 08fe77e..92a66ce 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.7 1993/09/21 06:12:20 rgrimes Exp $
+# $Id: GENERICBT,v 1.8 1993/09/25 15:50:42 jkh Exp $
#
machine "i386"
@@ -45,8 +45,7 @@ device sd3
device st0
device st1
-device cd0
-device cd1
+device cd0 #Only need one of these, the code dynamically grows
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 26b9dfd..2e046f4 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.9 1993/09/24 21:01:11 rgrimes Exp $
+# $Id: LINT,v 1.10 1993/09/26 23:21:12 rgrimes Exp $
#
machine "i386"
@@ -36,8 +36,7 @@ options XSERVER #xserver
#
pseudo-device bpfilter 4 #berkeley packet filter
options CCITT
-device cd0 #scsi cdrom driver
-device cd1
+device cd0 #Only need one of these, the code dynamically grows
device ch0
pseudo-device ddb
pseudo-device devpager
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 26b9dfd..2e046f4 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.9 1993/09/24 21:01:11 rgrimes Exp $
+# $Id: LINT,v 1.10 1993/09/26 23:21:12 rgrimes Exp $
#
machine "i386"
@@ -36,8 +36,7 @@ options XSERVER #xserver
#
pseudo-device bpfilter 4 #berkeley packet filter
options CCITT
-device cd0 #scsi cdrom driver
-device cd1
+device cd0 #Only need one of these, the code dynamically grows
device ch0
pseudo-device ddb
pseudo-device devpager
OpenPOWER on IntegriCloud