Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Really dump all by calling uhci_dump_qhs and not...
details: https://anonhg.NetBSD.org/src/rev/4b6ba5620992
branches: trunk
changeset: 790224:4b6ba5620992
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Sep 29 07:28:20 2013 +0000
description:
Really dump all by calling uhci_dump_qhs and not uhci_dump_qh
diffstat:
sys/dev/usb/uhci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f9db95ce7f28 -r 4b6ba5620992 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Sun Sep 29 07:25:53 2013 +0000
+++ b/sys/dev/usb/uhci.c Sun Sep 29 07:28:20 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.260 2013/09/14 13:17:21 joerg Exp $ */
+/* $NetBSD: uhci.c,v 1.261 2013/09/29 07:28:20 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.260 2013/09/14 13:17:21 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.261 2013/09/29 07:28:20 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -855,7 +855,7 @@
uhci_dumpregs(sc);
printf("intrs=%d\n", sc->sc_bus.no_intrs);
/*printf("framelist[i].link = %08x\n", sc->sc_framelist[0].link);*/
- uhci_dump_qh(sc->sc_lctl_start);
+ uhci_dump_qhs(sc->sc_lctl_start);
}
Home |
Main Index |
Thread Index |
Old Index