From owner-p4-projects@FreeBSD.ORG Fri Dec 28 21:38:00 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 86AE416A419; Fri, 28 Dec 2007 21:38:00 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C50416A417 for ; Fri, 28 Dec 2007 21:38:00 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 487BF13C468 for ; Fri, 28 Dec 2007 21:38:00 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBSLbxbW097818 for ; Fri, 28 Dec 2007 21:37:59 GMT (envelope-from hselasky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSLbx7K097815 for perforce@freebsd.org; Fri, 28 Dec 2007 21:37:59 GMT (envelope-from hselasky@FreeBSD.org) Date: Fri, 28 Dec 2007 21:37:59 GMT Message-Id: <200712282137.lBSLbx7K097815@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky To: Perforce Change Reviews Cc: Subject: PERFORCE change 131910 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 21:38:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=131910 Change 131910 by hselasky@hselasky_laptop001 on 2007/12/28 21:37:27 AT91 bugfix. Affected files ... .. //depot/projects/usb/src/sys/dev/usb/at9100_dci.c#8 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/at9100_dci.c#8 (text+ko) ==== @@ -648,11 +648,19 @@ bus_space_write_4(td->io_tag, td->io_hdl, td->status_reg, csr); +#if 0 + /* + * XXX The AT91 USB chip does not generate a second interrupt + * when we do double bufring, so there is no way of telling + * when the peer has actually received the data. Usually this + * is not a big problem. XXX + */ if (td->did_multi_buffer) { /* wait for the second and final interrupt */ td->did_multi_buffer = 0; goto repeat; } +#endif return (0); /* complete */ not_complete: