diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-20 19:44:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-20 19:44:03 +0000 |
commit | ae0e1615641fad29f95b31fb4768f1f97025c370 (patch) | |
tree | 129868b89b7cc394bb76a6c8f4b2391df4af69f8 /sys/arch | |
parent | abb725bc035c421c7bfcbd00d031ef5a9fb18167 (diff) |
Enable sximmc(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 905846cba49..cccaaea52e2 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2016/08/20 15:44:04 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.51 2016/08/20 19:44:02 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -96,6 +96,8 @@ sxirtc* at fdt? # Real Time Clock sxie* at fdt? dwge* at fdt? sxiahci* at fdt? # AHCI/SATA +sximmc* at fdt? # SD/MMC card controller +sdmmc* at sximmc? # SD/MMC bus ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 #ohci* at sunxi? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 38a0d0f2d58..54d2c87d2a5 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.46 2016/08/20 15:44:04 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.47 2016/08/20 19:44:02 kettenis Exp $ machine armv7 arm @@ -94,6 +94,8 @@ sxirtc* at fdt? # Real Time Clock sxie* at fdt? dwge* at fdt? sxiahci* at fdt? # AHCI/SATA +sximmc* at fdt? # SD/MMC card controller +sdmmc* at sximmc? # SD/MMC bus ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 #ohci* at sunxi? |