Module Name: src
Committed By: mjacob
Date: Mon Sep 20 03:52:45 UTC 2010
Modified Files:
src/sys/dev/ic: isp_netbsd.c
Log Message:
Multiple channel devices *should* be working. Remove the debug code
that was avoiding finding out.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ic/isp_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/isp_netbsd.c
diff -u src/sys/dev/ic/isp_netbsd.c:1.83 src/sys/dev/ic/isp_netbsd.c:1.84
--- src/sys/dev/ic/isp_netbsd.c:1.83 Fri Mar 26 20:52:00 2010
+++ src/sys/dev/ic/isp_netbsd.c Mon Sep 20 03:52:45 2010
@@ -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 @@
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)