Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/03/1999 12:41:50
Module Name:	syssrc
Committed By:	drochner
Date:		Tue Aug  3 19:41:49 UTC 1999

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

Log Message:
move common support functions for phy drivers from mii.c to mii_physubr.c,
so that they are not includes if no PHY is configured
(avoids code bloat if an interface driver has the "mii" attribute but
mii is not used by the particular version)


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/mii/mii.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/mii/mii_physubr.c

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