diff options
-rw-r--r-- | sys/dev/isp/isp_freebsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 159b82a..d2e7832 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)) { \ |