summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-05-31 23:39:04 +0000
committerimp <imp@FreeBSD.org>2002-05-31 23:39:04 +0000
commit5f569c908a7d63a3364c4e60c565498bceb4ff53 (patch)
tree7aacbf8aba90f26595db41f985dfe07fe2402d5b /sys/dev/stg
parentb1848cc8d244b95193cdec9bd23e1bd837c4a03c (diff)
downloadFreeBSD-src-5f569c908a7d63a3364c4e60c565498bceb4ff53.zip
FreeBSD-src-5f569c908a7d63a3364c4e60c565498bceb4ff53.tar.gz
Quick, low impact band-aide to unbreak the build. Added && 0 so we
ifdef out what appears to be a bogus call to softintr using data elements that aren't in the softc.
Diffstat (limited to 'sys/dev/stg')
-rw-r--r--sys/dev/stg/tmc18c30var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h
index 520e7d0..d6bc4ac 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)
OpenPOWER on IntegriCloud