summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-07-18 07:04:07 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-07-18 07:04:07 +0000
commit910fb4f6ee7f30adc1a9c0192c200a4bca661145 (patch)
treef495e3eabb71fbed84d7d587e68547da5a9fcdb6
parentf48ce1882f6a31faffb086e8640cb1fb531d2c0d (diff)
Notes
-rw-r--r--sys/dev/isp/isp_freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 159b82af068e..d2e783204709 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -178,7 +178,11 @@ isp_unlock(struct ispsoftc *isp)
#define ISP_LOCK isp_lock
#define ISP_UNLOCK isp_unlock
+#define SERVICING_INTERRUPT(isp) 1
+/* not ready yet... */
+#if 0
#define SERVICING_INTERRUPT(isp) (intr_nesting_level != 0)
+#endif
#define MBOX_WAIT_COMPLETE(isp) \
if (isp->isp_osinfo.intsok == 0 || SERVICING_INTERRUPT(isp)) { \