Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Define maxpartitions to the same value as MAXPARTIT...
details: https://anonhg.NetBSD.org/src/rev/2b93f3181c4e
branches: trunk
changeset: 559883:2b93f3181c4e
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Mar 25 12:38:49 2004 +0000
description:
Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
Addresses PR 24905 by Simon Burge.
diffstat:
sys/arch/evbsh3/conf/files.evbsh3 | 4 ++--
sys/arch/hpcmips/conf/files.hpcmips | 4 ++--
sys/arch/hpcsh/conf/files.hpcsh | 4 ++--
sys/arch/i386/conf/files.i386 | 4 ++--
sys/arch/ibmnws/conf/files.ibmnws | 4 ++--
sys/arch/playstation2/conf/files.playstation2 | 4 ++--
sys/arch/sbmips/conf/files.sbmips | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
diffs (95 lines):
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/evbsh3/conf/files.evbsh3
--- a/sys/arch/evbsh3/conf/files.evbsh3 Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/evbsh3/conf/files.evbsh3 Thu Mar 25 12:38:49 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: files.evbsh3,v 1.15 2002/09/06 13:18:43 gehenna Exp $
+# $NetBSD: files.evbsh3,v 1.16 2004/03/25 12:38:49 wiz Exp $
#
# new style config file for sh3 architecture
#
# maxpartitions must be first item in files.${ARCH}.newconf
-maxpartitions 8
+maxpartitions 16
maxusers 2 16 64
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips Thu Mar 25 12:38:49 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: files.hpcmips,v 1.91 2003/07/27 01:19:26 thorpej Exp $
+# $NetBSD: files.hpcmips,v 1.92 2004/03/25 12:38:49 wiz Exp $
# maxpartitions must be first item in files.${ARCH}.
-maxpartitions 8
+maxpartitions 16
maxusers 2 8 64
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/hpcsh/conf/files.hpcsh
--- a/sys/arch/hpcsh/conf/files.hpcsh Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/hpcsh/conf/files.hpcsh Thu Mar 25 12:38:49 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.hpcsh,v 1.34 2004/03/15 03:49:14 uwe Exp $
+# $NetBSD: files.hpcsh,v 1.35 2004/03/25 12:38:49 wiz Exp $
#
-maxpartitions 8
+maxpartitions 16
maxusers 2 16 64
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386 Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/i386/conf/files.i386 Thu Mar 25 12:38:49 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: files.i386,v 1.251 2004/03/14 08:04:38 minoura Exp $
+# $NetBSD: files.i386,v 1.252 2004/03/25 12:38:49 wiz Exp $
#
# new style config file for i386 architecture
#
# maxpartitions must be first item in files.${ARCH}.newconf
-maxpartitions 8
+maxpartitions 16
maxusers 2 16 128
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/ibmnws/conf/files.ibmnws
--- a/sys/arch/ibmnws/conf/files.ibmnws Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/ibmnws/conf/files.ibmnws Thu Mar 25 12:38:49 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: files.ibmnws,v 1.3 2004/03/13 17:31:34 bjh21 Exp $
+# $NetBSD: files.ibmnws,v 1.4 2004/03/25 12:38:50 wiz Exp $
#
# ibmnws-specific configuration info
#
-maxpartitions 8
+maxpartitions 16
maxusers 2 8 64
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/playstation2/conf/files.playstation2
--- a/sys/arch/playstation2/conf/files.playstation2 Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/playstation2/conf/files.playstation2 Thu Mar 25 12:38:49 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.playstation2,v 1.11 2003/07/27 01:19:30 thorpej Exp $
+# $NetBSD: files.playstation2,v 1.12 2004/03/25 12:38:50 wiz Exp $
-maxpartitions 8
+maxpartitions 16
maxusers 2 8 64
diff -r eab4259ba04c -r 2b93f3181c4e sys/arch/sbmips/conf/files.sbmips
--- a/sys/arch/sbmips/conf/files.sbmips Thu Mar 25 11:12:08 2004 +0000
+++ b/sys/arch/sbmips/conf/files.sbmips Thu Mar 25 12:38:49 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.sbmips,v 1.8 2004/03/13 17:31:34 bjh21 Exp $
+# $NetBSD: files.sbmips,v 1.9 2004/03/25 12:38:50 wiz Exp $
-maxpartitions 8
+maxpartitions 16
maxusers 1 8 64
Home |
Main Index |
Thread Index |
Old Index