K 10 svn:author V 3 imp K 8 svn:date V 27 2003-04-21T18:34:04.000000Z K 7 svn:log V 324 Use newly minted device_is_attached rather than device_is_alive to see if attach succeeded. device_is_alive just tells us that probe succeeded. Since we were using it to do things like detach net interfaces, this caused problems when there were errors in the attach routine. Symptoms of problem reported by: martin blapp END