]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Remove device ID 0x10d8
authorPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Wed, 27 May 2009 03:40:09 +0000 (20:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 03:40:09 +0000 (20:40 -0700)
commit38f04a44672e1c6bf71f9460b87abd2383cf5f8d
tree7f50a754863c7c8dc25c7283962497b4ca04db57
parent9cd910021302e6765e299d5fe106a02958ca0a49
ixgbe: Remove device ID 0x10d8

Device ID 0x10d8 is the default silicon device ID for 82599.  However, the
device will not be functional without an EEPROM, so we want to prevent the
driver from loading on the device.  Otherwise, the driver will load, but no
PHY setup or PCIe setup will occur, causing the device to be unusable.  To
prevent users from encountering this, just remove the device ID.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_82599.c
drivers/net/ixgbe/ixgbe_type.h