Add a 'vn' to GENERIC

This commit is contained in:
Jordan K. Hubbard 1994-12-18 12:01:40 +00:00
parent 59d7c860ca
commit 76fe9b2793
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5148
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp $
# $Id: GENERIC,v 1.21 1994/12/16 06:04:14 phk Exp $
#
machine "i386"
@ -25,7 +25,7 @@ options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options BOUNCE_BUFFERS #include support for DMA bounce buffers
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 and vn0 dumps on wd0
controller isa0
controller pci0
@ -93,3 +93,4 @@ pseudo-device sl 2
pseudo-device pty 16
pseudo-device speaker
pseudo-device gzip # Exec gzipped a.out's
pseudo-device vn

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp $
# $Id: GENERIC,v 1.21 1994/12/16 06:04:14 phk Exp $
#
machine "i386"
@ -25,7 +25,7 @@ options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options BOUNCE_BUFFERS #include support for DMA bounce buffers
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 and vn0 dumps on wd0
controller isa0
controller pci0
@ -93,3 +93,4 @@ pseudo-device sl 2
pseudo-device pty 16
pseudo-device speaker
pseudo-device gzip # Exec gzipped a.out's
pseudo-device vn