cvs commit: src/sys/dev/mii brgphy.c
Jung-uk Kim
jkim at FreeBSD.org
Tue Dec 19 17:37:41 PST 2006
On Tuesday 19 December 2006 07:42 pm, Oleg Bulyzhin wrote:
> On Wed, Dec 20, 2006 at 12:08:48AM +0000, Jung-uk Kim wrote:
> > jkim 2006-12-20 00:08:47 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/mii brgphy.c
> > Log:
> > - Do not depend on auto negotiation for link speed/duplex
> > status. - Read link status from BMSR instead of auxilary status
> > register. - Clean up style(9) nits.
> >
> > Revision Changes Path
> > 1.51 +81 -68 src/sys/dev/mii/brgphy.c
>
> As long as i know, link bit of bmsr register is 'latched low', are
> you sure reading bmsr once is enough?
Actually you are the second person asking the same question. :-( It
is working fine for me but I will back it out if it doesn't.
Jung-uk Kim
More information about the cvs-src
mailing list