summaryrefslogtreecommitdiff
path: root/sys/dev/isa/seagate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/seagate.c')
-rw-r--r--sys/dev/isa/seagate.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/isa/seagate.c b/sys/dev/isa/seagate.c
index 1a30f6f66b8..f6b124b87a9 100644
--- a/sys/dev/isa/seagate.c
+++ b/sys/dev/isa/seagate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: seagate.c,v 1.28 2009/08/09 12:59:37 jsg Exp $ */
+/* $OpenBSD: seagate.c,v 1.29 2009/09/05 11:49:36 dlg Exp $ */
/*
* ST01/02, Future Domain TMC-885, TMC-950 SCSI driver
@@ -561,6 +561,9 @@ sea_scsi_cmd(struct scsi_xfer *xs)
*/
printf("%s: resetting\n", sea->sc_dev.dv_xname);
xs->error = XS_DRIVER_STUFFUP;
+ s = splbio();
+ scsi_done(xs);
+ splx(s);
return COMPLETE;
}