aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c
diff options
context:
space:
mode:
authorPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>2009-05-26 23:40:09 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-26 23:40:09 -0400
commitf7c86a3252af7f1222f9ebce66f3654ad3aa9ff0 (patch)
tree7f50a754863c7c8dc25c7283962497b4ca04db57 /drivers/net/ixgbe/ixgbe_82599.c
parentcbe7a81a7370e2c4560b48e42e741bd1476bc700 (diff)
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>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_82599.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_82599.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c
index fef7397accda..5d2783081a94 100644
--- a/drivers/net/ixgbe/ixgbe_82599.c
+++ b/drivers/net/ixgbe/ixgbe_82599.c
@@ -357,7 +357,6 @@ enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
357 } 357 }
358 358
359 switch (hw->device_id) { 359 switch (hw->device_id) {
360 case IXGBE_DEV_ID_82599:
361 case IXGBE_DEV_ID_82599_KX4: 360 case IXGBE_DEV_ID_82599_KX4:
362 case IXGBE_DEV_ID_82599_XAUI_LOM: 361 case IXGBE_DEV_ID_82599_XAUI_LOM:
363 /* Default device ID is mezzanine card KX/KX4 */ 362 /* Default device ID is mezzanine card KX/KX4 */