Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 04/13/2001 14:12:37
Module Name:	syssrc
Committed By:	augustss
Date:		Fri Apr 13 11:12:37 UTC 2001

Modified Files:
	syssrc/sys/dev/mii: mii_physubr.c miivar.h

Log Message:
Add a flag to mii_flags which will cause autonegotiation to use tsleep()
instead of callout.  This way adapters which need a process context for
PHY register access (e.g. USB adapters) have a chance.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/mii/mii_physubr.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/mii/miivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.