diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2004-09-27 19:20:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2004-09-27 19:20:58 +0000 |
commit | e2188faddc7af41d3d5d80cbfe1bb3f8a94613de (patch) | |
tree | 54fe975dc0a7ccc0ab514418a2596c91cf2d1ec5 | |
parent | ebb4c30d0ba37fca21a45b416ade8714393b0ac0 (diff) |
shift value for the ign
-rw-r--r-- | sys/arch/sparc64/dev/iommureg.h | 3 |
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 # */ |