Date: Sun, 17 Sep 2000 06:26:26 -0700 (PDT) From: Chuck Paterson <cp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Message-ID: <200009171326.GAA99804@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009171326.GAA99804>