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 | |
| parent | 4956c7034c44a3a3512965a09df8aaf7b5daeb9f (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ncv/ncr53c500var.h | 2 | ||||
| -rw-r--r-- | sys/dev/nsp/nspvar.h | 2 | ||||
| -rw-r--r-- | sys/dev/stg/tmc18c30var.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index 6ba7ef14bb747..6d5edce9cae7b 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) diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h index db8e4a8cffef7..57614084834f2 100644 --- a/sys/dev/nsp/nspvar.h +++ b/sys/dev/nsp/nspvar.h @@ -105,7 +105,7 @@ void nspattachsubr(struct nsp_softc *); int nspprint(void *, const char *); int nspintr(void *); -#if defined(__i386__) +#if defined(__i386__) && 0 #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq)) #else /* !__i386__ */ #define SOFT_INTR_REQUIRED(slp) diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h index 520e7d008dc25..d6bc4ac4cc497 100644 --- a/sys/dev/stg/tmc18c30var.h +++ b/sys/dev/stg/tmc18c30var.h @@ -103,7 +103,7 @@ void stgattachsubr(struct stg_softc *); int stgprint(void *, const char *); int stgintr(void *); -#if defined(__i386__) +#if defined(__i386__) && 0 #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq)) #else /* !__i386__ */ #define SOFT_INTR_REQUIRED(slp) |
