diff options
Diffstat (limited to 'sys/arch/amd64/pci')
-rw-r--r-- | sys/arch/amd64/pci/iommu.c | 4 |
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++; } |