From 5e0f7fea1a9cd24edbd691218b728f18abe49de0 Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Thu, 21 Sep 2017 12:01:53 +0000 Subject: 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@ --- sys/arch/arm64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/arm64/conf/GENERIC') diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 720c5731faa..b3eaa62547c 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 2017/09/19 15:39:23 patrick Exp $ +# $OpenBSD: GENERIC,v 1.40 2017/09/21 12:01:52 patrick Exp $ # # GENERIC machine description file # @@ -104,6 +104,7 @@ sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxirtc* at fdt? # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus +dwxe* at fdt? # PCI ppb* at pci? # PCI-PCI bridges -- cgit v1.2.3