From 6f6f3a21f6348a1c27de4c1b6169dd20dcbbba13 Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Thu, 21 Sep 2017 12:11:30 +0000 Subject: Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC. Prompted by jsg@ --- sys/arch/armv7/conf/GENERIC | 3 ++- sys/arch/armv7/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index ac19567c520..6b1269fba76 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.94 2017/08/28 19:32:53 jasper Exp $ +# $OpenBSD: GENERIC,v 1.95 2017/09/21 12:11:29 patrick Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -95,6 +95,7 @@ sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? dwge* at fdt? +dwxe* at fdt? sxiahci* at fdt? # AHCI/SATA sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 5a30802a377..7e528c14f85 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.88 2017/08/27 21:27:14 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.89 2017/09/21 12:11:29 patrick Exp $ machine armv7 arm @@ -92,6 +92,7 @@ sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? dwge* at fdt? +dwxe* at fdt? sxiahci* at fdt? # AHCI/SATA sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus -- cgit v1.2.3