[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070223113209.GB9282@sirena.org.uk>
Date: Fri, 23 Feb 2007 11:32:11 +0000
From: Mark Brown <broonie@...ena.org.uk>
To: Andrew Morton <akpm@...ux-foundation.org>,
Tim Hockin <thockin@...kin.org>,
Jeff Garzik <jgarzik@...ox.com>
Cc: Adrian Bunk <bunk@...sta.de>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: natsemi: Fix detection of vanilla natsemi cards
Bob Tracy <rct@...rkin.frus.com> reported that the addition of support
for Aculab E1/T1 cPCI carrier cards broke detection of vanilla natsemi
cards. This patch fixes that: the problem is that the driver-specific
data in the PCI device table is an index into a second table and this
had not been updated for the vanilla cards.
This patch fixes the problem minimally.
Signed-Off-By: Mark Brown <broonie@...ena.org.uk>
--- linux.orig/drivers/net/natsemi.c 2007-02-23 11:13:03.000000000 +0000
+++ linux/drivers/net/natsemi.c 2007-02-23 11:12:00.000000000 +0000
@@ -260,7 +260,7 @@
static const struct pci_device_id natsemi_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_NS, 0x0020, 0x12d9, 0x000c, 0, 0, 0 },
- { PCI_VENDOR_ID_NS, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }
+ { PCI_VENDOR_ID_NS, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },
{ } /* terminate list */
};
MODULE_DEVICE_TABLE(pci, natsemi_pci_tbl);
--
"You grabbed my hand and we fell into it, like a daydream - or a fever."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists