summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2017-05-21 17:44:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2017-05-21 17:44:53 +0000
commit1000b6b8578caf59f3bd1e74005c527a3d0d682d (patch)
treec85246ce790d87d03ea399331e8b8860a89f5778 /sys/arch/armv7
parent8787941c19315f4a4744298bc2c2a39b1690308d (diff)
Add support for the SD/MMC controller found on Samsuung Exynos5.
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r--sys/arch/armv7/conf/GENERIC6
-rw-r--r--sys/arch/armv7/conf/RAMDISK6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC
index 27bf3edf513..af71a6c4835 100644
--- a/sys/arch/armv7/conf/GENERIC
+++ b/sys/arch/armv7/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.82 2017/03/24 20:31:58 patrick Exp $
+# $OpenBSD: GENERIC,v 1.83 2017/05/21 17:44:52 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -128,8 +128,8 @@ usb* at exehci?
exdwusb* at fdt?
xhci* at fdt?
usb* at xhci?
-exesdhc* at fdt?
-sdmmc* at exesdhc?
+dwmmc* at fdt?
+sdmmc* at dwmmc?
exrtc* at fdt?
exuart* at fdt?
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK
index dcf57a14f1b..8a11ae63cfb 100644
--- a/sys/arch/armv7/conf/RAMDISK
+++ b/sys/arch/armv7/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.77 2017/03/24 20:31:58 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.78 2017/05/21 17:44:52 kettenis Exp $
machine armv7 arm
@@ -124,8 +124,8 @@ usb* at exehci?
exdwusb* at fdt?
xhci* at fdt?
usb* at xhci?
-exesdhc* at fdt?
-sdmmc* at exesdhc?
+dwmmc* at fdt?
+sdmmc* at dwmmc?
exrtc* at fdt?
exuart* at fdt?