diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-09-19 13:36:13 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-09-19 13:36:13 +0000 |
| commit | e185bae6e150b026a7e826c92dbb777dcff2e30a (patch) | |
| tree | dc7fdffc731d6ddf6ff366dc2cda20ab63a027c1 | |
| parent | 770e1ffc56119c5c521fb95f4ff824cc3f8d5142 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/conf/SMP-GENERIC98 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/conf/SMP-GENERIC98 b/sys/pc98/conf/SMP-GENERIC98 index 7f1c203acfc2..00404b3a358d 100644 --- a/sys/pc98/conf/SMP-GENERIC98 +++ b/sys/pc98/conf/SMP-GENERIC98 @@ -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" |
