]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add proper support for DbgPrint(): only print messages if bootverbose
authorwpaul <wpaul@FreeBSD.org>
Wed, 3 Mar 2004 17:57:05 +0000 (17:57 +0000)
committerwpaul <wpaul@FreeBSD.org>
Wed, 3 Mar 2004 17:57:05 +0000 (17:57 +0000)
commit753cd4eacb825efbc5a6467dff1b2ba0f4748a1a
tree7c1396119e8d69ce3a74e9324031dc5f8d843b9f
parentde3fcf6777ff1a4e8ded3c503ec756749f84c863
Add proper support for DbgPrint(): only print messages if bootverbose
is set, since some drivers with debug info can be very chatty.

Also implement DbgBreakPoint(), which is the Windows equivalent of
Debugger(). Unfortunately, this forces subr_ntoskrnl.c to include
opt_ddb.h.
sys/compat/ndis/subr_ntoskrnl.c
sys/modules/ndis/Makefile