aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/files.allwinner
diff options
context:
space:
mode:
authorIlya Bakulin <kibab@FreeBSD.org>2018-06-21 11:49:21 +0000
committerIlya Bakulin <kibab@FreeBSD.org>2018-06-21 11:49:21 +0000
commit5e03278feeddaf50acfe78f649896f5b71eacedb (patch)
tree42c8b4556e1f2811df8783422ed88e95949569df /sys/arm/allwinner/files.allwinner
parentb47999470d84e0c5ff068e2315547235eb3b063d (diff)
downloadsrc-5e03278feeddaf50acfe78f649896f5b71eacedb.tar.gz
src-5e03278feeddaf50acfe78f649896f5b71eacedb.zip
Add MMCCAM support to AllWinner MMC driver
Using MMCCAM on AllWinner boards is now possible, reaching highest possible data transfer speed. For now, MMCCAM doesn't scan cards on boot. This means that scanning has to be done manually and that it's not possible to mount root FS from MMC/SD card since there is no block device at the boot time. For manually scanning the cards, run: # camcontrol rescan X:0:0 Where X is the bus number (look at camcontrol devlist to determine bus number assigned to the MMC controller). Reviewed by: manu Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D15891
Notes
Notes: svn path=/head/; revision=335476
Diffstat (limited to 'sys/arm/allwinner/files.allwinner')
-rw-r--r--sys/arm/allwinner/files.allwinner2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/allwinner/files.allwinner b/sys/arm/allwinner/files.allwinner
index 972d6a2df11d..e49987ff1768 100644
--- a/sys/arm/allwinner/files.allwinner
+++ b/sys/arm/allwinner/files.allwinner
@@ -10,7 +10,7 @@ arm/allwinner/a10_sramc.c standard
arm/allwinner/aw_gpio.c optional gpio
arm/allwinner/aw_if_dwc.c optional dwc
arm/allwinner/aw_machdep.c standard
-arm/allwinner/aw_mmc.c optional mmc
+arm/allwinner/aw_mmc.c optional mmc | mmccam
arm/allwinner/aw_mp.c optional smp
arm/allwinner/aw_nmi.c optional intrng
arm/allwinner/aw_rsb.c optional rsb | p2wi