Specifications

D
evice Driver Programming
15-20
analysis. If the error is recoverable, the driver should not panic the system. An example of
panicking using cmn_err() is:
cmn_err(CE_PANIC, \
"Your system has panicked, DEV_NAME error!");