diff options
author | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | 2009-07-16 11:50:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-17 12:47:38 -0400 |
commit | 3845bec0f33f7c2604ba985f6f80983d0c139d46 (patch) | |
tree | b8ce30d37f61ffcbe279f72a6c0981790f754e7a /drivers/net/ixgbe/ixgbe_main.c | |
parent | 078788b6a68828c1caf395b48110535e051cd623 (diff) |
ixgbe: Add device support for a new copper 82598 device
This adds support for a new copper device for 82598, device id 0x150b.
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_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 09394c14ee51..a3bbcfd84714 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -74,6 +74,8 @@ static struct pci_device_id ixgbe_pci_tbl[] = { | |||
74 | board_82598 }, | 74 | board_82598 }, |
75 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT), | 75 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT), |
76 | board_82598 }, | 76 | board_82598 }, |
77 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT2), | ||
78 | board_82598 }, | ||
77 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_CX4), | 79 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_CX4), |
78 | board_82598 }, | 80 | board_82598 }, |
79 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT), | 81 | {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT), |