diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2008-09-12 04:58:59 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-25 00:54:56 +0200 |
commit | b95f5fcb8ba6073a652927d232a7a7cb552afe62 (patch) | |
tree | 74ed8cbc9c6d5a7329110cb9bb6347972d911c6b /drivers/net/ixgbe/ixgbe_main.c | |
parent | ixgbe: recycle pages in packet split mode (diff) | |
download | linux-b95f5fcb8ba6073a652927d232a7a7cb552afe62.tar.xz linux-b95f5fcb8ba6073a652927d232a7a7cb552afe62.zip |
ixgbe: add device support for XF LR adapters
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 5858ab2b48f0..3b0481a9979e 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[] = { board_82598 }, {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT), board_82598 }, + {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_XF_LR), + board_82598 }, /* required last entry */ {0, } |