the bitrig master branch has been updated by patrick with 1 new commit: commit 73ab9f0b4110ce747cc74e22152f1d3530848580 diff: https://github.com/bitrig/bitrig/commit/73ab9f0 author: Patrick Wildt <[email protected]> date: Sun May 3 16:38:09 2015 +0200
fdt: enable drivers to look up attached devices This commit enables us to find out the device struct of an attached node. This is helpful if you want to use another devices' public methods without knowing it's struct by being a direct descendant. M sys/arch/arm/fdt/fdtbus.c A sys/arch/arm/fdt/fdtbusvar.h
