summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2004-04-25 00:08:15 +0000
committertmm <tmm@FreeBSD.org>2004-04-25 00:08:15 +0000
commit34d8a55bf669c7860da09cc49cec8946fb9c013d (patch)
tree65355505554c2e9644f6c4416a7f12f482171133 /sys/sparc64
parentbf0520a1622ff7555e8048e0cd6cead59b8c8e68 (diff)
downloadFreeBSD-src-34d8a55bf669c7860da09cc49cec8946fb9c013d.zip
FreeBSD-src-34d8a55bf669c7860da09cc49cec8946fb9c013d.tar.gz
Prefix a printf with the device name.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/iommu.c b/sys/sparc64/sparc64/iommu.c
index dc68d22..a49f39e 100644
--- a/sys/sparc64/sparc64/iommu.c
+++ b/sys/sparc64/sparc64/iommu.c
@@ -361,7 +361,7 @@ iommu_init(char *name, struct iommu_state *is, int tsbsize, u_int32_t iovabase,
is->is_dvmabase = IOTSB_VSTART(is->is_tsbsize);
size = IOTSB_BASESZ << is->is_tsbsize;
- printf("DVMA map: %#lx to %#lx\n",
+ printf("%s: DVMA map: %#lx to %#lx\n", name,
is->is_dvmabase, is->is_dvmabase +
(size << (IO_PAGE_SHIFT - IOTTE_SHIFT)) - 1);
OpenPOWER on IntegriCloud