From owner-cvs-all Sun Sep 17 6:26:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3693D37B422; Sun, 17 Sep 2000 06:26:26 -0700 (PDT) Received: (from cp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99804; Sun, 17 Sep 2000 06:26:26 -0700 (PDT) (envelope-from cp@FreeBSD.org) Message-Id: <200009171326.GAA99804@freefall.freebsd.org> From: Chuck Paterson Date: Sun, 17 Sep 2000 06:26:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. Reviewed by: Jason Evans Revision Changes Path 1.86 +45 -18 src/sys/pci/if_fxp.c 1.11 +8 -1 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message