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/pmax/stand/boot Pull up rev 1.5 from trunk (wi...



details:   https://anonhg.NetBSD.org/src/rev/866164e02458
branches:  netbsd-1-5
changeset: 489447:866164e02458
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Sep 13 04:29:55 2000 +0000

description:
Pull up rev 1.5 from trunk (with patch), approved by thorpej:
  Add support for booting off RAIDframe RAID1 mirrors.
  If the first partition is of type FS_RAID, then add 64 to the block
  number for each I/O in rzstrategy().

diffstat:

 sys/arch/pmax/stand/boot/version |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d64bb24a2f51 -r 866164e02458 sys/arch/pmax/stand/boot/version
--- a/sys/arch/pmax/stand/boot/version  Wed Sep 13 02:18:33 2000 +0000
+++ b/sys/arch/pmax/stand/boot/version  Wed Sep 13 04:29:55 2000 +0000
@@ -1,12 +1,13 @@
-$NetBSD: version,v 1.3 1999/11/28 00:40:16 simonb Exp $
+$NetBSD: version,v 1.3.4.1 2000/09/13 04:29:55 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
 # this version can be on branch-files also.
-Version: 1.2
+Version: 1.3
 
 1.0:   Initial 2 stage pmax bootblocks
 1.1:   Add default kernel names to search for if none are
        specified.
 1.2:   Remodelled on Alpha bootblocks - cdfs and lsf support
        added.
+1.3:   Add support for booting off RAIDframe RAID1 mirrors.



Home | Main Index | Thread Index | Old Index