Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src Pull up following revision(s) (requested by abs in ticket...
details: https://anonhg.NetBSD.org/src/rev/40e3562ed2ec
branches: netbsd-3
changeset: 577814:40e3562ed2ec
user: tron <tron%NetBSD.org@localhost>
date: Sun Feb 05 18:47:13 2006 +0000
description:
Pull up following revision(s) (requested by abs in ticket #738):
sys/arch/alpha/stand/Makefile: revision 1.16
distrib/sets/lists/base/md.alpha: revision 1.35
sys/arch/alpha/stand/bootxx_ffsv2/Makefile: revision 1.1
Support booting from ffsv2 filesystems - thanks Simon Burge
diffstat:
distrib/sets/lists/base/md.alpha | 3 ++-
sys/arch/alpha/stand/Makefile | 5 +++--
sys/arch/alpha/stand/bootxx_ffsv2/Makefile | 15 +++++++++++++++
3 files changed, 20 insertions(+), 3 deletions(-)
diffs (49 lines):
diff -r 75b8bfe37df8 -r 40e3562ed2ec distrib/sets/lists/base/md.alpha
--- a/distrib/sets/lists/base/md.alpha Sun Feb 05 17:31:06 2006 +0000
+++ b/distrib/sets/lists/base/md.alpha Sun Feb 05 18:47:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.alpha,v 1.33 2004/08/12 16:07:07 lukem Exp $
+# $NetBSD: md.alpha,v 1.33.2.1 2006/02/05 18:47:13 tron Exp $
./usr/bin/fdformat base-util-bin
./usr/lib/libalpha.so base-sys-shlib
./usr/lib/libalpha.so.0 base-sys-shlib
@@ -8,6 +8,7 @@
./usr/mdec/bootxx.old base-obsolete obsolete
./usr/mdec/bootxx_cd9660 base-sysutil-bin
./usr/mdec/bootxx_ffs base-sysutil-bin
+./usr/mdec/bootxx_ffsv2 base-sysutil-bin
./usr/mdec/bootxx_lfs base-sysutil-bin
./usr/mdec/installboot base-obsolete obsolete
./usr/mdec/installboot.old base-obsolete obsolete
diff -r 75b8bfe37df8 -r 40e3562ed2ec sys/arch/alpha/stand/Makefile
--- a/sys/arch/alpha/stand/Makefile Sun Feb 05 17:31:06 2006 +0000
+++ b/sys/arch/alpha/stand/Makefile Sun Feb 05 18:47:13 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2002/05/08 04:09:46 lukem Exp $
+# $NetBSD: Makefile,v 1.15.24.1 2006/02/05 18:47:13 tron Exp $
SUBDIR= mkbootimage setnetbootinfo
-SUBDIR+= boot bootxx_cd9660 bootxx_ffs bootxx_lfs netboot ustarboot
+SUBDIR+= boot bootxx_cd9660 bootxx_ffs bootxx_ffsv2 bootxx_lfs
+SUBDIR+= netboot ustarboot
.include <bsd.subdir.mk>
diff -r 75b8bfe37df8 -r 40e3562ed2ec sys/arch/alpha/stand/bootxx_ffsv2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/bootxx_ffsv2/Makefile Sun Feb 05 18:47:13 2006 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.2.8.2 2006/02/05 18:47:13 tron Exp $
+
+PROG = bootxx_ffsv2
+CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ffsv2 \
+ -DBOOTXX_FS_NAME='"FFSv2"' \
+ -DBOOTXX_RAID1_SUPPORT \
+ -DNO_GETCHAR
+# Use small daddr_t to avoid code bloat
+CPPFLAGS+= -D__daddr_t=int32_t
+
+# not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS
+
+PRIMARY_MAX_LOAD!= expr 8192 - 512
+
+.include "../Makefile.bootxx"
Home |
Main Index |
Thread Index |
Old Index