summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-06-07 16:40:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-06-07 16:40:32 +0000
commit537b5950195fd40fb87cf7011b2f01587ff2e00b (patch)
treeac6df602af43bb24be3c4fa3d68124ba3f636773 /sys
parentc498c8c0337b34616af6e0957f7beb6192418544 (diff)
make it prettier; jason ok
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/pci/iommu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/iommu.c b/sys/arch/amd64/pci/iommu.c
index cb38628d471..86bc0dc935c 100644
--- a/sys/arch/amd64/pci/iommu.c
+++ b/sys/arch/amd64/pci/iommu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommu.c,v 1.10 2005/06/06 15:10:20 jason Exp $ */
+/* $OpenBSD: iommu.c,v 1.11 2005/06/07 16:40:31 deraadt Exp $ */
/*
* Copyright (c) 2005 Jason L. Wright (jason@thought.net)
@@ -370,7 +370,7 @@ amdgart_probe(struct pcibus_attach_args *pba)
amdgart_softcs[count].g_pte = pte;
amdgart_softcs[count].g_dmat = pba->pba_dmat;
- printf("\niommu%d(cpu%d): base 0x%lx length %dMB pte 0x%lx",
+ printf("\niommu%d at cpu%d: base 0x%lx length %dMB pte 0x%lx",
count, dev - 24, dvabase, IOMMU_SIZE, ptepa);
count++;
}