Module Name: src Committed By: msaitoh Date: Mon Apr 22 08:30:32 UTC 2019
Modified Files: src/sys/arch/macppc/dev: if_bm.c if_gm.c Log Message: These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and default case in the switch statement. Only the default case didn't check the return value with ENETRESET. Integrate them to one ether_ioctl() with ENETRESET test. This change might improve SIOCSIFMTU or some other ioctl()s which return ENETRESET by calling if_init(). To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/macppc/dev/if_bm.c cvs rdiff -u -r1.52 -r1.53 src/sys/arch/macppc/dev/if_gm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.