From owner-cvs-all Sun Sep 17 9:40: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 124EB37B43E; Sun, 17 Sep 2000 09:39:59 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e8HGdwg12690; Sun, 17 Sep 2000 09:39:58 -0700 (PDT) Date: Sun, 17 Sep 2000 09:39:58 -0700 From: Alfred Perlstein To: Chuck Paterson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Message-ID: <20000917093958.J15156@fw.wintelcom.net> References: <200009171326.GAA99804@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200009171326.GAA99804@freefall.freebsd.org>; from cp@FreeBSD.org on Sun, Sep 17, 2000 at 06:26:26AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Chuck Paterson [000917 06:26] wrote: > cp 2000/09/17 06:26:26 PDT > > Modified files: > sys/pci if_fxp.c if_fxpvar.h > Log: > Add locking to make able to run without the Giant lock being held. This > is enabling as all entries are still called with Giant being held. > Maintaining compatability with NetBSD makes what should be very simple > kinda ugly. How are the IF_QUEUEs being protected? Right now there's no IF_QUEUE_LOCK except in BSD/os and my private tree, is this safe without protecting the queues? thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message