summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-07-11 03:27:30 +0000
committermjacob <mjacob@FreeBSD.org>2002-07-11 03:27:30 +0000
commit71ead2c7621084c92583d92bc3b64ead9a71fefd (patch)
treed15736679323dc5a0d73e17f1d4930681be3951a /sys/dev/isp
parent6e5de7c21e6783d4be509f68d1afdeec9cf15687 (diff)
downloadFreeBSD-src-71ead2c7621084c92583d92bc3b64ead9a71fefd.zip
FreeBSD-src-71ead2c7621084c92583d92bc3b64ead9a71fefd.tar.gz
Remove a couple of debugging lines.
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_sbus.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c
index c2c4b50..4c68ac9 100644
--- a/sys/dev/isp/isp_sbus.c
+++ b/sys/dev/isp/isp_sbus.c
@@ -257,7 +257,6 @@ isp_sbus_attach(device_t dev)
device_printf(dev, "could not allocate interrupt\n");
goto bad;
}
-isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
tval = 0;
if (resource_int_value(device_get_name(dev), device_get_unit(dev),
@@ -273,14 +272,11 @@ isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
isp_debug = 0;
(void) resource_int_value(device_get_name(dev), device_get_unit(dev),
"debug", &isp_debug);
-isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
/* Make sure the lock is set up. */
mtx_init(&isp->isp_osinfo.lock, "isp", NULL, MTX_DEF);
locksetup++;
-isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
-
#ifdef ISP_SMPLOCK
#define INTR_FLAGS INTR_TYPE_CAM | INTR_MPSAFE | INTR_ENTROPY
#else
@@ -292,7 +288,6 @@ isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
goto bad;
}
-isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
/*
* Set up logging levels.
*/
@@ -304,8 +299,6 @@ isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
if (bootverbose)
isp->isp_dblev |= ISP_LOGCONFIG|ISP_LOGINFO;
-isp_prt(isp, ISP_LOGALL, "HERE %d", __LINE__);
-
/*
* Make sure we're in reset state.
*/
OpenPOWER on IntegriCloud