From: Jurij Smakov <[EMAIL PROTECTED]>
tulip driver advertises support for non-working id
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334104
It looks like tulip and dmfe have some identical PCI IDs in their lists
of supported devices, which, I believe, should not normally happen.
Attached patch removes the PCI IDs handled by dmfe driver from tulip.
Signed-off-by: Jurij Smakov <[EMAIL PROTECTED]>
Signed-off-by: maximilian attems <[EMAIL PROTECTED]>
--
resent - already sent on 2nd january.
diff -aur a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c
--- a/drivers/net/tulip/tulip_core.c 2005-10-10 18:19:19.000000000 -0700
+++ b/drivers/net/tulip/tulip_core.c 2005-10-20 21:39:17.000000000 -0700
@@ -223,8 +223,6 @@
{ 0x1259, 0xa120, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ 0x11F6, 0x9881, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMPEX9881 },
{ 0x8086, 0x0039, PCI_ANY_ID, PCI_ANY_ID, 0, 0, I21145 },
- { 0x1282, 0x9100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X },
- { 0x1282, 0x9102, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X },
{ 0x1113, 0x1216, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ 0x1113, 0x1217, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MX98715 },
{ 0x1113, 0x9511, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html