Sync with sys/i386/conf/SMP-GENERIC revision up to 1.15.

This commit is contained in:
KATO Takenori 1998-09-19 13:36:13 +00:00
parent 770e1ffc56
commit e185bae6e1
1 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: SMP-GENERIC98,v 1.2 1998/05/04 08:48:23 kato Exp $
# $Id: SMP-GENERIC98,v 1.3 1998/09/15 14:10:55 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@ -22,7 +22,7 @@ machine "pc98"
cpu "I586_CPU"
cpu "I686_CPU"
ident "SMP-GENERIC98"
maxusers 10
maxusers 32
# Create a SMP capable kernel (mandatory options):
options SMP # Symmetric MultiProcessor Kernel
@ -48,7 +48,6 @@ options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options SCSI_CAM #We're using CAM in this kernel
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
options "LINE30"