Subject: CVS commit: [netbsd-3] src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/09/2006 22:52:34
Module Name:	src
Committed By:	tron
Date:		Thu Nov  9 22:52:34 UTC 2006

Modified Files:
	src/usr.sbin/installboot [netbsd-3]: ffs.c

Log Message:
Pull up following revision(s) (requested by bad in ticket #1524):
	usr.sbin/installboot/ffs.c: revision 1.21
Apply changes to ffs_find_disk_blocks_ufs1() from revision 1.19
to ffs_find_disk_blocks_ufs2() too.  Except for data types the
code in the two functions is the same.
From the original commit message:
    Add support for finding files on RAID partitions.  This allows us to
    add the block list of the 2nd stage boot loader to the 1st stage boot
    loader when the partition is a RAID partition.
Briefly tested under 3.x/i386.


To generate a diff of this commit:
cvs rdiff -r1.15.2.2 -r1.15.2.3 src/usr.sbin/installboot/ffs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.