diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-09-21 12:01:53 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-09-21 12:01:53 +0000 |
commit | 5e0f7fea1a9cd24edbd691218b728f18abe49de0 (patch) | |
tree | 8975550207793505ba823c1a63642eb82dcbaa49 /sys/dev/fdt/files.fdt | |
parent | c5ae1f21fd475799482589fd07ba41b884e51700 (diff) |
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@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index ee5e3935da2..6df3c1f28a9 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.26 2017/08/28 11:16:04 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.27 2017/09/21 12:01:52 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -127,3 +127,7 @@ file dev/fdt/mvmdio.c mvmdio device mvneta: ether, ifnet, mii, ifmedia attach mvneta at fdt file dev/fdt/if_mvneta.c mvneta + +device dwxe: ether, ifnet, mii, ifmedia +attach dwxe at fdt +file dev/fdt/if_dwxe.c dwxe |