cvs commit: src/sys/dev/pci pci.c
John-Mark Gurney
jmg at FreeBSD.org
Fri Oct 20 21:29:08 UTC 2006
jmg 2006-10-20 21:28:11 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci.c
Log:
fix tab indentation for CP and RV...
If the length is zero, catch this early, instead of making dflen go negative
and letting bad things happen... We also check to see if RV (checksum) is
0, and handle that has a checksum failure...
Properly handle checksum failures by not processing read-write VPD data,
and removing all the found read-only data...
Tested by: oleg (dflen going negative)
Revision Changes Path
1.316 +51 -7 src/sys/dev/pci/pci.c
More information about the cvs-src
mailing list