K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-05-27T19:56:02.046477Z K 7 svn:log V 329 Various cleanups and fixes: - Switch from timeout() to callout_*() for per-request timers. - Use device_find_child() in the identify routine. - Use device_printf() instead of passing device_get_nameunit() to printf(). - Expand the SBP_LOCK coverage simplifying the locking. - Uninline STAILQ_FOREACH_SAFE(). Tested by: sbruno END