--- /spare/cvs/linux-2.5/drivers/net/epic100.c Wed Feb 6 06:56:21 2002 +++ linux_2_5/drivers/net/epic100.c Fri Jan 18 10:17:03 2002 @@ -57,10 +57,13 @@ * implement ETHTOOL_[GS]SET, _NWAY_RST, _[GS]MSGLVL, _GLINK (jgarzik) * replace some MII-related magic numbers with constants + LK1.1.12: + * fix power-up sequence + */ #define DRV_NAME "epic100" -#define DRV_VERSION "1.11+LK1.1.11" +#define DRV_VERSION "1.11+LK1.1.12" #define DRV_RELDATE "Jan 18, 2002" @@ -675,9 +678,8 @@ required by the details of which bits are reset and the transceiver wiring on the Ositech CardBus card. */ -#if 0 - outl(dev->if_port == 1 ? 0x13 : 0x12, ioaddr + MIICfg); -#endif + + outl(0x12, ioaddr + MIICfg); if (ep->chip_flags & MII_PWRDWN) outl((inl(ioaddr + NVCTL) & ~0x003C) | 0x4800, ioaddr + NVCTL);