Only configure one cd unit now since the code is fully dynamic,

add comment about this to the device cd0 line.
This commit is contained in:
Rodney W. Grimes 1993-09-30 20:44:32 +00:00
parent 73baabee9a
commit 71b9f75a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=526
5 changed files with 10 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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