summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-04-23 19:34:08 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-04-23 19:34:08 +0000
commit1a2eb61ff709ad02b3bc3ac1cf2077346948baeb (patch)
tree65fcdaaed532e500d48e586818e2702bf59b4da4 /sys/arch
parenta55d19b38ab33994187ffbd5d4adcc316bc006d7 (diff)
DVMA, not DMVA.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/sparc/vaddrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/vaddrs.h b/sys/arch/sparc/sparc/vaddrs.h
index 88382deba85..8132e8c2ca9 100644
--- a/sys/arch/sparc/sparc/vaddrs.h
+++ b/sys/arch/sparc/sparc/vaddrs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vaddrs.h,v 1.5 2001/01/15 23:23:58 jason Exp $ */
+/* $OpenBSD: vaddrs.h,v 1.6 2003/04/23 19:34:07 miod Exp $ */
/* $NetBSD: vaddrs.h,v 1.8 1997/03/10 23:54:41 pk Exp $ */
/*
@@ -52,7 +52,7 @@
* Special (fixed) virtual addresses on the SPARC.
*
* IO virtual space begins at 0xfe000000 (a segment boundary) and
- * continues up to the DMVA edge at 0xff000000. (The upper all-1s
+ * continues up to the DVMA edge at 0xff000000. (The upper all-1s
* byte is special since some of the hardware supplies this to pad
* a 24-bit address space out to 32 bits. This is a legacy of the
* IBM PC AT bus, actually, just so you know who to blame.)