Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   dyoung
Date:           Wed Jan  2 00:41:08 UTC 2008

Modified Files:
        src/sys/dev/mii: files.mii
        src/sys/net: if_ethersubr.c
Added Files:
        src/sys/dev/mii: mii_ethersubr.c

Log Message:
Fix XEN2_DOMU (and amd64?) builds: move ether_mediastatus(),
ether_mediachange() to their own module that we compile only if
the kernel configuration demands support for both MII buses and
ethernet.  Thanks to Tom Spindler for suggesting that these routines
move to dev/mii/.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/dev/mii/files.mii
cvs rdiff -r0 -r1.1 src/sys/dev/mii/mii_ethersubr.c
cvs rdiff -r1.158 -r1.159 src/sys/net/if_ethersubr.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