Problems with 3c59x in 2.6.7-rc1-bk*

From: Phil Brutsche
Date: Thu May 27 2004 - 20:32:53 EST


With a 3c905C NIC, I get a kernel panic & hard lock while trying to bring up the interface at boot.

After reverting the following patch (introduced in 2.6.6-bk1) there are no more kernel panics. 2.6.6 and earlier work fine with this card.

diff -Nru a/drivers/net/3c59x.c b/drivers/net/3c59x.c
--- a/drivers/net/3c59x.c 2004-03-13 22:54:58 -08:00
+++ b/drivers/net/3c59x.c 2004-05-10 04:25:39 -07:00
@@ -520,7 +520,7 @@
{"3c905B-FX Cyclone 100baseFx",
PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE|HAS_HWCKSM, 128, },
{"3c905C Tornado",
- PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM, 128, },
+ PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM|EXTRA_PREAMBLE, 128, },
{"3c980 Cyclone",
PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE|HAS_HWCKSM, 128, },
{"3c980C Python-T",

The strange part? The patch description shows that it tries to fix 100baseTX-FD problems with 3c905C cards... which it precisely what works fine here WITHOUT the patch.

Yell if anyone needs the text of the panic.

(Andrew, this is directed at you because the changelog shows the patch came to Linus from you via -mm)

--

Phil Brutsche
phil@xxxxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/