Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/alpha/stand/bootxx Pull up rev 1.23 (approved ...
details: https://anonhg.NetBSD.org/src/rev/197f8089b4b1
branches: netbsd-1-5
changeset: 489542:197f8089b4b1
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Sep 26 15:49:02 2000 +0000
description:
Pull up rev 1.23 (approved by thorpej):
Add support for booting off RAIDframe RAID1 mirrors.
Check the first partition type in devopen(), and if it is of type
FS_RAID, add 64 to blkdev_part_offset.
diffstat:
sys/arch/alpha/stand/bootxx/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 85a3f77f9426 -r 197f8089b4b1 sys/arch/alpha/stand/bootxx/Makefile
--- a/sys/arch/alpha/stand/bootxx/Makefile Tue Sep 26 15:48:36 2000 +0000
+++ b/sys/arch/alpha/stand/bootxx/Makefile Tue Sep 26 15:49:02 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1999/04/06 18:43:18 cgd Exp $
+# $NetBSD: Makefile,v 1.22.18.1 2000/09/26 15:49:02 simonb Exp $
PROG = bootxx.old
@@ -24,7 +24,8 @@
.include "../Makefile.bootprogs"
NETBSD_VERS!=sh ${.CURDIR}/../../../../conf/osrelease.sh
-CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
+CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"' \
+ -DBOOTXX_RAID1_SUPPORT
${PROG}.sym: ${OBJS} ${LIBKERN}
${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym ${OBJS} \
Home |
Main Index |
Thread Index |
Old Index