CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2017/05/02 07:26:49
Modified files: sys/arch/octeon/conf: GENERIC RAMDISK files.octeon sys/arch/octeon/dev: cn30xxgmx.c cn30xxgmxvar.h cn30xxsmi.c cn30xxsmireg.h cn30xxsmivar.h if_cnmac.c Log message: Revise MDIO driver code so that device instances can be attached using fdt. This lets the system utilize multiple MDIO controllers. This patch enables all RJ45 Ethernet ports on EdgeRouter Pro. The SFP module slots do not work yet. OK kettenis@, jmatthew@