From owner-cvs-all@FreeBSD.ORG Sun Oct 23 22:31:37 2005 Return-Path: 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 4180516A41F; Sun, 23 Oct 2005 22:31:37 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C676443D49; Sun, 23 Oct 2005 22:31:36 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 4D7C81CCDD; Mon, 24 Oct 2005 11:31:35 +1300 (NZDT) Date: Mon, 24 Oct 2005 11:31:35 +1300 From: Andrew Thompson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20051023223135.GA67158@heff.fud.org.nz> References: <200510232230.j9NMU8EB042710@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510232230.j9NMU8EB042710@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: cvs commit: src/sys/net if_bridge.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, 23 Oct 2005 22:31:37 -0000 On Sun, Oct 23, 2005 at 10:30:08PM +0000, Andrew Thompson wrote: > thompsa 2005-10-23 22:30:08 UTC > > FreeBSD src repository > > Modified files: > sys/net if_bridge.c > Log: > If we have been called from ether_ifdetach() then do not try and clear the > promisc flag from the member interface, this is a no-op anyway since the > interface is disappearing. The driver may have already released > its resources such as miibus and this is likely to panic the kernel. > > Submitted and tested by: Wojciech A. Koszek oops, I mean 'Reported and tested by'