cxgb4: parse the VPD instead of relying on a static VPD layout
authorDimitris Michailidis <dm@chelsio.com>
Tue, 27 Apr 2010 12:24:15 +0000 (12:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 22:46:42 +0000 (15:46 -0700)
Some boards' VPDs contain additional keywords or have longer serial numbers,
meaning the keyword locations are variable.  Ditch the static layout and
use the pci_vpd_* family of functions to parse the VPD instead.

Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found