Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 697cdc46 authored by Ron Mercer's avatar Ron Mercer Committed by David S. Miller
Browse files

qlge: Remove support for device ID 8000.



Support for dev id 8000 is pushed out until 2.6.30.

Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 97345524
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@
       } while (0)

#define QLGE_VENDOR_ID    0x1077
#define QLGE_DEVICE_ID1    0x8012
#define QLGE_DEVICE_ID   0x8000
#define QLGE_DEVICE_ID    0x8012

#define MAX_RX_RINGS 128
#define MAX_TX_RINGS 128
+0 −1
Original line number Diff line number Diff line
@@ -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 = {
	{PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, QLGE_DEVICE_ID)},
	{PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, QLGE_DEVICE_ID1)},
	/* required last entry */
	{0,}
};