Hello Jeff, I got some user reports that they have problems with a Davicom DM9102 NIC and the tulip driver.
PCI ID: 1282:9102 (rev 20) Symptoms: NIC gets address via DHCP, ping works but real traffic stalls after some packets. Switching to the dmfe driver made it working for them. So I would suggest to remove this ID from the generic driver, since it seems that dmfe is the better choice for this NIC. What do you think ? --- linux-2.6.15-rc1.4/drivers/net/tulip/tulip_core.c.org 2005-11-16 14:25:57.000000000 +0100 +++ linux-2.6.15-rc1.4/drivers/net/tulip/tulip_core.c 2005-11-16 14:35:33.000000000 +0100 @@ -224,7 +224,6 @@ { 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 }, -- Karsten Keil SuSE Labs ISDN development - 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