summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
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/macppc
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/macppc')
-rw-r--r--sys/arch/macppc/dev/mesh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/mesh.c b/sys/arch/macppc/dev/mesh.c
index a80ef0cf6a9..57ef3f965de 100644
--- a/sys/arch/macppc/dev/mesh.c
+++ b/sys/arch/macppc/dev/mesh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mesh.c,v 1.23 2009/11/01 23:06:03 fgsch Exp $ */
+/* $OpenBSD: mesh.c,v 1.24 2010/01/13 06:09:44 krw Exp $ */
/* $NetBSD: mesh.c,v 1.1 1999/02/19 13:06:03 tsubai Exp $ */
/*-
@@ -1138,7 +1138,6 @@ mesh_done(struct mesh_softc *sc, struct mesh_scb *scb)
xs->status = scb->status;
xs->resid = scb->resid;
- xs->flags |= ITSDONE;
mesh_set_reg(sc, MESH_SYNC_PARAM, 2);