Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/30/2000 09:31:00
Module Name:	syssrc
Committed By:	lukem
Date:		Mon Oct 30 07:31:00 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/stand/lib: biosdisk.c

Log Message:
Add support for booting off RAIDframe RAID1 mirrors.  Check 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.13 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.