From 5d888c38ed264f8b0de18f8fee1b728c7f78ef80 Mon Sep 17 00:00:00 2001 From: grog Date: Fri, 8 Sep 2000 06:58:58 +0000 Subject: siointr1: Schedule soft interrupt when needed. This fixes the "no interrupt" problem people had seen with SMPng. Approved by: jasone Tested by: bp --- sys/isa/sio.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/isa') diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 83a58e7..1dd7390 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -1980,6 +1980,8 @@ siointr1(com) /* XXX - needs to go away when alpha gets ithreads */ #ifdef __alpha__ schedsofttty(); +#else + setsofttty(); #endif #if 0 /* for testing input latency vs efficiency */ if (com->iptr - com->ibuf == 8) -- cgit v1.1