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/boot Pull up rev 1.30 (approved by...
details: https://anonhg.NetBSD.org/src/rev/825931765598
branches: netbsd-1-5
changeset: 489540:825931765598
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Sep 26 15:47:58 2000 +0000
description:
Pull up rev 1.30 (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/boot/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8bda379c118f -r 825931765598 sys/arch/alpha/stand/boot/Makefile
--- a/sys/arch/alpha/stand/boot/Makefile Tue Sep 26 14:31:12 2000 +0000
+++ b/sys/arch/alpha/stand/boot/Makefile Tue Sep 26 15:47:58 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 1999/09/10 07:31:17 ross Exp $
+# $NetBSD: Makefile,v 1.28.12.1 2000/09/26 15:47:58 simonb Exp $
PROG = boot
@@ -12,6 +12,7 @@
CPPFLAGS += ${SECONDARY_CPPFLAGS} \
-DBOOT_TYPE_NAME='"Secondary"' \
+ -DBOOTXX_RAID1_SUPPORT \
-DLIBSA_SINGLE_DEVICE=blkdev \
-D"blkdevioctl(x,y,z)=EINVAL"
Home |
Main Index |
Thread Index |
Old Index