Re: USB debug

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joachim Schipper
Subject: Re: USB debug
Date: Tuesday, February 27, 2007 - 3:47 pm

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
USB debug, sof bo, (Tue Feb 27, 6:26 am)
Re: USB debug, Joachim Schipper, (Tue Feb 27, 3:47 pm)