ddeevvmmssgg() -- Driver-Access Routine

vvooiidd
ddeevvmmssgg(_d_e_v, _f_m_t, ... )
ddeevv_tt _d_e_v;
cchhaarr *_f_m_t;

ddeevvmmssgg() prints a message from a  device driver on the system console.  _f_m_t
and  optional additional  arguments are  in the  same form  as used  by the
kernel function pprriinnttff(), except that  a newline is appended to _f_m_t. Output
from ddeevvmmssgg()  is synchronous and  at high priority,  so its use  should be
limited to brief error messages.

_S_e_e _A_l_s_o
ddrriivveerr-aacccceessss rroouuttiinneess, pprriinnttff()
