From owner-cvs-all Tue Oct 17 11:18:18 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 9862937B4D7; Tue, 17 Oct 2000 11:18:15 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04398; Tue, 17 Oct 2000 11:18:15 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200010171818.LAA04398@freefall.freebsd.org> From: Matt Jacob Date: Tue, 17 Oct 2000 11:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/10/17 11:18:15 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Roll minor revision- for once we'll use this because.... if revision >= 5.4, compile time will build in mutex locks, otherwise the old locking (splcam/splx with a recursion counter) will be compiled in. We still depend on config_intr_hook to tell us when it's okay to call msleep instead of polling. It'd be real nice if we could do this early enough to not hang up a machine struggling with a bad Fibre Channel loop, but that's still to come. Revision Changes Path 1.38 +31 -33 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message