Subject: CVS commit: [netbsd-3] src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/21/2005 21:21:14
Module Name:	src
Committed By:	tron
Date:		Thu Jul 21 21:21:14 UTC 2005

Modified Files:
	src/sys/dev/ata [netbsd-3]: ata_raidvar.h

Log Message:
Pull up revision 1.3 (requested by briggs in ticket #604):
Update array of software RAID names in ata_raid.c.
Change a boundary check to ensure that we won't accidentally read and use
uninitialized memory if ATA_RAID_TYPE_MAX is updated without updating the
array.
Update comment near ATA_RAID_TYPE_MAX to note that the array in ata_raid.c
should be updated if a new ATA_RAID_TYPE_* is added.


To generate a diff of this commit:
cvs rdiff -r1.1.16.1 -r1.1.16.2 src/sys/dev/ata/ata_raidvar.h

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