small patch to recognize 3c905C (pre-2.3.14-1)

iafilius (iafilius@xs4all.nl)
Sat, 14 Aug 1999 16:30:51 +0200 (CEST)


Hello

Currently 3c905C is not recognized by 3c59x.c driver, and the folowing
_patch_ fixes this:
--- drivers/net/3c59x.c-2.3.14-pre1 Sat Aug 14 13:20:08 1999
+++ drivers/net/3c59x.c Sat Aug 14 13:35:12 1999
@@ -265,6 +265,8 @@
PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE|HAS_NWAY, 128, vortex_probe1},
{"3c905B-FX Cyclone 100baseFx", 0x10B7, 0x905A, 0xffff,
PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE, 128, vortex_probe1},
+ {"3c905C Tornado", 0x10B7, 0x9200, 0xffff,
+ PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE, 128, vortex_probe1},
{"3c980 Cyclone", 0x10B7, 0x9800, 0xfff0,
PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE, 128, vortex_probe1},
{"3c575 Boomerang CardBus", 0x10B7, 0x5057, 0xffff,

And seems to run fine. Could this be applied please ? i suppose this
patch makes also some 2.2.xx users happy.

PS, i copied this part from David Miller's latest 3c59x.c

Arjan Filius
mailto:iafilius@xs4all.nl

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/