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/17c5f5f5ba5e
branches: trunk
changeset: 983571:17c5f5f5ba5e
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 668f99dd97a0 -r 17c5f5f5ba5e 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 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