Module Name: src Committed By: msaitoh Date: Tue Mar 19 04:10:13 UTC 2013
Modified Files: src/sys/dev/mii: brgphy.c src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: - Rename PHY related flags for the consistency. It's the same as FreeBSD. - Remove BGE_10_100_ONLY flag because this was not used. For 10/100 devices, when calling mii_attach(), mask BMSR_EXTSTAT flag to not to check Gigabit flags. It's the same as FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/mii/brgphy.c cvs rdiff -u -r1.219 -r1.220 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/if_bgereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.