fix: 3c59x.c in test1-ac10

From: Andrew Morton (andrewm@uow.edu.au)
Date: Wed Jun 07 2000 - 23:11:36 EST


Guys,

the attached patch should fix the recent silliness with 3c905C's in
2.4.0-test1-ac10. Sorry about that.

Bjoern, this will put you back to where you were before:
incomprehensibly inoperative :( Please run those tests.

--
-akpm-

--- drivers/net/3c59x.c.orig Thu Jun 8 13:23:27 2000 +++ drivers/net/3c59x.c Thu Jun 8 13:23:49 2000 @@ -281,8 +281,8 @@ }; enum { IS_VORTEX=1, IS_BOOMERANG=2, IS_CYCLONE=4, IS_TORNADO=8, - EEPROM_230=8, /* AKPM: Uses 0x230 as the base bitmaps for EEPROM reads */ - HAS_PWR_CTRL=0x10, HAS_MII=0x20, HAS_NWAY=0x40, HAS_CB_FNS=0x80, }; + EEPROM_230=0x10, /* AKPM: Uses 0x230 as the base bitmaps for EEPROM reads */ + HAS_PWR_CTRL=0x20, HAS_MII=0x40, HAS_NWAY=0x80, HAS_CB_FNS=0x100, }; enum vortex_chips {

- 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/



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:16 EST