From c36a1b5c6682f2306cbee5c33c18e06db8d1e75a Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 12 Jan 2013 15:58:20 +0000 Subject: 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 --- sys/conf/files.mips | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/files.mips') 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 -- cgit v1.2.3