CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/25 06:39:19
Modified files:
sys/dev/fdt : if_mvneta.c if_mvpp.c mvmdio.c
Removed files:
sys/dev/fdt : mvmdiovar.h
Log message:
Register mvmdio(4) in the MII "framework". On the Armada 7K and 8K
SoCs there can be multiple instances of mvmdio(4), with SMI or XSMI
support. This replaces the mvmdio_sc global with a nicer FDT-based
interface to retrieve the methods to access the MII bus.
ok kettenis@
