diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-04-11 10:28:21 -0700 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-12 18:04:03 -0400 |
commit | 5636f72794b42d31b2660064ef2c17f90816b3b1 (patch) | |
tree | b630ec7fb268ba393b41dce5036749629a9018d9 /drivers/net/sky2.c | |
parent | a145410dccdb44f81d3b56763ef9b6f721f4e47c (diff) | |
download | linux-3.10-5636f72794b42d31b2660064ef2c17f90816b3b1.tar.gz linux-3.10-5636f72794b42d31b2660064ef2c17f90816b3b1.tar.bz2 linux-3.10-5636f72794b42d31b2660064ef2c17f90816b3b1.zip |
[PATCH] dlink pci cards using wrong driver
This patch fixes the problem of some Dlink cards picking the wrong
driver. It looks like these cards use Yukon 1 chipset, not Yukon 2.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sky2.c')
-rw-r--r-- | drivers/net/sky2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 68f9c206a62..4272e47258d 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -99,8 +99,6 @@ MODULE_PARM_DESC(disable_msi, "Disable Message Signaled Interrupt (MSI)"); static const struct pci_device_id sky2_id_table[] = { { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) }, { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E00) }, - { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4b00) }, - { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4b01) }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4340) }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4341) }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4342) }, |