summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2007-04-06 16:21:34 +0000
committersos <sos@FreeBSD.org>2007-04-06 16:21:34 +0000
commitc81b7f479185096c77ddb17bee3d50707563cf2d (patch)
tree8d8628785de9d662e9470e12ff030dcd02919938
parentad1c8d45dd9e00e35ba116b6533afa81d61ba468 (diff)
downloadFreeBSD-src-c81b7f479185096c77ddb17bee3d50707563cf2d.zip
FreeBSD-src-c81b7f479185096c77ddb17bee3d50707563cf2d.tar.gz
Remove debug gunk.
-rw-r--r--sys/dev/ata/ata-chipset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c
index 38ba71b..dae53e7 100644
--- a/sys/dev/ata/ata-chipset.c
+++ b/sys/dev/ata/ata-chipset.c
@@ -2733,7 +2733,6 @@ ata_marvell_edma_dmainit(device_t dev)
/* note start and stop are not used here */
ch->dma->setprd = ata_marvell_edma_dmasetprd;
-device_printf(dev, "HW qword=%08x\n", ATA_INL(ctlr->r_res1, 0x00d00));
if (ATA_INL(ctlr->r_res1, 0x00d00) & 0x00000004)
ch->dma->flags |= ATA_DMA_64BIT;
}
OpenPOWER on IntegriCloud