summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-14 20:17:31 +0000
committerian <ian@FreeBSD.org>2014-05-14 20:17:31 +0000
commit15a8c9db44075b3dd6e16714daaee4053182a01e (patch)
treed7395e7d5f9890fa2cedfe092e806c756e96e37f /sys/arm/include
parentf6194d9105a20998792570a5c3733a06ebe6f906 (diff)
downloadFreeBSD-src-15a8c9db44075b3dd6e16714daaee4053182a01e.zip
FreeBSD-src-15a8c9db44075b3dd6e16714daaee4053182a01e.tar.gz
MFC r260440, r260441, r260447, r260490, r260493
Add option USB_HOST_ALIGN to configs that contain 'device usb'. Update dts files of Cubieboard1,2 to use 1GB memory. Add a function to print the contents of the static device mapping table,
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/devmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/include/devmap.h b/sys/arm/include/devmap.h
index 028f40d..e205d9b 100644
--- a/sys/arm/include/devmap.h
+++ b/sys/arm/include/devmap.h
@@ -87,4 +87,7 @@ void arm_devmap_bootstrap(vm_offset_t _l1pt,
void * arm_devmap_ptov(vm_paddr_t _pa, vm_size_t _sz);
vm_paddr_t arm_devmap_vtop(void * _va, vm_size_t _sz);
+/* Print the static mapping table; used for bootverbose output. */
+void arm_devmap_print_table(void);
+
#endif
OpenPOWER on IntegriCloud