Date: Thu, 9 Jul 2009 15:27:07 +0000 (UTC) From: Nick Hibma <n_hibma@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r195498 - stable/7/sys/dev/usb Message-ID: <200907091527.n69FR7Kg089168@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: n_hibma Date: Thu Jul 9 15:27:07 2009 New Revision: 195498 URL: http://svn.freebsd.org/changeset/base/195498 Log: Errors we would like to see during debugging. Modified: stable/7/sys/dev/usb/ohci.c Modified: stable/7/sys/dev/usb/ohci.c ============================================================================== --- stable/7/sys/dev/usb/ohci.c Thu Jul 9 15:05:50 2009 (r195497) +++ stable/7/sys/dev/usb/ohci.c Thu Jul 9 15:27:07 2009 (r195498) @@ -1381,7 +1381,7 @@ ohci_softintr(void *v) */ opipe = (struct ohci_pipe *)xfer->pipe; - DPRINTFN(15,("ohci_process_done: error cc=%d (%s)\n", + DPRINTF(("ohci_process_done: error cc=%d (%s)\n", OHCI_TD_GET_CC(le32toh(std->td.td_flags)), ohci_cc_strs[OHCI_TD_GET_CC(le32toh(std->td.td_flags))])); callout_stop(&xfer->timeout_handle);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907091527.n69FR7Kg089168>