aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2005-01-10 17:16:35 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:16:35 -0800
commit3fe02ac184102dbf0e791be8c16d33f9bab945af (patch)
treef8902a41719a12deed79fcad513ea349d9a312ea /drivers
parentba2364982981e8d077370a5e77b74ab70a29949f (diff)
downloadhistory-3fe02ac184102dbf0e791be8c16d33f9bab945af.tar.gz
[PATCH] 3c59x: Add EEPROM_RESET for 3c900 Boomerang
Add 3c900 Boomerang to list of devices needing EEPROM_RESET Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/3c59x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/3c59x.c b/drivers/net/3c59x.c
index b36130902365dd..59a55a18387147 100644
--- a/drivers/net/3c59x.c
+++ b/drivers/net/3c59x.c
@@ -462,9 +462,9 @@ static struct vortex_chip_info {
{"3c595 Vortex 100base-MII",
PCI_USES_IO|PCI_USES_MASTER, IS_VORTEX, 32, },
{"3c900 Boomerang 10baseT",
- PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG, 64, },
+ PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG|EEPROM_RESET, 64, },
{"3c900 Boomerang 10Mbps Combo",
- PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG, 64, },
+ PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG|EEPROM_RESET, 64, },
{"3c900 Cyclone 10Mbps TPO", /* AKPM: from Don's 0.99M */
PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE|HAS_HWCKSM, 128, },
{"3c900 Cyclone 10Mbps Combo",