* Problems with 3c59x in 2.6.7-rc1-bk*
@ 2004-05-28 1:30 Phil Brutsche
0 siblings, 0 replies; only message in thread
From: Phil Brutsche @ 2004-05-28 1:30 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
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@tux.obix.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-28 1:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 1:30 Problems with 3c59x in 2.6.7-rc1-bk* Phil Brutsche
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox