Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/22/1999 21:24:32
Module Name: src
Committed By: thorpej
Date: Fri Apr 23 04:24:32 UTC 1999
Modified Files:
src/sys/dev/mii: exphy.c icsphy.c inphy.c lxtphy.c mii_physubr.c
miivar.h nsphy.c qsphy.c sqphy.c tlphy.c ukphy.c
Log Message:
Implement asynchronous autonegotiation when driven by the MII tick
(one-second clock). Prevents .5s delays every 5 seconds when the interface
is up but there is no link. Fixes PR 7361.