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_lfs Pull up rev 1.2 (approv...



details:   https://anonhg.NetBSD.org/src/rev/5b2e4f0f8fad
branches:  netbsd-1-5
changeset: 489544:5b2e4f0f8fad
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 26 15:50:40 2000 +0000

description:
Pull up rev 1.2 (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_lfs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r edf889527284 -r 5b2e4f0f8fad sys/arch/alpha/stand/bootxx_lfs/Makefile
--- a/sys/arch/alpha/stand/bootxx_lfs/Makefile  Tue Sep 26 15:49:35 2000 +0000
+++ b/sys/arch/alpha/stand/bootxx_lfs/Makefile  Tue Sep 26 15:50:40 2000 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 1999/08/18 20:02:39 cgd Exp $
+# $NetBSD: Makefile,v 1.1.12.1 2000/09/26 15:50:40 simonb Exp $
 
 PROG = bootxx_lfs
 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=lfs \
            -DBOOTXX_FS_NAME='"LFS"' \
+           -DBOOTXX_RAID1_SUPPORT \
            -DNO_GETCHAR
 
 # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDLFS



Home | Main Index | Thread Index | Old Index