summaryrefslogtreecommitdiffstats
path: root/sys/scsi/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/od.c')
-rw-r--r--sys/scsi/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index 2fa229c..989483f 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.31 1997/09/02 20:06:32 bde Exp $
+ * $Id: od.c,v 1.32 1997/09/21 22:03:01 gibbs Exp $
*/
/*
@@ -636,7 +636,7 @@ odstart(u_int32_t unit, u_int32_t flags)
if (scsi_scsi_cmd(sc_link,
(struct scsi_generic *) &cmd,
sizeof(cmd),
- (u_char *) bp->b_un.b_addr,
+ (u_char *) bp->b_data,
bp->b_bcount,
OD_RETRIES,
100000,
OpenPOWER on IntegriCloud