diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-11 03:27:30 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-11 03:27:30 +0000 |
| commit | dbf6d71cba87361f33e4801f8c5c00753df5f001 (patch) | |
| tree | d15736679323dc5a0d73e17f1d4930681be3951a /sys/dev | |
| parent | e05ec8935c0008c9ffd13b006b6a26c781941997 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_sbus.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index c2c4b509ea158..4c68ac9d01aba 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. */ |
