cvs commit: src/sys/modules/ndis Makefile src/sys/compat/ndis
subr_ntoskrnl.c
Bill Paul
wpaul at FreeBSD.org
Wed Mar 3 09:57:05 PST 2004
wpaul 2004/03/03 09:57:05 PST
FreeBSD src repository
Modified files:
sys/modules/ndis Makefile
sys/compat/ndis subr_ntoskrnl.c
Log:
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.
Revision Changes Path
1.24 +30 -1 src/sys/compat/ndis/subr_ntoskrnl.c
1.4 +1 -0 src/sys/modules/ndis/Makefile
More information about the cvs-src
mailing list