Skip to content

Commit bb5d10a

Browse files
jbrandebJeff Garzik
authored andcommitted
ixgbe: remove device ID for unsupported device
The ixgbe driver was untested with device ID 8086:10c8 but still advertises support. Currently if this device is present in the system when the driver is loaded, the system will panic. Remove this device ID until full support can be tested with available hardware. This patch is necessary for 2.6.24, 2.6.25 and 2.6.26 Signed-off-by: Jesse Brandeburg <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 1a4dc68 commit bb5d10a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ixgbe/ixgbe_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ static struct pci_device_id ixgbe_pci_tbl[] = {
7070
board_82598 },
7171
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AF_SINGLE_PORT),
7272
board_82598 },
73-
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT_DUAL_PORT),
74-
board_82598 },
7573
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_CX4),
7674
board_82598 },
7775

0 commit comments

Comments
 (0)