MSK nic driver issue
M. Warner Losh
imp at bsdimp.com
Fri Jul 9 23:16:09 UTC 2010
In message: <AANLkTimxiD4H2dyra2_LEtxMzqaN2fTU0EEXbxlFF5H1 at mail.gmail.com>
Matthias Gamsjager <mgamsjager at gmail.com> writes:
: And how do i do that? Because frankly i dont really understand what you mean
The PHY driver on the miibus is reporting status to the msk NIC
driver. That driver interprets the status. While it is
autonegotiating for line speed, the registers report garbage/bouncing
of the line. You need to defer reporting the change a little during
autonegotiation. The code to do this is somewhere in dev/mii. I'm
not sure what other drivers have to cope with this issue, but have
observed this behavior on a number of occasions...
Warner
: Op 9 jul 2010 19:09 schreef "M. Warner Losh" <imp at bsdimp.com>:
:
: In message: <AANLkTikb9Ryi6tJgRg_9SRCJoftwRIB9KNlltziQDG9R at mail.gmail.com>
: Matthias Gamsjager <mgamsjager at gmail.com> writes:
: : Hello,
:
: :
: : I have an issue with the MSK nic driver under 8-stable. problem is
: : that during the kernel boo...
: You may need to debounce the status of the link reported by the
: PHY... That's what's causing this...
:
: Warner
More information about the freebsd-drivers
mailing list