From owner-cvs-src@FreeBSD.ORG Mon Jul 5 02:54:42 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 214BD16A4CE; Mon, 5 Jul 2004 02:54:42 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B923243D2D; Mon, 5 Jul 2004 02:54:41 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B4E6065381; Mon, 5 Jul 2004 03:54:40 +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 02457-01; Mon, 5 Jul 2004 03:54:40 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D582165339; Mon, 5 Jul 2004 03:54:39 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 35EFB615E; Mon, 5 Jul 2004 03:54:39 +0100 (BST) Date: Mon, 5 Jul 2004 03:54:39 +0100 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040705025439.GB13687@empiric.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200407050251.i652pXrT069157@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407050251.i652pXrT069157@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/pci if_rl.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: Mon, 05 Jul 2004 02:54:42 -0000 On Mon, Jul 05, 2004 at 02:51:33AM +0000, Bruce M Simpson wrote: > Log: > Locking cleanup for rl(4). > - Eliminate the use of a recursive mutex. > - Mark the driver INTR_MPSAFE. > > This work is incomplete and will be refined in a future commit. > - Most notably, _locked() variants of entry points need to be introduced. > - The mii upcall/downcall may still be racy. > - Add a stubbed-out guard against racing rl_detach() for the time being. > > Tested on: UP, debug.mpsafenet && !debug.mpsafenet Hardware: MPX EN5038B (low-profile PCI card) Also abused for testing custom PCI BIOS flash images. See the following if so inclined: BMS