summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@NetBSD.org>2010-09-20 03:52:45 +0000
committermjacob <mjacob@NetBSD.org>2010-09-20 03:52:45 +0000
commit60f1aed4159d86ea18dfb7f60111f2e298489194 (patch)
tree15b3d4c66b364615fd1787e2aa9cdd7c467af02e /sys/dev
parent54e08a286084f72a9f067bc500117b307d84f43f (diff)
Multiple channel devices *should* be working. Remove the debug code
that was avoiding finding out.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/isp_netbsd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ic/isp_netbsd.c b/sys/dev/ic/isp_netbsd.c
index d8d58ff58d4..297dcd7fdda 100644
--- a/sys/dev/ic/isp_netbsd.c
+++ b/sys/dev/ic/isp_netbsd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.c,v 1.83 2010/03/26 20:52:00 mjacob Exp $ */
+/* $NetBSD: isp_netbsd.c,v 1.84 2010/09/20 03:52:45 mjacob Exp $ */
/*
* Platform (NetBSD) dependent common attachment code for Qlogic adapters.
*/
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.83 2010/03/26 20:52:00 mjacob Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.84 2010/09/20 03:52:45 mjacob Exp $");
#include <dev/ic/isp_netbsd.h>
#include <dev/ic/isp_ioctl.h>
@@ -713,8 +713,6 @@ isprequest(struct scsipi_channel *chan, scsipi_adapter_req_t req, void *arg)
int dflags = 0;
sdparam *sdp = SDPARAM(isp, chan->chan_channel);
-printf("CHAN %d\n", chan->chan_channel);
-if (1) break;
if (xm->xm_mode & PERIPH_CAP_TQING)
dflags |= DPARM_TQING;
if (xm->xm_mode & PERIPH_CAP_WIDE16)