aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-10-08 14:13:31 +0000
committerBruce Evans <bde@FreeBSD.org>2000-10-08 14:13:31 +0000
commit185fee17add69b4453fd8560f572c38ed3bd7afb (patch)
tree9980c3670bfd0c83e4815268224a44d9e10d163d /sys/isa
parent854a6f3d1ccf6c2ae06731d954e9ae057dfc6bd6 (diff)
downloadsrc-185fee17add69b4453fd8560f572c38ed3bd7afb.tar.gz
src-185fee17add69b4453fd8560f572c38ed3bd7afb.zip
Use schedsofttty() again so that siopoll() gets scheduled as designed
(SMPng casualty in rev.1.308 with wrong fix in rev.1.310).
Notes
Notes: svn path=/head/; revision=66822
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/sio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 3a6ea18d93d6..609aaa2ee128 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -1986,12 +1986,7 @@ siointr1(com)
if (com->do_timestamp)
microtime(&com->timestamp);
++com_events;
-/* 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)
setsofttty();