]> Pileus Git - ~andy/linux/commitdiff
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)
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

index fef7397accda199a1b14a4e48a26271947f87ff4..5d2783081a94ba926259db78541b5d540c0a465b 100644 (file)
@@ -357,7 +357,6 @@ enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
        }
 
        switch (hw->device_id) {
-       case IXGBE_DEV_ID_82599:
        case IXGBE_DEV_ID_82599_KX4:
        case IXGBE_DEV_ID_82599_XAUI_LOM:
                /* Default device ID is mezzanine card KX/KX4 */
index ba3ed0f0bc9cd68ac8b223332d7ca8ee3b12adf6..df1f7034c284721e1e4559c0e1f3b466df516d3a 100644 (file)
@@ -46,7 +46,6 @@
 #define IXGBE_DEV_ID_82598_DA_DUAL_PORT  0x10F1
 #define IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM      0x10E1
 #define IXGBE_DEV_ID_82598EB_XF_LR       0x10F4
-#define IXGBE_DEV_ID_82599               0x10D8
 #define IXGBE_DEV_ID_82599_KX4           0x10F7
 #define IXGBE_DEV_ID_82599_SFP           0x10FB
 #define IXGBE_DEV_ID_82599_XAUI_LOM      0x10FC