Date: Wed, 3 Mar 2004 09:57:05 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ndis Makefile src/sys/compat/ndis subr_ntoskrnl.c Message-ID: <200403031757.i23Hv5q4036424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403031757.i23Hv5q4036424>