Module Name: src Committed By: msaitoh Date: Mon Jun 18 09:12:17 UTC 2018
Modified Files: src/sys/dev/mii: e1000phyreg.h makphy.c Log Message: - All of Marvell PHY's registers from addr 0x0 to 0xf conforms IEEE 802.3 specification, so those register definitions are not required. Use mii.h's definitions. Note that E1000_ER_PAR_DETECT_FAULT should be 0x0010 instead of 0x0100(typo). - Restore code for BMCR_ISO which was removed in makphy.c rev. 1.44 - Whitespace fix. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/mii/e1000phyreg.h cvs rdiff -u -r1.44 -r1.45 src/sys/dev/mii/makphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.