Subject: CVS commit: src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: source-changes
Date: 09/20/2006 21:49:12
Module Name:	src
Committed By:	bad
Date:		Wed Sep 20 21:49:12 UTC 2006

Modified Files:
	src/usr.sbin/installboot: ffs.c

Log Message:
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.20 -r1.21 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.