K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-01-08T21:46:28.893724Z K 7 svn:log V 335 Change the default method for device_quiesce() to return 0 instead of EOPNOTSUPP. The current behavior can mask real quiesce errors since devclass_quiesce_driver() stops iterating over drivers as soon as it gets an error (incluiding EOPNOTSUPP), but the caller it returns the error to explicitly ignores EOPNOTSUPP. Reviewed by: imp END