summaryrefslogtreecommitdiff
path: root/sys/dev/atapiscsi
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-07-02 04:58:53 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-07-02 04:58:53 +0000
commit1acff79b49d42d5434c739f3676e53395f7d489e (patch)
tree5adfb9dcb10439f85aa4f95446458c2624e84ca0 /sys/dev/atapiscsi
parent5ff249130ee874d6071d2be394e79a20fd5aa7c4 (diff)
Compile with WDCDEBUG.
Diffstat (limited to 'sys/dev/atapiscsi')
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index 42fd2ee3f45..048bcf497e2 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.45 2001/06/25 22:31:29 csapuntz Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.46 2001/07/02 04:58:52 ho Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -314,7 +314,7 @@ wdc_atapi_send_cmd(sc_xfer)
int s, ret;
WDCDEBUG_PRINT(("wdc_atapi_send_cmd %s:%d:%d\n",
- chp->wdc->sc_dev.dv_xname, chp->channel, drive), DEBUG_XFERS);
+ chp->wdc->sc_dev.dv_xname, chp->channel, as->drive), DEBUG_XFERS);
if (sc_xfer->sc_link->target != 0) {
sc_xfer->error = XS_DRIVER_STUFFUP;