Module Name: src Committed By: msaitoh Date: Mon Apr 22 07:51:16 UTC 2019
Modified Files: src/sys/arch/arm/sunxi: sun4i_emac.c src/sys/dev/ic: elink3.c i82557.c src/sys/dev/pci: if_pcn.c Log Message: In drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to ifmedia_ioctl(), the hook is not required because ether_ioctl has it (if_ethersubr.c rev. 1.160). These drivers don't return ENETRESET in ifmedia_init(), so no functional change. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sun4i_emac.c cvs rdiff -u -r1.146 -r1.147 src/sys/dev/ic/elink3.c cvs rdiff -u -r1.150 -r1.151 src/sys/dev/ic/i82557.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/if_pcn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.