Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf Make maxpartitions 16 on !i386. Fixes hard...



details:   https://anonhg.NetBSD.org/src/rev/5622a44ca3ce
branches:  trunk
changeset: 759236:5622a44ca3ce
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Dec 02 23:12:30 2010 +0000

description:
Make maxpartitions 16 on !i386. Fixes hardwiring root on device autoconf
index > 0 on amd64. Problem reported and patch tested by Tobias Nygren.

diffstat:

 sys/arch/xen/conf/files.xen |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 66ef4b9b9662 -r 5622a44ca3ce sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Thu Dec 02 23:08:04 2010 +0000
+++ b/sys/arch/xen/conf/files.xen       Thu Dec 02 23:12:30 2010 +0000
@@ -1,8 +1,12 @@
-#      $NetBSD: files.xen,v 1.109 2010/07/08 11:25:00 rmind Exp $
+#      $NetBSD: files.xen,v 1.110 2010/12/02 23:12:30 bouyer Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
 
+ifdef i386
 maxpartitions 8
+else
+maxpartitions 16
+endif
 
 maxusers 2 16 128
 



Home | Main Index | Thread Index | Old Index