diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 21:42:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 21:42:43 +0000 |
commit | d1c1e4aa34ce66e7d437e8c9ead1fee040531065 (patch) | |
tree | 81f32c47bff6276f5df95e29ef460b28b6f63afe /sys/arch/sparc/conf/GENERIC_SCSI3 | |
parent | c0a704e988b82e4590e4af315dcc6a10597d4671 (diff) |
Add appropiate `maxusers' everywhere it was lacking.
Diffstat (limited to 'sys/arch/sparc/conf/GENERIC_SCSI3')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC_SCSI3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3 index 7804f1aa55f..62169468381 100644 --- a/sys/arch/sparc/conf/GENERIC_SCSI3 +++ b/sys/arch/sparc/conf/GENERIC_SCSI3 @@ -22,6 +22,8 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 16 # estimated number of users + # Generic swap; second partition of root disk or network. config bsd swap generic |