diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-09-21 12:11:30 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-09-21 12:11:30 +0000 |
commit | 6f6f3a21f6348a1c27de4c1b6169dd20dcbbba13 (patch) | |
tree | 1bf5925be3bf5b8d2bd8687af286765b83e0844d /sys/arch/armv7 | |
parent | 5e0f7fea1a9cd24edbd691218b728f18abe49de0 (diff) |
Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC.
Prompted by jsg@
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
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 |