1. 16 6月, 2009 1 次提交
    • S
      sky2: don't look for VPD size · 6cc90a5a
      Stephen Hemminger 提交于
      The code to compute VPD size didn't handle some systems that use
      chip without VPD. Also some of the newer chips use some additional
      registers to store the actual size, and wasn't worth putting the
      additional complexity in, so just remove the code.
      
      No big loss since the code to set the VPD size was only a
      convenience so that utilities would not read the extra space past
      the end of the available VPD.
      
      Move the first PCI config read earlier to detect bad hardware
      where it returns all ones and refuse loading driver before furthur
      damage.
      Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
      Tested-by: NAndy Whitcroft <apw@canonical.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6cc90a5a
  2. 15 6月, 2009 27 次提交
  3. 14 6月, 2009 12 次提交