Source-Changes archive

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

CVS commit: src/sys/dev/mii



Module Name:    src
Committed By:   dyoung
Date:           Thu Jan 10 07:29:42 UTC 2008

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

Log Message:
Add a helper routine for ethernet drivers, mii_ifmedia_change().

Remove an mii_softc from its mii_data in mii_phy_detach(), not in
mii_detach(), so that we do not leave dangling pointers to a PHY
in an mii_data.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/dev/mii/mii.c
cvs rdiff -r1.55 -r1.56 src/sys/dev/mii/mii_physubr.c
cvs rdiff -r1.48 -r1.49 src/sys/dev/mii/miivar.h

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