CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/15 12:31:28
Modified files:
sys/arch/armv7/sunxi: if_dwge_fdt.c
sys/dev/ic : dwc_gmac.c dwc_gmac_var.h
Log message:
For some reason the RTL8211E PHY on the Banana Pi responds to both address 0
and 1. As a result rgephy(4) attaches twice. Prevent this from happening
by passing the PHY address, which is part of the device tree, down from the
bus-specific glue to the generic driver code.
