Subject: Re: port-evbmips/23410: Au1x00 Ethernet Driver Malfunction
To: Steve Woodford <gnats-bugs@gnats.NetBSD.org>
From: Gilad Rom <gilad@romat.com>
List: netbsd-bugs
Date: 11/11/2003 11:22:02
Well, This is what we call a "Quick Fix" over here! ;)

Thanks, that did the trick.
Could you please tell me where that is documented, 
so I can avoid sending PR's needlessly? I've searched
high and low and this, but to no avail...

Thanks again, Gilad.

----- Original Message ----- 
From: "Steve Woodford" <scw@netbsd.org>
To: <gilad@romat.com>; <gnats-bugs@gnats.NetBSD.org>
Cc: <netbsd-bugs@netbsd.org>
Sent: Tuesday, November 11, 2003 10:57 AM
Subject: Re: port-evbmips/23410: Au1x00 Ethernet Driver Malfunction


> On Tuesday 11 November 2003 8:37 am, gilad@romat.com wrote:
> 
> > >Synopsis:       Au1x00 Ethernet Driver Malfunction
> 
> [snip]
> 
> > aumac0 at aubus0 addr 0x10500000 irq 28: Au1X00 10/100 Ethernet
> > aumac0: Ethernet address 00:50:c2:0c:34:91
> > OUI 0x0010a9 model 0x0021 rev 11 at aumac0 phy 31 not configured
> 
> [snip]
> 
> > It appears that the Ethernet interface on the Au1100 chip
> > cannot receive at full speed - Whatever I try, I cannot
> > get it to operate at over 1.5Mbps.
> > Sending through the Interface is fine, as it operates at 70-80Mbps.
> > Replacing the Switch/Ethernet Cable does not change the results.
> 
> This is almost certainly because you're missing a driver for your 
> board's PHY.
> 
> Add the following line to your kernel config file and try again:
> 
> acphy*  at mii? phy ?  #DAltima AC101 and AMD Am79c874 PHYs
> 
> Cheers, Steve
> 
>