the bitrig master branch has been updated by patrick with 1 new commit:

commit 345af68a018e08177c81ca2cdd45f18c384cbfcf
diff: https://github.com/bitrig/bitrig/commit/345af68
author: Patrick Wildt <[email protected]>
date: Sat May 2 21:12:14 2015 +0200

arm: remove bus_space_map hook used for early peripherals

This code used to make it possible to continue using addresses
for peripherals which were mapped during bootstrap.

This means that the virtual address we got on the early bootup
could be used as physical address in a subsequent bus_space_map
call, to be able to continue using that mapping.

Shortly discussed with drahn@

M       sys/arch/arm/armv7/armv7_space.c

Reply via email to