From ab0f83bd03691b807adbaff79c0d3fb17dd10e68 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 22 Mar 2003 14:18:23 +0000 Subject: [PATCH] Remove bitrot associated with `maxusers'. Submitted by: bde --- sys/alpha/conf/GENERIC | 1 - sys/amd64/conf/GENERIC | 1 - sys/conf/NOTES | 6 +++--- sys/i386/conf/GENERIC | 1 - sys/ia64/conf/GENERIC | 1 - sys/ia64/conf/SKI | 1 - sys/pc98/conf/GENERIC | 1 - sys/powerpc/conf/GENERIC | 1 - 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 c33930b7f15..13d01c1e1fa 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 f35dd5a3ad8..fbb0689f3c5 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 a5251f9b9cf..6b46ddff0ee 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 f35dd5a3ad8..fbb0689f3c5 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 1ca928368d4..07d5933014b 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 10443cd1d67..7fb37dc862b 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 ed47e160e45..8d01b54737e 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 4eb2245774c..62503813543 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 9d43466df2e..52ef73d4f2c 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.