aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.mips
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2013-01-12 15:58:20 +0000
committerRobert Watson <rwatson@FreeBSD.org>2013-01-12 15:58:20 +0000
commitc36a1b5c6682f2306cbee5c33c18e06db8d1e75a (patch)
tree2228e9f27acc71c12f35ee12c3615544d0ed95d0 /sys/conf/files.mips
parent0fe7f25666de07f50b566554fbb065824abaf965 (diff)
downloadsrc-c36a1b5c6682f2306cbee5c33c18e06db8d1e75a.tar.gz
src-c36a1b5c6682f2306cbee5c33c18e06db8d1e75a.zip
Merge Perforce changeset 219925 to head:
Provided a bus_space implementation for FDT, modelled on bus_space_generic, but with a local version of the map address routine that does a P->V translation, as is the case with NLM's similar routine for XLP. It's not clear to me that this is the right solution -- possibly this belongs in simplebus -- however, it is sufficient to get the DE4 LED driver working. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=245332
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r--sys/conf/files.mips1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 8c7a530aa788..2dfc5ddeb715 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -7,6 +7,7 @@
# Arch dependent files
mips/mips/autoconf.c standard
mips/mips/bus_space_generic.c standard
+mips/mips/bus_space_fdt.c optional fdt
mips/mips/busdma_machdep.c standard
mips/mips/cache.c standard
mips/mips/cache_mipsNN.c standard