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 ohci_hash_rem_itd the sitds in ohci_device_...



details:   https://anonhg.NetBSD.org/src/rev/1b4deb337af5
branches:  nick-nhusb
changeset: 334421:1b4deb337af5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 28 11:51:24 2016 +0000

description:
ohci_hash_rem_itd the sitds in ohci_device_isoc_abort

diffstat:

 sys/dev/usb/ohci.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 260a41fb7fd9 -r 1b4deb337af5 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Sun Feb 28 09:16:20 2016 +0000
+++ b/sys/dev/usb/ohci.c        Sun Feb 28 11:51:24 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.54 2016/02/28 09:16:20 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.55 2016/02/28 11:51:24 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.54 2016/02/28 09:16:20 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.55 2016/02/28 11:51:24 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -3764,6 +3764,7 @@
        KASSERT(sitd);
 
        for (; sitd->xfer == xfer; sitd = sitd->nextitd) {
+               ohci_hash_rem_itd(sc, sitd);
 #ifdef DIAGNOSTIC
                DPRINTFN(1, "abort sets done sitd=%p", sitd, 0, 0, 0);
                sitd->isdone = true;



Home | Main Index | Thread Index | Old Index