summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atascsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/atascsi.c')
-rw-r--r--sys/dev/ata/atascsi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ata/atascsi.c b/sys/dev/ata/atascsi.c
index 181b052f48a..b94ec4a14df 100644
--- a/sys/dev/ata/atascsi.c
+++ b/sys/dev/ata/atascsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atascsi.c,v 1.70 2009/12/08 10:18:11 dlg Exp $ */
+/* $OpenBSD: atascsi.c,v 1.71 2010/01/09 23:15:06 krw Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -467,7 +467,6 @@ atascsi_disk_cmd_done(struct ata_xfer *xa)
xs->resid = xa->resid;
ata_put_xfer(xa);
- xs->flags |= ITSDONE;
scsi_done(xs);
}
@@ -706,7 +705,6 @@ atascsi_disk_sync_done(struct ata_xfer *xa)
ata_put_xfer(xa);
- xs->flags |= ITSDONE;
scsi_done(xs);
}
@@ -842,7 +840,6 @@ atascsi_atapi_cmd_done(struct ata_xfer *xa)
xs->resid = xa->resid;
ata_put_xfer(xa);
- xs->flags |= ITSDONE;
scsi_done(xs);
}