summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2010-01-13 06:09:45 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2010-01-13 06:09:45 +0000
commitf81cc2b29a14337b801b60b0e5372ce058b26241 (patch)
treedfbfca44920f76173db6d93a2958307ec5d58b9d /sys/arch/hp300
parentba3f5f2d3431c1649f90db5380847512340cfd66 (diff)
Remove a few more settings of ITSDONE in drivers. Only a couple
more to go. Should be a no-op.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/dev/mb89352.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/mb89352.c b/sys/arch/hp300/dev/mb89352.c
index 58f54a6660c..b0f4af988cb 100644
--- a/sys/arch/hp300/dev/mb89352.c
+++ b/sys/arch/hp300/dev/mb89352.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mb89352.c,v 1.20 2009/11/01 23:06:03 fgsch Exp $ */
+/* $OpenBSD: mb89352.c,v 1.21 2010/01/13 06:09:44 krw Exp $ */
/* $NetBSD: mb89352.c,v 1.5 2000/03/23 07:01:31 thorpej Exp $ */
/* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */
@@ -754,8 +754,6 @@ spc_done(struct spc_softc *sc, struct spc_acb *acb)
}
}
- xs->flags |= ITSDONE;
-
#ifdef SPC_DEBUG
if ((spc_debug & SPC_SHOWMISC) != 0) {
if (xs->resid != 0)