]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[3c90x] More fine-grained debugging levels
authorThomas Miletich <thomas.miletich@gmail.com>
Tue, 1 Feb 2011 22:10:17 +0000 (23:10 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 8 Feb 2011 19:10:45 +0000 (19:10 +0000)
commitdb331b535af43bf5bc56033ae27f98003252355a
treee7f6759bd7feb506d689f8842a69c43e9e050c74
parent88b8aa0f6554d6284a72e8e7b8c68572e35e3a61
[3c90x] More fine-grained debugging levels

DBG is reserved for errors and important warnings only.
DBG2 for additional information, e.g. "received packet".
DBGP is used to print the name of every function as it is called.

Signed-off-by: Thomas Miletich<thomas.miletich@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/3c90x.c