From owner-cvs-all Mon Jul 3 18: 5:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E65BF37B73C; Mon, 3 Jul 2000 18:05:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA76603; Mon, 3 Jul 2000 18:05:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040105.SAA76603@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:05:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:05:43 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Add in config_hook for catching when interrupts are safe- this allows us to not the ints are ok and also to (re)ENABLE isp interrupts. Remove all splcam()/splx() invocates and replace them with ISP_LOCK/ISP_UNLOCK macros. Revision Changes Path 1.40 +92 -73 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message