From owner-p4-projects@FreeBSD.ORG Sat Oct 18 23:21:05 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 76B571065738; Sat, 18 Oct 2008 23:21:04 +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 627A1106568A for ; Sat, 18 Oct 2008 23:21:04 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 377B58FC0C for ; Sat, 18 Oct 2008 23:21:04 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9INL4qb077003 for ; Sat, 18 Oct 2008 23:21:04 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9INL4Pu077001 for perforce@freebsd.org; Sat, 18 Oct 2008 23:21:04 GMT (envelope-from sam@freebsd.org) Date: Sat, 18 Oct 2008 23:21:04 GMT Message-Id: <200810182321.m9INL4Pu077001@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 151528 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: Sat, 18 Oct 2008 23:21:05 -0000 http://perforce.freebsd.org/chv.cgi?CH=151528 Change 151528 by sam@sam_ebb on 2008/10/18 23:20:50 fix comment Affected files ... .. //depot/projects/vap/sys/dev/ath/if_ath.c#100 edit Differences ... ==== //depot/projects/vap/sys/dev/ath/if_ath.c#100 (text+ko) ==== @@ -5231,7 +5231,7 @@ /* * NB: this assumes output has been stopped and - * we do not need to block ath_tx_tasklet + * we do not need to block ath_tx_proc */ for (ix = 0;; ix++) { ATH_TXQ_LOCK(txq);