From df2b478d4869ec4488ac5dcb904b6e6aa847a24c Mon Sep 17 00:00:00 2001 From: uch Date: Wed, 21 Nov 2001 11:28:09 +0000 Subject: [PATCH] increase the value of maxusers to 16. --- sys/arch/hpcmips/conf/GENERIC | 6 +++--- sys/arch/hpcmips/conf/MPC303 | 6 +++--- sys/arch/hpcmips/conf/TX3912 | 4 ++-- sys/arch/hpcmips/conf/TX3922 | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index e592fde6e7bb..f534563ff124 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -2,13 +2,13 @@ # Distribution kernel (NEC VR based model) kernel config file # -# $NetBSD: GENERIC,v 1.97 2001/11/20 12:56:28 lukem Exp $ +# $NetBSD: GENERIC,v 1.98 2001/11/21 11:28:09 uch Exp $ # include "arch/hpcmips/conf/std.hpcmips" -#ident "GENERIC-$Revision: 1.97 $" +#ident "GENERIC-$Revision: 1.98 $" -maxusers 10 +maxusers 16 options MIPS3 # R4000/R4400/R4600 CPUs diff --git a/sys/arch/hpcmips/conf/MPC303 b/sys/arch/hpcmips/conf/MPC303 index cdaa889efc00..e810483e9d44 100644 --- a/sys/arch/hpcmips/conf/MPC303 +++ b/sys/arch/hpcmips/conf/MPC303 @@ -1,5 +1,5 @@ # -# $NetBSD: MPC303,v 1.3 2001/11/20 12:56:28 lukem Exp $ +# $NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp $ # From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp # # Kernel configuration file for Victor MP-C303; enami's test machine. @@ -7,9 +7,9 @@ include "arch/hpcmips/conf/std.hpcmips" -#ident "GENERIC-$Revision: 1.3 $" +#ident "GENERIC-$Revision: 1.4 $" -maxusers 10 +maxusers 16 options MIPS3 # R4000/R4400/R4600 CPUs diff --git a/sys/arch/hpcmips/conf/TX3912 b/sys/arch/hpcmips/conf/TX3912 index 59a885293861..8b2a3ba7eed3 100644 --- a/sys/arch/hpcmips/conf/TX3912 +++ b/sys/arch/hpcmips/conf/TX3912 @@ -2,11 +2,11 @@ # Distribution kernel (TOSHIBA TX3912 based model) kernel config file # -# $NetBSD: TX3912,v 1.32 2001/11/20 12:56:28 lukem Exp $ +# $NetBSD: TX3912,v 1.33 2001/11/21 11:28:09 uch Exp $ # include "arch/hpcmips/conf/std.hpcmips" -maxusers 8 +maxusers 16 options MIPS1 # R2000/R3000 CPUs options ENABLE_MIPS_TX3900 # R3900 CPU core diff --git a/sys/arch/hpcmips/conf/TX3922 b/sys/arch/hpcmips/conf/TX3922 index 294817a7d21b..e64755854eb5 100644 --- a/sys/arch/hpcmips/conf/TX3922 +++ b/sys/arch/hpcmips/conf/TX3922 @@ -1,11 +1,11 @@ # # Distribution kernel (TOSHIBA TX3922 based model) kernel config file # -# $NetBSD: TX3922,v 1.35 2001/11/20 12:56:28 lukem Exp $ +# $NetBSD: TX3922,v 1.36 2001/11/21 11:28:09 uch Exp $ # include "arch/hpcmips/conf/std.hpcmips" -maxusers 8 +maxusers 16 options MIPS1 # R2000/R3000 CPUs options ENABLE_MIPS_TX3900 # R3900 CPU core