Module Name: src Committed By: msaitoh Date: Tue Jun 17 21:37:20 UTC 2014
Modified Files: src/sys/dev/mii: brgphy.c brgphyreg.h src/sys/dev/pci: if_bge.c if_bnx.c if_bnxreg.h Log Message: - Fix detection of BGEPHYF_FIBER_{MII|TBI} - Add BCM5708S support in brgphy(4). The auto negotiation may have some bugs. - Add 2500SX support (not tested). - Fix bit definition of BRGPHY_MRBE_MSG_PG5_NP_T2 from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/mii/brgphy.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/mii/brgphyreg.h cvs rdiff -u -r1.268 -r1.269 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_bnx.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_bnxreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.