]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge Perforce changeset 219925 to head:
authorrwatson <rwatson@FreeBSD.org>
Sat, 12 Jan 2013 15:58:20 +0000 (15:58 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 12 Jan 2013 15:58:20 +0000 (15:58 +0000)
commit18c527acfc847d6a5523b902229bb0a11deddf78
tree2228e9f27acc71c12f35ee12c3615544d0ed95d0
parente17be4ba97971d0f5ec6dfddc58ffeccf3edac6e
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
sys/mips/include/bus.h
sys/mips/include/fdt.h
sys/mips/mips/bus_space_fdt.c