On Fri, Feb 08, 2002 at 10:53:14AM +0000, Armin wrote: > Andrew & Stefan, > > The softrest could probably be removed from the _init. its dup'd in _open.
Here is another problem I have with find_phy, that it seems that mii reads to reg 2 of a non-existent address does not return an error but a read to reg 3 does. Here is a log from ppcboot since it is easy to test this there without doing a kernel build. My phy is at address 0x1f. => mii read 0x1 2 07FF => mii read 0x1 3 read err 3 a2: read: EMAC_STACR=0xffffc023, i=2 Error reading from the PHY 07FF ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
