Globalscale Dreamplug and 8.3 RELEASE

Kristof Provost kristof at sigsegv.be
Wed Aug 1 20:32:46 UTC 2012


On 2012-08-01 12:32:44 (-0600), Ian Lepore <freebsd at damnhippie.dyndns.org> wrote:
> I did some driver debugging to the point where I see the outgoing packet
> buffers being handed to the hardware, and then shortly thereafter
> TX-done interrupts happen, as if the packet was sent just fine.  But
> either the bits never hit the wire, or the packets are malformed in some
> way such that other boxes on my network can't see them arrive (using
> tcpdump; I don't have any wire-level debugging tools).
> 
At a guess, the problem is that the PHY address isn't getting programmed
in the MAC. There should be a fix in 9.0 or 10.0.

It's the /* Tell the MAC where to find the PHY so autoneg works */ bit
in mge_attach in current.

Regards,
Kristof



More information about the freebsd-arm mailing list