summaryrefslogtreecommitdiff
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 2499fe3c2ec..0d3f4513c30 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.102 2010/06/30 02:17:25 matthew Exp $ */
+/* $OpenBSD: st.c,v 1.103 2010/07/01 03:01:37 matthew Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
@@ -1036,6 +1036,7 @@ ststart(struct scsi_xfer *xs)
xs->datalen = bp->b_bcount;
xs->done = st_buf_done;
xs->cookie = bp;
+ xs->bp = bp;
/*
* go ask the adapter to do all this for us