From: Burton Windle Fix the 10/100 transceiver initialisation woes. --- 25-akpm/drivers/net/3c59x.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/3c59x.c~fix-3c59xc-to-allow-3c905c-100bt-fd drivers/net/3c59x.c --- 25/drivers/net/3c59x.c~fix-3c59xc-to-allow-3c905c-100bt-fd Fri Apr 23 13:36:37 2004 +++ 25-akpm/drivers/net/3c59x.c Fri Apr 23 13:36:37 2004 @@ -520,7 +520,7 @@ static struct vortex_chip_info { {"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", _