Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb More debug
details: https://anonhg.NetBSD.org/src/rev/a80834b8e471
branches: nick-nhusb
changeset: 334433:a80834b8e471
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Mar 09 08:00:22 2016 +0000
description:
More debug
diffstat:
sys/dev/usb/ohci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c1b1bce73cd8 -r a80834b8e471 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Tue Mar 08 21:40:22 2016 +0000
+++ b/sys/dev/usb/ohci.c Wed Mar 09 08:00:22 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.254.2.56 2016/03/08 21:40:22 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.254.2.57 2016/03/09 08:00:22 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.56 2016/03/08 21:40:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.57 2016/03/09 08:00:22 skrll Exp $");
#include "opt_usb.h"
@@ -1483,6 +1483,7 @@
DPRINTFN(5, "add ITD %p", sitd, 0, 0, 0);
continue;
}
+ DPRINTFN(10, "addr %p not found", done, 0, 0, 0);
device_printf(sc->sc_dev, "WARNING: addr 0x%08lx not found\n",
(u_long)done);
break;
Home |
Main Index |
Thread Index |
Old Index