diff options
Diffstat (limited to 'sys/arch/sparc64/dev/iommureg.h')
-rw-r--r-- | sys/arch/sparc64/dev/iommureg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/iommureg.h b/sys/arch/sparc64/dev/iommureg.h index 66d1df1fa4a..92afce82289 100644 --- a/sys/arch/sparc64/dev/iommureg.h +++ b/sys/arch/sparc64/dev/iommureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iommureg.h,v 1.6 2003/03/06 08:26:08 henric Exp $ */ +/* $OpenBSD: iommureg.h,v 1.7 2003/05/16 17:18:14 jason Exp $ */ /* $NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp $ */ /* @@ -166,4 +166,6 @@ struct iommu_strbuf { #define INTPCIOBINOX(x) ((x)&0x1f) /* OBIO ino index (for PCI machines) */ #define INTPCIINOX(x) (((x)&0x1c)>>2) /* PCI ino index */ +#define INTCLR_IDLE 0 + #endif /* _SPARC64_DEV_IOMMUREG_H_ */ |