A missing 'and', probably my fault.

Submitted by:	Ed Hudson <elh@p5.spnet.com>
This commit is contained in:
Poul-Henning Kamp 1995-05-02 04:40:06 +00:00
parent 7e97484a28
commit 807afe4fa5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8213
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.42 1995/04/20 06:05:17 phk Exp $
# $Id: GENERIC,v 1.43 1995/04/24 05:33:58 phk Exp $
#
machine "i386"
@ -23,7 +23,7 @@ options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
config kernel root on wd0 swap on wd0 and wd1 and wd2 and wd3 sd0 and sd1 and vn0 dumps on wd0
config kernel root on wd0 swap on wd0 and wd1 and wd2 and wd3 and sd0 and sd1 and vn0 dumps on wd0
controller isa0
controller pci0

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.42 1995/04/20 06:05:17 phk Exp $
# $Id: GENERIC,v 1.43 1995/04/24 05:33:58 phk Exp $
#
machine "i386"
@ -23,7 +23,7 @@ options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
config kernel root on wd0 swap on wd0 and wd1 and wd2 and wd3 sd0 and sd1 and vn0 dumps on wd0
config kernel root on wd0 swap on wd0 and wd1 and wd2 and wd3 and sd0 and sd1 and vn0 dumps on wd0
controller isa0
controller pci0