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/3365efa03424
branches:  trunk
changeset: 559884:3365efa03424
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 25 12:40:19 2004 +0000

description:
Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
[Down from 16 to 8, since disklabel.h still says 8.]
Addresses PR 24905 by Simon Burge.

diffstat:

 sys/arch/bebox/conf/files.bebox     |  4 ++--
 sys/arch/mvmeppc/conf/files.mvmeppc |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 2b93f3181c4e -r 3365efa03424 sys/arch/bebox/conf/files.bebox
--- a/sys/arch/bebox/conf/files.bebox   Thu Mar 25 12:38:49 2004 +0000
+++ b/sys/arch/bebox/conf/files.bebox   Thu Mar 25 12:40:19 2004 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.bebox,v 1.42 2004/03/13 17:31:33 bjh21 Exp $
+#      $NetBSD: files.bebox,v 1.43 2004/03/25 12:40:19 wiz Exp $
 #
 # First try for bebox specific configuration info
 #
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 8 64
 
diff -r 2b93f3181c4e -r 3365efa03424 sys/arch/mvmeppc/conf/files.mvmeppc
--- a/sys/arch/mvmeppc/conf/files.mvmeppc       Thu Mar 25 12:38:49 2004 +0000
+++ b/sys/arch/mvmeppc/conf/files.mvmeppc       Thu Mar 25 12:40:19 2004 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.mvmeppc,v 1.8 2003/07/27 01:19:33 thorpej Exp $
+#      $NetBSD: files.mvmeppc,v 1.9 2004/03/25 12:40:19 wiz Exp $
 #
 # Motorola's MVMEPPC boards specific configuration info
 #
-maxpartitions 16
+maxpartitions 8
 
 maxusers 2 8 64
 



Home | Main Index | Thread Index | Old Index