]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A MAC adddress from FDT data should override anything stored in eeprom or
authorian <ian@FreeBSD.org>
Mon, 20 May 2019 22:21:47 +0000 (22:21 +0000)
committerian <ian@FreeBSD.org>
Mon, 20 May 2019 22:21:47 +0000 (22:21 +0000)
commit879af444a113812b70e64599bcc779284eaf9d14
tree874fbbf379f7f8d5b0cc3895c7ad19995826c57f
parent3da531d15009f5bbd9a2fb0d9b276c3283ce5ecf
A MAC adddress from FDT data should override anything stored in eeprom or
OTP registers (because the user is in control of the fdt data).  Remove the
early returns from the code that tries to find a good mac address, so that
the execution always flows through the routine to get an address from FDT
data last, when on FDT-enabled systems.
sys/dev/usb/net/if_muge.c