Specifications
Manuals
Brands
Motorola Manuals
Computer equipment
MCP750
261
262
263
264
265
266
267
268
269
270
D
evice Driver Programming
15-20
analysis. If the error is recoverable, the dri
v
er should not panic the system. An example of
panicking using
cmn_err()
is:
cmn_err(CE_PANIC, \
"Your system has panicked, DEV_NAME error!");
1
...
...
264
265
266
267
268
...
...
344