Distinguish between debug reports for unimplemented vs invalid calls.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 13 Dec 2009 18:04:17 +0000 (13:04 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 13 Dec 2009 18:04:17 +0000 (13:04 -0500)
commitdfefeb543866eb74e0668fdec1fe496bb9ffb860
tree0d1ce9d969dcc293c5e4094c85d9b7b21981d793
parentd43e1788502dc99d46bb634424ac70137874f517
Distinguish between debug reports for unimplemented vs invalid calls.

Don't use "fail" in the debug output - as this confuses users.
When reporting on an invalid parameter - use the word "invalid".
When reporting on an unimplemented call - state it is unimplemented.
Add separate debug levels for unimplemented vs invalid calls.
Also, increase the debug level of several entry points.
13 files changed:
src/apm.c
src/bregs.h
src/clock.c
src/config.h
src/disk.c
src/disk.h
src/kbd.c
src/mouse.c
src/output.c
src/pcibios.c
src/serial.c
src/system.c
src/vgahooks.c