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/arch/arm64/conf | |
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/arch/arm64/conf')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
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 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 909321e83f1..9cdc0b984c6 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.36 2017/09/19 15:39:23 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.37 2017/09/21 12:01:52 patrick Exp $ # # GENERIC machine description file # @@ -114,6 +114,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 |