diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-01-16 11:10:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-01-16 11:10:54 +0000 |
commit | 6390d48bb9d9a2461b80547864a17a7a805d0ef1 (patch) | |
tree | f9d985712570ee577258cf0890c9c4a35ea072f2 /sys | |
parent | 856ecb8ba432e7af396fb97b3d5135547bcdea2e (diff) |
Really print iommu TFAR (instead of CTRL again).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/dev/schizo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/schizo.c b/sys/arch/sparc64/dev/schizo.c index 38388f54ee1..4624cd0246b 100644 --- a/sys/arch/sparc64/dev/schizo.c +++ b/sys/arch/sparc64/dev/schizo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schizo.c,v 1.42 2007/01/14 16:57:21 kettenis Exp $ */ +/* $OpenBSD: schizo.c,v 1.43 2007/01/16 11:10:53 kettenis Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -310,7 +310,7 @@ schizo_pci_error(void *vpbm) if (sc->sc_tomatillo) { tfar = schizo_pbm_read(sp, TOM_PCI_IOMMU_TFAR); - printf("IOMMUTFAR=%lx\n", ctrl); + printf("IOMMUTFAR=%lx\n", tfar); } } |