cvs commit: src/sys/dev/pci pci.c

Jung-uk Kim jkim at FreeBSD.org
Sat Nov 17 00:06:10 PST 2007


On Friday 16 November 2007 03:49 pm, Jung-uk Kim wrote:
> 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. 

Forgot to mention:

    - Hide bad VPD checksum message under bootverbose.

Jung-uk Kim


More information about the cvs-all mailing list