diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/ia64/conf/SKI | 1 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/powerpc/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
9 files changed, 3 insertions, 11 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index c33930b..13d01c1 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -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" diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index f35dd5a..fbb0689 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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. diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a5251f9..6b46ddf 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f35dd5a..fbb0689 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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. diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 1ca9283..07d5933 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -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" diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 10443cd..7fb37dc 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -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 diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index ed47e16..8d01b54 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -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. diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 4eb2245..6250381 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -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" diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 9d43466..52ef73d 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -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. |