diff options
Diffstat (limited to 'sys/arch/sparc64/dev/schizoreg.h')
-rw-r--r-- | sys/arch/sparc64/dev/schizoreg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/schizoreg.h b/sys/arch/sparc64/dev/schizoreg.h index 2d78855146f..0d961500bdb 100644 --- a/sys/arch/sparc64/dev/schizoreg.h +++ b/sys/arch/sparc64/dev/schizoreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: schizoreg.h,v 1.9 2006/05/28 22:09:57 jason Exp $ */ +/* $OpenBSD: schizoreg.h,v 1.10 2006/06/01 07:54:10 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -112,9 +112,9 @@ struct schizo_regs { #define SCZ_PCI_IOMMU_DATA 0x0a600 #define SCZ_PCI_STRBUF_CTXMATCH 0x10000 -#define SCZ_ECCCTRL_EE 0x8000000000000000UL -#define SCZ_ECCCTRL_UE 0x4000000000000000UL -#define SCZ_ECCCTRL_CE 0x2000000000000000UL +#define SCZ_ECCCTRL_EE_INTEN 0x8000000000000000UL +#define SCZ_ECCCTRL_UE_INTEN 0x4000000000000000UL +#define SCZ_ECCCTRL_CE_INTEN 0x2000000000000000UL #define SCZ_UEAFSR_PPIO 0x8000000000000000UL #define SCZ_UEAFSR_PDRD 0x4000000000000000UL |