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:   joerg
Date:           Sat Feb 18 19:51:07 UTC 2006

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

Log Message:
Change the link status code in MII to use if_link_state_change instead
of calling rt_ifmsg directly. This allows other parts of the kernel
to change the behaviour depending on the link state and is a
prerequirement for CARP.

Hide mii_phy_statusmsg, mii_phy_update should be used instead.
Don't send routing messages for baudrate changes, if_baudrate is
currently not exported via this interface.

OK tls@


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/dev/mii/mii_physubr.c
cvs rdiff -r1.44 -r1.45 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