CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/09/21 06:01:52
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : if_dwxe.c Log message: Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used on the Allwinner A64, H3 and H5 SoCs. This makes the onboard ethernet usable on the popular Pine A64 and NanoPi Neo2. The skeleton used for this driver is taken from tsec(4). ok kettenis@