Module Name: src Committed By: thorpej Date: Wed Feb 19 02:51:54 UTC 2020
Modified Files: src/sys/arch/arm/at91: at91emac.c src/sys/arch/arm/ep93xx: epe.c Log Message: When a media change is requested, don't just all (*if_init)(). That's needlessly disruptive and incompatible with future locking changes. We can use both ether_mediachange() and ether_mediastatus() instead. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/at91/at91emac.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/arm/ep93xx/epe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.