On Sun, May 06, 2018 at 11:08:08AM -0600, Mark Kettenis wrote: > CVSROOT: /cvs > Module name: src > Changes by: kette...@cvs.openbsd.org 2018/05/06 11:08:08 > > Modified files: > sys/dev/ic : dwc_gmac.c > > Log message: > Change the order in which whe write ouw own MAC address into the relevant two > hardware registers. On Rockchip hardware it seems the address latches into > the filter logic only after writing writing the "low" register. > > Fixes the Gigabit Ethernet interface on the Rockchip RK3328 and RK3399. > > ok visa@, patrick@ >
This also avoids having to down/up the interface to make it work on RK3288.