summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siop.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/siop.c')
-rw-r--r--sys/dev/ic/siop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c
index 7ca0b9fcaa1..7a7207752af 100644
--- a/sys/dev/ic/siop.c
+++ b/sys/dev/ic/siop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: siop.c,v 1.55 2009/11/26 21:26:09 krw Exp $ */
+/* $OpenBSD: siop.c,v 1.56 2010/01/10 00:10:23 krw Exp $ */
/* $NetBSD: siop.c,v 1.79 2005/11/18 23:10:32 bouyer Exp $ */
/*
@@ -1202,7 +1202,6 @@ siop_scsicmd_end(siop_cmd)
}
out:
siop_lun->lun_flags &= ~SIOP_LUNF_FULL;
- xs->flags |= ITSDONE;
siop_cmd->cmd_c.status = CMDST_FREE;
TAILQ_INSERT_TAIL(&sc->free_list, siop_cmd, next);
#if 0