cvs commit: src/sys/dev/pci pci.c
Jung-uk Kim
jkim at FreeBSD.org
Fri Nov 16 12:49:35 PST 2007
jkim 2007-11-16 20:49:34 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci.c
Log:
Make VPD register access more robust:
- Implement timing out of VPD register access.[1]
- Fix an off-by-one error of freeing malloc'd space when checksum is invalid.
- Fix style(9) bugs, i.e., sizeof cannot be followed by space.
- Retire now obsolete 'hw.pci.enable_vpd' tunable.
Submitted by: cokane (initial revision)[1]
Reviewed by: marius (intermediate revision)
Silence from: jhb, jmg, rwatson
Tested by: cokane, jkim
MFC after: 3 days
Revision Changes Path
1.356 +121 -69 src/sys/dev/pci/pci.c
More information about the cvs-src
mailing list