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 Pull up rev 1.3 (approved by thorp...



details:   https://anonhg.NetBSD.org/src/rev/edf889527284
branches:  netbsd-1-5
changeset: 489543:edf889527284
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 26 15:49:35 2000 +0000

description:
Pull up rev 1.3 (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_cd9660/Makefile |  3 ++-
 sys/arch/alpha/stand/bootxx_ffs/Makefile    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 197f8089b4b1 -r edf889527284 sys/arch/alpha/stand/bootxx_cd9660/Makefile
--- a/sys/arch/alpha/stand/bootxx_cd9660/Makefile       Tue Sep 26 15:49:02 2000 +0000
+++ b/sys/arch/alpha/stand/bootxx_cd9660/Makefile       Tue Sep 26 15:49:35 2000 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 1999/04/05 03:37:28 cgd Exp $
+# $NetBSD: Makefile,v 1.2.18.1 2000/09/26 15:49:35 simonb Exp $
 
 PROG = bootxx_cd9660
 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
            -DBOOTXX_FS_NAME='"ISO 9660"' \
+           -DBOOTXX_RAID1_SUPPORT \
            -DNO_GETCHAR
 
 # not yet desired: -DBOOTXX_FS_TYPE=FS_ISO9660
diff -r 197f8089b4b1 -r edf889527284 sys/arch/alpha/stand/bootxx_ffs/Makefile
--- a/sys/arch/alpha/stand/bootxx_ffs/Makefile  Tue Sep 26 15:49:02 2000 +0000
+++ b/sys/arch/alpha/stand/bootxx_ffs/Makefile  Tue Sep 26 15:49:35 2000 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 1999/04/05 03:37:29 cgd Exp $
+# $NetBSD: Makefile,v 1.2.18.1 2000/09/26 15:50:14 simonb Exp $
 
 PROG = bootxx_ffs
 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
            -DBOOTXX_FS_NAME='"FFS"' \
+           -DBOOTXX_RAID1_SUPPORT \
            -DNO_GETCHAR
 
 # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS



Home | Main Index | Thread Index | Old Index