Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/sys/dev/ata



Module Name:    src
Committed By:   tron
Date:           Thu Jul 21 21:21:19 UTC 2005

Modified Files:
        src/sys/dev/ata [netbsd-3]: ata_raid.c

Log Message:
Pull up revision 1.14 (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.11.10.1 -r1.11.10.2 src/sys/dev/ata/ata_raid.c

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




Home | Main Index | Thread Index | Old Index