Module Name: src Committed By: msaitoh Date: Wed Oct 4 07:07:16 UTC 2017
Modified Files: src/sys/net: if_media.h Log Message: All Ethernet media more than 1000Mbps don't support half duplex. For the convinience, ifconfig without "mediaopt fullduplex" sets IFM_FDX automatically for those medias. Without this change, "ifconfig xxN mediaopt 10Gbase-T" (without "mediaopt fullduplex") returns EINVAL if a driver doesn't call ifmedia_add() without IFM_FDX because ifmedia_match() returns NULL. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/net/if_media.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.