summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-10-07 06:01:38 +0000
committerkato <kato@FreeBSD.org>2000-10-07 06:01:38 +0000
commit3a90d138778ee43a0fc7839d28ee1c86eba729c1 (patch)
treef7e238bb0d25c1f23e02a2cb9a85290da4a92dfd /sys
parent7e5a5e20d0b5fb1a76887fed0023fc89c52577b8 (diff)
downloadFreeBSD-src-3a90d138778ee43a0fc7839d28ee1c86eba729c1.zip
FreeBSD-src-3a90d138778ee43a0fc7839d28ee1c86eba729c1.tar.gz
Caught up with the changes in interruption stuff.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/bs/bsif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/bs/bsif.h b/sys/i386/isa/bs/bsif.h
index a0c880b..6ac4cba 100644
--- a/sys/i386/isa/bs/bsif.h
+++ b/sys/i386/isa/bs/bsif.h
@@ -207,10 +207,11 @@ static BS_INLINE void memcopy __P((void *from, void *to, register size_t len));
u_int32_t bs_adapter_info __P((int));
#define delay(y) DELAY(y)
extern int dma_init_flag;
+extern volatile u_int spending;
#define softintr(y) do { \
atomic_set_int(&spending, 1 << y); \
- sched_ithd((void*)SOFTINTR); \
+ sched_softintr(); \
} while(0);
static BS_INLINE void
OpenPOWER on IntegriCloud