K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2014-01-15T04:25:54.321342Z K 7 svn:log V 551 Various updates that I had made against head: * Add the 'Buffer A with handshake update' #define for PMU, for completeness. * Mark OpenPIC as BUS_PASS_INTERRUPT, so it's suspended later and resumed earlier. * Add two new bus methods: bus_suspend_child()/bus_resume_child(), and use those in the bus_generic_suspend()/bus_generic_resume() implementation. * This, in turn, allows us to move all bus recursion logic into the generic functions, allowing the drivers to suspend/resume _only_ themselves. * Make use of these in the PCI driver. END