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.12 (approved by...



details:   https://anonhg.NetBSD.org/src/rev/85a3f77f9426
branches:  netbsd-1-5
changeset: 489541:85a3f77f9426
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 26 15:48:36 2000 +0000

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

diffs (14 lines):

diff -r 825931765598 -r 85a3f77f9426 sys/arch/alpha/stand/boot/version
--- a/sys/arch/alpha/stand/boot/version Tue Sep 26 15:47:58 2000 +0000
+++ b/sys/arch/alpha/stand/boot/version Tue Sep 26 15:48:36 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.10 1999/04/05 06:56:23 cgd Exp $
+$NetBSD: version,v 1.10.18.1 2000/09/26 15:48:36 simonb Exp $
 
 # The newvers.sh looks for the line below.  We use this method
 # rather than $3 of the dollar-NetBSD-dollar line above so that
@@ -18,3 +18,4 @@
 1.8:   Search for a kernel, if none specified.
 1.9:   Add support for gzipped kernels.
 1.10:  The Great Boot Block Cleanup of April 1999.
+1.11:  Add support for booting off RAIDframe RAID1 mirrors.



Home | Main Index | Thread Index | Old Index