On Tue, Feb 27, 2007 at 01:26:50PM +0000, sof bo wrote:
Quite a few parts of the kernel seem to follow the pattern of, for
instance, src/sys/dev/usb/umass.c:
#ifdef UMASS_DEBUG
int umassdebug = 0;
/* ... */
#endif
Unless I am mistaken, you'd have to use ddb to set umassdebug after
compiling with UMASS_DEBUG (which may or may not be set if USB_DEBUG is
set).
Joachim