diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-05-31 23:39:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-05-31 23:39:04 +0000 |
| commit | cbcfdbcfe6add167e910cf92c7def46c278a933b (patch) | |
| tree | 7aacbf8aba90f26595db41f985dfe07fe2402d5b /sys/dev/ncv | |
| parent | 4956c7034c44a3a3512965a09df8aaf7b5daeb9f (diff) | |
Notes
Diffstat (limited to 'sys/dev/ncv')
| -rw-r--r-- | sys/dev/ncv/ncr53c500var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index 6ba7ef14bb74..6d5edce9cae7 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) |
