Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/04/1998 16:19:32
Module Name:	src
Committed By:	thorpej
Date:		Thu Nov  5 00:19:32 UTC 1998

Modified Files:
	src/sys/dev/mii: exphy.c icsphy.c inphy.c lxtphy.c miivar.h nsphy.c
	    qsphy.c sqphy.c tlphy.c
Log Message:
Place the essentially common "ticks" and "active" members into the
mii_softc (generic phy goo), and just switch all of the PHY drivers
(except tlphy, which really does have special stuff) to use an mii_softc
instead of a private one.