diff options
author | 2007-01-16 11:10:53 +0000 | |
---|---|---|
committer | 2007-01-16 11:10:53 +0000 | |
commit | b431f30c73f11508ae371c2a707fceaacb0dd76b (patch) | |
tree | 21731d33385e6ec9b8c950f8b4b2febc61d8bdf0 | |
parent | oops, previous commit was incorrect. (diff) | |
download | wireguard-openbsd-b431f30c73f11508ae371c2a707fceaacb0dd76b.tar.xz wireguard-openbsd-b431f30c73f11508ae371c2a707fceaacb0dd76b.zip |
Really print iommu TFAR (instead of CTRL again).
-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); } } |