|
Description
|
The reset() devo entry point has been obsolete for over 5 years. See the
man page for dev_ops for details.
http://docs.sun.com/app/docs/doc/819-2257/dev-ops-9s?l=en&a=view&q=devo_reset
The functionality in rt2560_reset() should be moved into rt2560_quiesce().
Since the quiesce(9E) interface will be called when the system is
single-threaded, high PIL and with preemption disabled, the
implementation must not block. Therefore it can't call cmn_err or
any printing that could potentially be blocked.
|