summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/files.at91
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-04-22 23:54:41 +0000
committerstas <stas@FreeBSD.org>2009-04-22 23:54:41 +0000
commit7daf5e0713c3bb6c39c2db80272e07f3ed3607cf (patch)
tree741112db39dd3ca5b644c63fadadb61c60f65fb7 /sys/arm/at91/files.at91
parent5ff418d07144cf4e3e408792042d9be38a391296 (diff)
downloadFreeBSD-src-7daf5e0713c3bb6c39c2db80272e07f3ed3607cf.zip
FreeBSD-src-7daf5e0713c3bb6c39c2db80272e07f3ed3607cf.tar.gz
- Add the driver for AT91RM9200 CompactFlash controller. The driver
operates in the common memory mode and use polling mode to control the status of operations as I don't have any board with interrupt line routed yet. I'll add the GPIO interrupt driven mode as soon as I get one.
Diffstat (limited to 'sys/arm/at91/files.at91')
-rw-r--r--sys/arm/at91/files.at911
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/at91/files.at91 b/sys/arm/at91/files.at91
index c9aafbc..8b5d7e2 100644
--- a/sys/arm/at91/files.at91
+++ b/sys/arm/at91/files.at91
@@ -3,6 +3,7 @@ arm/arm/cpufunc_asm_arm9.S standard
arm/arm/irq_dispatch.S standard
arm/at91/at91_machdep.c standard
arm/at91/at91.c standard
+arm/at91/at91_cfata.c optional at91_cfata
arm/at91/at91_st.c standard
arm/at91/at91_mci.c optional at91_mci
arm/at91/at91_pio.c standard
OpenPOWER on IntegriCloud