summaryrefslogtreecommitdiff
path: root/sys/scsi/ss.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/ss.c')
-rw-r--r--sys/scsi/ss.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c
index 2acff32f95a..fb100c70916 100644
--- a/sys/scsi/ss.c
+++ b/sys/scsi/ss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ss.c,v 1.45 2002/03/14 03:16:12 millert Exp $ */
+/* $OpenBSD: ss.c,v 1.46 2002/06/09 00:05:57 art Exp $ */
/* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */
/*
@@ -605,7 +605,9 @@ done:
* Correctly set the buf to indicate a completed xfer
*/
bp->b_resid = bp->b_bcount;
+ s = splbio();
biodone(bp);
+ splx(s);
}
/*