K 10 svn:author V 6 marius K 8 svn:date V 27 2011-12-02T21:19:14.135963Z K 7 svn:log V 346 - In device_probe_child(9) check the return value of device_set_driver(9) when actually setting a driver as especially ENOMEM is fatal in these cases. - Annotate other calls to device_set_devclass(9) and device_set_driver(9) without the return value being checked and that are okay to fail. Reviewed by: yongari (slightly earlier version) END