Remove bitrot associated with `maxusers'.

Submitted by:	bde
This commit is contained in:
Ruslan Ermilov 2003-03-22 14:18:23 +00:00
parent 7726f76f80
commit ab0f83bd03
9 changed files with 3 additions and 11 deletions

View file

@ -24,7 +24,6 @@ machine alpha
cpu EV4
cpu EV5
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"

View file

@ -23,7 +23,6 @@ cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.

View file

@ -44,9 +44,9 @@ ident LINT
#
# The `maxusers' parameter controls the static sizing of a number of
# internal system tables by a formula defined in subr_param.c. Setting
# maxusers to 0 will cause the system to auto-size based on physical
# memory.
# internal system tables by a formula defined in subr_param.c.
# Omitting this parameter or setting it to 0 will cause the system to
# auto-size based on physical memory.
#
maxusers 10

View file

@ -23,7 +23,6 @@ cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.

View file

@ -23,7 +23,6 @@
machine ia64
cpu ITANIUM
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"

View file

@ -25,7 +25,6 @@
machine ia64
cpu ITANIUM
ident SKI
maxusers 0
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions NO_MODULES=yes #Ignore any x86 CPUTYPE

View file

@ -24,7 +24,6 @@ cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.

View file

@ -21,7 +21,6 @@
machine powerpc
cpu OEA
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"

View file

@ -23,7 +23,6 @@
machine sparc64
cpu SUN4U
ident GENERIC
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.