From c23ec5a6b6e01a81b587cb2d4bd75b2a58ea4b5e Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 22 May 2003 21:56:46 +0000 Subject: Fix comment: IOTTE_PAMASK is 42..13 not 42..12 --- sys/arch/sparc64/dev/iommureg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64/dev/iommureg.h') diff --git a/sys/arch/sparc64/dev/iommureg.h b/sys/arch/sparc64/dev/iommureg.h index 92afce82289..07f53188cbc 100644 --- a/sys/arch/sparc64/dev/iommureg.h +++ b/sys/arch/sparc64/dev/iommureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iommureg.h,v 1.7 2003/05/16 17:18:14 jason Exp $ */ +/* $OpenBSD: iommureg.h,v 1.8 2003/05/22 21:56:45 jason Exp $ */ /* $NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp $ */ /* @@ -97,7 +97,7 @@ struct iommu_strbuf { #define IOTTE_8K 0x0000000000000000LL #define IOTTE_STREAM 0x1000000000000000LL /* Is page streamable? */ #define IOTTE_LOCAL 0x0800000000000000LL /* Accesses to same bus segment? */ -#define IOTTE_PAMASK 0x000007ffffffe000LL /* Let's assume this is correct (bits 42..12) */ +#define IOTTE_PAMASK 0x000007ffffffe000LL /* Let's assume this is correct (bits 42..13) */ #define IOTTE_C 0x0000000000000010LL /* Accesses to cacheable space */ #define IOTTE_W 0x0000000000000002LL /* Writeable */ #define IOTTE_SOFTWARE 0x0000000000001f80LL /* For software use (bits 12..7) */ -- cgit v1.2.3