netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] NET: remove support for Davicom 9102 from the Tulip driver
@ 2008-04-02 22:46 Chuck Ebbert
  2008-04-04  5:46 ` Jeff Garzik
  0 siblings, 1 reply; 15+ messages in thread
From: Chuck Ebbert @ 2008-04-02 22:46 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Netdev

NET: remove support for Davicom 9102 from the Tulip driver

We have two reports that agree the tulip driver doesn't work for
the Davicom 9102 (PCI id 1282:9102). The dmfe driver does work
and also claims the same PCI ID.

https://bugzilla.redhat.com/show_bug.cgi?id=277731
https://bugzilla.redhat.com/show_bug.cgi?id=236928

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>

---
 drivers/net/tulip/tulip_core.c |    1 -
 1 file changed, 1 deletion(-)

--- linux-2.6.24.noarch.orig/drivers/net/tulip/tulip_core.c
+++ linux-2.6.24.noarch/drivers/net/tulip/tulip_core.c
@@ -231,7 +231,6 @@ static struct pci_device_id tulip_pci_tb
 	{ 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 },

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [patch] NET: remove support for Davicom 9102 from the Tulip driver
@ 2008-04-03  9:10 Meelis Roos
  2008-04-04 21:38 ` Jeff Garzik
  0 siblings, 1 reply; 15+ messages in thread
From: Meelis Roos @ 2008-04-03  9:10 UTC (permalink / raw)
  To: cebbert, netdev


CE> We have two reports that agree the tulip driver doesn't work for
CE> the Davicom 9102 (PCI id 1282:9102). The dmfe driver does work
CE> and also claims the same PCI ID.

NAK, dmfe does not work on some Sparc64 machines but tulip does.

I happent to have a Sun Fire V100 with 2 Davicom NICs (1282:9102 (rev 
31)).
tulip driver works for them, dmfe doesn't. Tried with 2.6.25-rc7, first 
it
gets MAC addresses all zeroed and second, it only results in Tx 
timeouts.

This issue was debugged somemonths ago on sparclinux mailing list. DaveM
fixed some bugs IIRC but it still does not work.

Sun Netra X1 is a similar Sun system with dmfe's.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [patch] NET: remove support for Davicom 9102 from the Tulip driver
@ 2008-04-04  8:56 Meelis Roos
  2008-04-04 19:43 ` David Miller
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Meelis Roos @ 2008-04-04  8:56 UTC (permalink / raw)
  To: Jeff Garzik, netdev


>> -     { 0x1282, 0x9102, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X },

> applied

Hmm, did you see my yesterdays answer to that patch - that dmfe should 
first be fixed to work on all  cards with this PCI ID? Currenty dmfe 
fails to work on at least Sun Fire V100 and Sun Netra X1 boxes, only 
tulip works.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-04-09 15:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 22:46 [patch] NET: remove support for Davicom 9102 from the Tulip driver Chuck Ebbert
2008-04-04  5:46 ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2008-04-03  9:10 Meelis Roos
2008-04-04 21:38 ` Jeff Garzik
2008-04-04 22:02   ` David Miller
2008-04-04 22:06     ` Jeff Garzik
2008-04-04 22:28       ` David Miller
2008-04-04 23:26   ` Grant Grundler
2008-04-07 14:28     ` Meelis Roos
2008-04-09 15:54       ` Grant Grundler
2008-04-04  8:56 Meelis Roos
2008-04-04 19:43 ` David Miller
2008-04-04 21:27 ` Jeff Garzik
2008-04-04 21:59 ` Jeff Garzik
2008-04-04 22:05   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).