Subject: CVS commit: syssrc [netbsd-1-5]
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/03/2001 20:04:09
Module Name: syssrc
Committed By: he
Date: Sat Feb 3 18:04:08 UTC 2001
Modified Files:
syssrc/sys/arch/i386/stand/lib [netbsd-1-5]: biosdisk.c
Log Message:
Pull up revision 1.13 (requested by lukem):
Add support for booting off RAIDframe RAID1 mirrors. Done by
checking the first partition type in biosdiskopen(), and if it
is of type FS_RAID, add 64 to d->b_off.
NOTE: installboot(8) still needs some hacking to DTRT, but at
least this way if you can load "/boot" off another partition
(e.g, wd0h), then wd0a can be of type `RAID' with a raidframe
mirror at the start and the kernel will load OK of wd0a, and with
raidctl -A root partitions, it will change root as well.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.14.1 syssrc/sys/arch/i386/stand/lib/biosdisk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.