From owner-cvs-all@FreeBSD.ORG Wed Sep 28 09:27:47 2005 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB7816A41F; Wed, 28 Sep 2005 09:27:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E37343D48; Wed, 28 Sep 2005 09:27:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S9Rkcx005012; Wed, 28 Sep 2005 09:27:47 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S9RkXZ005011; Wed, 28 Sep 2005 09:27:46 GMT (envelope-from ru) Message-Id: <200509280927.j8S9RkXZ005011@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 28 Sep 2005 09:27:46 +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/wi if_wi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 28 Sep 2005 09:27:47 -0000 ru 2005-09-28 09:27:46 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix "taskqueue_drain with the following non-sleepable locks held" witness(9) warning on detach. Revision Changes Path 1.191 +1 -1 src/sys/dev/wi/if_wi.c