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: msaitoh
Date: Mon Apr 22 08:05:01 UTC 2019
Modified Files:
src/sys/arch/arm/at91: at91emac.c
src/sys/arch/arm/gemini: if_gmc.c
src/sys/arch/arm/sunxi: sunxi_emac.c
src/sys/dev/cadence: if_cemac.c
src/sys/dev/ic: elinkxl.c lan9118.c tulip.c
src/sys/dev/marvell: if_mvgbe.c
src/sys/dev/pci: if_et.c if_lii.c
Log Message:
On 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_ioctl(), so no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/at91/at91emac.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/gemini/if_gmc.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/sunxi/sunxi_emac.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/cadence/if_cemac.c
cvs rdiff -u -r1.127 -r1.128 src/sys/dev/ic/elinkxl.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/lan9118.c
cvs rdiff -u -r1.192 -r1.193 src/sys/dev/ic/tulip.c
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/marvell/if_mvgbe.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/if_et.c src/sys/dev/pci/if_lii.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