提交 697cdc46 编写于 作者: R Ron Mercer 提交者: David S. Miller

qlge: Remove support for device ID 8000.

Support for dev id 8000 is pushed out until 2.6.30.
Signed-off-by: NRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 97345524
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
} while (0) } while (0)
#define QLGE_VENDOR_ID 0x1077 #define QLGE_VENDOR_ID 0x1077
#define QLGE_DEVICE_ID1 0x8012 #define QLGE_DEVICE_ID 0x8012
#define QLGE_DEVICE_ID 0x8000
#define MAX_RX_RINGS 128 #define MAX_RX_RINGS 128
#define MAX_TX_RINGS 128 #define MAX_TX_RINGS 128
......
...@@ -76,7 +76,6 @@ MODULE_PARM_DESC(irq_type, "0 = MSI-X, 1 = MSI, 2 = Legacy."); ...@@ -76,7 +76,6 @@ MODULE_PARM_DESC(irq_type, "0 = MSI-X, 1 = MSI, 2 = Legacy.");
static struct pci_device_id qlge_pci_tbl[] __devinitdata = { static struct pci_device_id qlge_pci_tbl[] __devinitdata = {
{PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, QLGE_DEVICE_ID)}, {PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, QLGE_DEVICE_ID)},
{PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, QLGE_DEVICE_ID1)},
/* required last entry */ /* required last entry */
{0,} {0,}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册