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

Jung-uk Kim jkim at FreeBSD.org
Mon Nov 26 09:37:25 PST 2007


jkim        2007-11-26 17:37:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/pci          pci.c 
  Log:
  MFC:    1.356
  
  Make VPD register access more robust:
  
  - Implement timing out of VPD register access.
  - 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.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.355.2.1  +121 -69   src/sys/dev/pci/pci.c


More information about the cvs-src mailing list