cvs commit: src/sys/dev/pci pci.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Thu Feb  8 14:33:09 UTC 2007
    
    
  
rwatson     2007-02-08 14:33:07 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/pci          pci.c 
  Log:
  As VPD support still causes hard hangs on boot with some hardware, add a
  tunable allowing automatic parsing of VPD data to be disabled.  The
  default is left as-is; if you are having problems with hard hangs at boot
  due to VPD, try setting hw.pci.enable_vpd=0.  A proper architectural
  solution has been under discussion for some time, but this allows me to
  boot my test machines in the mean time.
  
  Submitted by:   bz
  Head nod:       jmg
  
  Revision  Changes    Path
  1.339     +9 -2      src/sys/dev/pci/pci.c
    
    
More information about the cvs-all
mailing list