From owner-cvs-src-old@FreeBSD.ORG Tue Oct 20 17:50:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F46F1065703 for ; Tue, 20 Oct 2009 17:50:56 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6238FC27 for ; Tue, 20 Oct 2009 17:50:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9KHotZq088177 for ; Tue, 20 Oct 2009 17:50:55 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9KHotnf088176 for cvs-src-old@freebsd.org; Tue, 20 Oct 2009 17:50:55 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200910201750.n9KHotnf088176@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Tue, 20 Oct 2009 17:50:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/wlan if_rum.c if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 17:50:56 -0000 weongyo 2009-10-20 17:50:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/wlan if_rum.c if_uath.c if_upgt.c if_ural.c if_urtw.c if_zyd.c Log: SVN rev 198300 on 2009-10-20 17:50:36Z by weongyo MFC r198098: fixes a TX hang bug that it could happen when if_start callback didn't be restarted by full of the output queue. Tested by: bsduser MFC r198099: fixes a TX hang that could be possible to happen when the trasfers are in the high speed that some drivers don't call if_start callback after marking ~IFF_DRV_OACTIVE. Approved by: re (kib) Revision Changes Path 1.20.2.2 +8 -2 src/sys/dev/usb/wlan/if_rum.c 1.17.2.2 +3 -0 src/sys/dev/usb/wlan/if_uath.c 1.11.2.3 +3 -0 src/sys/dev/usb/wlan/if_upgt.c 1.20.2.2 +8 -2 src/sys/dev/usb/wlan/if_ural.c 1.8.2.2 +3 -0 src/sys/dev/usb/wlan/if_urtw.c 1.22.2.3 +6 -0 src/sys/dev/usb/wlan/if_zyd.c