Subject: Re: CVS commit: syssrc/sys/dev/usb
To: None <martin@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 11/11/2002 11:02:17
Martin Husemann <martin@netbsd.org> writes:
> Module Name: syssrc
> Committed By: martin
> Date: Sat Nov 9 08:59:47 UTC 2002
>
> Modified Files:
> syssrc/sys/dev/usb: ehci.c
>
> Log Message:
> Move ehci_dump_exfer into #ifdef DIAGNOSTIC, it's not called w/o.
> From FUKAUMI Naoki in PR 18988.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.37 -r1.38 syssrc/sys/dev/usb/ehci.c
The function ehci_dump() is also removed without referencing in the
log, but I guess the function was intended to be called from debugger.
Anyway, the change is incomplete since it leaves the variable
``theehci''.
enami.