From owner-cvs-all@FreeBSD.ORG Sun Jun 3 02:16:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F6CF16A421; Sun, 3 Jun 2007 02:16:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3985A13C448; Sun, 3 Jun 2007 02:16:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l532GoKo026639; Sun, 3 Jun 2007 02:16:50 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l532GnLc026638; Sun, 3 Jun 2007 02:16:49 GMT (envelope-from sam) Message-Id: <200706030216.l532GnLc026638@repoman.freebsd.org> From: Sam Leffler Date: Sun, 3 Jun 2007 02:16:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2007 02:16:50 -0000 sam 2007-06-03 02:16:49 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: disable taskqueue_drain calls on transition to INIT state; we need to find another way to do this as we cannot hold the softc mtx across these calls Revision Changes Path 1.169 +2 -0 src/sys/dev/ath/if_ath.c