Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/zaurus zaurus zboot supports UFS2...



details:   https://anonhg.NetBSD.org/src/rev/967c7d4db9f3
branches:  trunk
changeset: 773062:967c7d4db9f3
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jan 26 16:12:14 2012 +0000

description:
zaurus zboot supports UFS2. (as defined in zaurus/stand/zboot/conf.c)

diffstat:

 distrib/utils/sysinst/arch/zaurus/md.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 89cf060ead05 -r 967c7d4db9f3 distrib/utils/sysinst/arch/zaurus/md.h
--- a/distrib/utils/sysinst/arch/zaurus/md.h    Thu Jan 26 08:11:06 2012 +0000
+++ b/distrib/utils/sysinst/arch/zaurus/md.h    Thu Jan 26 16:12:14 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.3 2011/04/04 08:30:46 mbalmer Exp $   */
+/*     $NetBSD: md.h,v 1.4 2012/01/26 16:12:14 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -48,6 +48,9 @@
 /* Megs required for a full X installation. */
 #define XNEEDMB 60
 
+/* have support for booting from UFS2 */
+#define HAVE_UFS2_BOOT
+
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:



Home | Main Index | Thread Index | Old Index