summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-09-11 06:24:06 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-09-11 06:24:06 +0000
commitcd3862e5615fb35efd95047a3757ccb41b9caf63 (patch)
tree30e6cbef06d89aa7e9b2ef70ca1d5b32edb7c3ea /sys/arch
parentd61245b77adf04a2a9bfcf74bae9ad780d1045da (diff)
from NetBSD: Do not go to spl0 while polling
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amiga/dev/siop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/dev/siop.c b/sys/arch/amiga/dev/siop.c
index f63d723afac..87fe7f831ab 100644
--- a/sys/arch/amiga/dev/siop.c
+++ b/sys/arch/amiga/dev/siop.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: siop.c,v 1.9 1997/01/16 09:25:26 niklas Exp $ */
-/* $NetBSD: siop.c,v 1.35 1996/10/13 03:07:34 christos Exp $ */
+/* $OpenBSD: siop.c,v 1.10 1997/09/11 06:24:05 niklas Exp $ */
+/* $NetBSD: siop.c,v 1.37 1997/08/27 11:23:21 bouyer Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@@ -261,7 +261,7 @@ siop_poll(sc, acb)
for (;;) {
/* use cmd_wait values? */
i = 50000;
- spl0();
+ /* XXX spl0(); */
while (((istat = rp->siop_istat) &
(SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) {
if (--i <= 0) {