From owner-cvs-all@FreeBSD.ORG Sun Oct 12 20:39:40 2003 Return-Path: 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 3899B16A4B3; Sun, 12 Oct 2003 20:39:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAB643FAF; Sun, 12 Oct 2003 20:39:39 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9D3ddXJ085630; Sun, 12 Oct 2003 20:39:39 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9D3dco1085629; Sun, 12 Oct 2003 20:39:38 -0700 (PDT) (envelope-from sam) Message-Id: <200310130339.h9D3dco1085629@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Oct 2003 20:39:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 13 Oct 2003 03:39:40 -0000 sam 2003/10/12 20:39:38 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: MFp4: o don't grab the mutex at the top of ath_detach; it does nothing useful o deal with entry to ath_ioctl during detach to disable promiscuous mode as a result of calling bpfdetach2: cannot call ath_init when the device is marked invalid as the code isn't prepared to deal with it (in particular by that time the hal reference may have been yanked) Revision Changes Path 1.21 +13 -3 src/sys/dev/ath/if_ath.c