K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2014-02-02T16:41:54.768911Z K 7 svn:log V 347 Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) to process "status" properties of OF nodes. I've avoided adding new KOBJ methods here so that we don't have to modify every ofw_bus in the tree. Since 100% of implementations of ofw_bus use only ofw_bus_gen_*(), it might be worth garbage-collecting the other methods as well. END