From owner-cvs-src@FreeBSD.ORG Tue Oct 19 15:47:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9564916A538; Tue, 19 Oct 2004 15:47:22 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 484AE43D31; Tue, 19 Oct 2004 15:47:22 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7BF796520C; Tue, 19 Oct 2004 16:47:21 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31995-01-12; Tue, 19 Oct 2004 16:47:21 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 05BE2651EE; Tue, 19 Oct 2004 16:47:21 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 195D9615E; Tue, 19 Oct 2004 08:47:15 -0700 (PDT) Date: Tue, 19 Oct 2004 08:47:15 -0700 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041019154715.GH86472@dhcp120.icir.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410191530.i9JFUlCw072852@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410191530.i9JFUlCw072852@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:47:25 -0000 On Tue, Oct 19, 2004 at 03:30:47PM +0000, Bruce M Simpson wrote: > Log: > Detach the Rhine completely on shutdown, rather than merely stopping it > as the original logic did. This fixes a race with vr_intr() which was > masked on UP systems and manifested on SMP systems. Submitted by: Russell Francis