Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 13:28:12 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 170355 for review
Message-ID:  <200911081328.nA8DSCu2098390@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170355

Change 170355 by hselasky@hselasky_laptop001 on 2009/11/08 13:27:55

	
	USB controller:
		 - adjust debug output
		 - suggested by Alexander Nedotsukov

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/controller/ehci.c#41 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/controller/ehci.c#41 (text+ko) ====

@@ -1498,7 +1498,8 @@
 {
 	ehci_softc_t *sc = arg;
 
-	DPRINTFN(3, "ehci_intrq_timeout\n");
+	DPRINTFN(3, "\n");
+
 	ehci_interrupt_poll(sc);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911081328.nA8DSCu2098390>