summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs/mvs_soc.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2010-10-20 07:22:34 +0000
committermav <mav@FreeBSD.org>2010-10-20 07:22:34 +0000
commit07d00671e9403c694652d96cd51907ac90019877 (patch)
tree06894f1965c09543cebe49baf9db13ae6238d172 /sys/dev/mvs/mvs_soc.c
parentceaa77fada5c357d577f1f69e47fb14dff12bb67 (diff)
downloadFreeBSD-src-07d00671e9403c694652d96cd51907ac90019877.zip
FreeBSD-src-07d00671e9403c694652d96cd51907ac90019877.tar.gz
Some style cleanup:
- remove commented debugging code; - wrap long lines.
Diffstat (limited to 'sys/dev/mvs/mvs_soc.c')
-rw-r--r--sys/dev/mvs/mvs_soc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c
index 03029c2..ed861f2 100644
--- a/sys/dev/mvs/mvs_soc.c
+++ b/sys/dev/mvs/mvs_soc.c
@@ -295,7 +295,6 @@ mvs_intr(void *data)
u_int32_t ic, aic;
ic = ATA_INL(ctlr->r_mem, CHIP_SOC_MIC);
-//device_printf(ctlr->dev, "irq MIC:%08x\n", ic);
if ((ic & IC_HC0) == 0)
return;
/* Acknowledge interrupts of this HC. */
OpenPOWER on IntegriCloud