Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp300/conf Reduce maxusers to 8 as GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/fc574b097ba3
branches:  trunk
changeset: 379365:fc574b097ba3
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat May 29 21:08:44 2021 +0000

description:
Reduce maxusers to 8 as GENERIC.

Should be pulled up to netbsd-9 and netbsd-8.

diffstat:

 sys/arch/hp300/conf/INSTALL |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 591bbcce8f3e -r fc574b097ba3 sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Sat May 29 21:06:20 2021 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Sat May 29 21:08:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.67 2021/05/29 21:06:20 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.68 2021/05/29 21:08:44 tsutsui Exp $
 #
 # INSTALL machine description file
 #
@@ -40,7 +40,7 @@ options       HP433
 options        FPSP            # floating point interface for 68040
 
 # Need to set locally
-maxusers       32
+maxusers       8
 
 # Standard system options
 #include       "conf/compat_netbsd09.config"



Home | Main Index | Thread Index | Old Index