summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/iommureg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/dev/iommureg.h')
-rw-r--r--sys/arch/sparc64/dev/iommureg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/iommureg.h b/sys/arch/sparc64/dev/iommureg.h
index b46a9263ce5..4f5d6ed5193 100644
--- a/sys/arch/sparc64/dev/iommureg.h
+++ b/sys/arch/sparc64/dev/iommureg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommureg.h,v 1.9 2003/06/02 23:27:55 millert Exp $ */
+/* $OpenBSD: iommureg.h,v 1.10 2004/09/27 19:20:57 jason Exp $ */
/* $NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp $ */
/*
@@ -141,6 +141,7 @@ struct iommu_strbuf {
#define INTMAP_V 0x080000000LL /* Interrupt valid (enabled) */
#define INTMAP_TID 0x07c000000LL /* UPA target ID mask */
#define INTMAP_IGN 0x0000007c0LL /* Interrupt group no (sbus only). */
+#define INTMAP_IGN_SHIFT 6
#define INTMAP_INO 0x00000003fLL /* Interrupt number */
#define INTMAP_INR (INTMAP_IGN|INTMAP_INO)
#define INTMAP_SBUSSLOT 0x000000018LL /* SBUS slot # */