Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index