summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv/ncr53c500var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ncv/ncr53c500var.h')
-rw-r--r--sys/dev/ncv/ncr53c500var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h
index 6ba7ef1..6d5edce 100644
--- a/sys/dev/ncv/ncr53c500var.h
+++ b/sys/dev/ncv/ncr53c500var.h
@@ -95,7 +95,7 @@ void ncvattachsubr(struct ncv_softc *);
int ncvprint(void *, const char *);
int ncvintr(void *);
-#if defined(__i386__)
+#if defined(__i386__) && 0
#define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
#else /* !__i386__ */
#define SOFT_INTR_REQUIRED(slp)
OpenPOWER on IntegriCloud