diff options
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 6 |
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? |