Module Name: src Committed By: thorpej Date: Sat Mar 28 18:37:18 UTC 2020
Modified Files: src/sys/arch/arm/amlogic: gxlphy.c src/sys/dev/mii: brgphy.c ihphy.c micphy.c nsphyter.c ukphy.c Log Message: Don't set DVF_DETACH_SHUTDOWN. The MII layer wants to manage the lifecycle of the PHY devices, and if a NIC driver chooses not to detach its PHYs at shutdown, that's the driver's business. PR kern/55121. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/amlogic/gxlphy.c cvs rdiff -u -r1.88 -r1.89 src/sys/dev/mii/brgphy.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/mii/ihphy.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/mii/micphy.c cvs rdiff -u -r1.45 -r1.46 src/sys/dev/mii/nsphyter.c cvs rdiff -u -r1.53 -r1.54 src/sys/dev/mii/ukphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.