CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/04/07 16:43:12
Modified files: sys/dev/ic : dwc_gmac.c Log message: Only attach a single PHY if the PHY address isn't specified. This prevents PHYs that respond at the broadcast address 0 and some other address from attaching twice and isolating themselves from the interface. This makes the network interface on the Theobrama Systems RK3399-Q7 SoM that has a Micrel KZS9031 PHY work. ok patrick@