Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Multiple channel devices *should* be working. Rem...
details: https://anonhg.NetBSD.org/src/rev/7d286cf19c36
branches: trunk
changeset: 757732:7d286cf19c36
user: mjacob <mjacob%NetBSD.org@localhost>
date: Mon Sep 20 03:52:45 2010 +0000
description:
Multiple channel devices *should* be working. Remove the debug code
that was avoiding finding out.
diffstat:
sys/dev/ic/isp_netbsd.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 5e26daee8ccf -r 7d286cf19c36 sys/dev/ic/isp_netbsd.c
--- a/sys/dev/ic/isp_netbsd.c Sun Sep 19 21:47:28 2010 +0000
+++ b/sys/dev/ic/isp_netbsd.c Mon Sep 20 03:52:45 2010 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index