Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/10/1998 16:59:59
Module Name:	src
Committed By:	thorpej
Date:		Mon Aug 10 23:59:59 UTC 1998

Modified Files:
	src/sys/dev/mii: tlphy.c
Added Files:
	src/sys/dev/mii: tlphyreg.h tlphyvar.h
Removed Files:
	src/sys/dev/mii: tlphy.h
Log Message:
Adapt to the new MII layer.  This PHY driver now properly supports
802.3u autonegotiation, and will report the precise media selected
by autonegotiation by reading PHY-specific registers.

XXX There is still some work to do wrt. autonegotiation and the
BNC/AUI support in the ThunderLAN PHY.