Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Backout previous -- this is not enough, config need...



details:   https://anonhg.NetBSD.org/src/rev/e5b098f92f44
branches:  trunk
changeset: 559896:e5b098f92f44
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 25 15:26:35 2004 +0000

description:
Backout previous -- this is not enough, config needs to be taught
how to reach partitions above h. Noted by Simon Burge, related to
PR 24905.

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 ++--
 sys/arch/xen/conf/files.xen                   |  4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (109 lines):

diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/evbsh3/conf/files.evbsh3
--- a/sys/arch/evbsh3/conf/files.evbsh3 Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/evbsh3/conf/files.evbsh3 Thu Mar 25 15:26:35 2004 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: files.evbsh3,v 1.16 2004/03/25 12:38:49 wiz Exp $
+#      $NetBSD: files.evbsh3,v 1.17 2004/03/25 15:26:35 wiz Exp $
 #
 # new style config file for sh3 architecture
 #
 
 # maxpartitions must be first item in files.${ARCH}.newconf
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 16 64
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Thu Mar 25 15:26:35 2004 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: files.hpcmips,v 1.92 2004/03/25 12:38:49 wiz Exp $
+#      $NetBSD: files.hpcmips,v 1.93 2004/03/25 15:26:35 wiz Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 8 64
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/hpcsh/conf/files.hpcsh
--- a/sys/arch/hpcsh/conf/files.hpcsh   Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/hpcsh/conf/files.hpcsh   Thu Mar 25 15:26:35 2004 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: files.hpcsh,v 1.35 2004/03/25 12:38:49 wiz Exp $
+#      $NetBSD: files.hpcsh,v 1.36 2004/03/25 15:26:35 wiz Exp $
 #
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 16 64
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/i386/conf/files.i386     Thu Mar 25 15:26:35 2004 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: files.i386,v 1.252 2004/03/25 12:38:49 wiz Exp $
+#      $NetBSD: files.i386,v 1.253 2004/03/25 15:26:35 wiz Exp $
 #
 # new style config file for i386 architecture
 #
 
 # maxpartitions must be first item in files.${ARCH}.newconf
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 16 128
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/ibmnws/conf/files.ibmnws
--- a/sys/arch/ibmnws/conf/files.ibmnws Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/ibmnws/conf/files.ibmnws Thu Mar 25 15:26:35 2004 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.ibmnws,v 1.4 2004/03/25 12:38:50 wiz Exp $
+#      $NetBSD: files.ibmnws,v 1.5 2004/03/25 15:26:35 wiz Exp $
 #
 # ibmnws-specific configuration info
 #
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 8 64
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/playstation2/conf/files.playstation2
--- a/sys/arch/playstation2/conf/files.playstation2     Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/playstation2/conf/files.playstation2     Thu Mar 25 15:26:35 2004 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: files.playstation2,v 1.12 2004/03/25 12:38:50 wiz Exp $
+#      $NetBSD: files.playstation2,v 1.13 2004/03/25 15:26:35 wiz Exp $
 
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 8 64
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/sbmips/conf/files.sbmips
--- a/sys/arch/sbmips/conf/files.sbmips Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/sbmips/conf/files.sbmips Thu Mar 25 15:26:35 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.sbmips,v 1.9 2004/03/25 12:38:50 wiz Exp $
+# $NetBSD: files.sbmips,v 1.10 2004/03/25 15:26:35 wiz Exp $
 
-maxpartitions 16
+maxpartitions 8
 
 maxusers 1 8 64
 
diff -r 2592a1cc8d92 -r e5b098f92f44 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Thu Mar 25 15:16:11 2004 +0000
+++ b/sys/arch/xen/conf/files.xen       Thu Mar 25 15:26:35 2004 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.xen,v 1.2 2004/03/25 12:41:54 wiz Exp $
+#      $NetBSD: files.xen,v 1.3 2004/03/25 15:26:35 wiz Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.249 2004/02/16 17:11:27 wiz Exp 
 
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 16 128
 



Home | Main Index | Thread Index | Old Index