On 02/19/10 12:27 PM, Josh Morris wrote:
Previous versions of my driver set devo_quiesce to ddi_quiesce_not_needed. When investigation different shutdown options I set devo_quiesce to a stub function, pflash_quiesce(), that logged a message whenever the function was called. I think the message was not getting logged since the quiesce() happens so late in the shutdown sequence. So I was incorrectly assuming the function wasn't getting called when it actually was.
See the quiesce(9E) man page. There are restrictions on the functions that can be called during quiesce. _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
