diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-02-16 08:23:40 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-02-16 08:23:40 +0000 |
commit | d1b231021b924977ea6cd98be4022502e94fafd4 (patch) | |
tree | 2eeb0536f4a5ff9b141badf862dee842a15f430c /sys/arch/alpha/pci/apecsreg.h | |
parent | 3be51d33837be456a5d4f393ba3fa4a60c33eaa4 (diff) |
Bring apecs closer to current netbsd work (updated copyrights, plus
a few bug fixes I missed earlier).
Diffstat (limited to 'sys/arch/alpha/pci/apecsreg.h')
-rw-r--r-- | sys/arch/alpha/pci/apecsreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/apecsreg.h b/sys/arch/alpha/pci/apecsreg.h index aa920ea5064..796ce75c935 100644 --- a/sys/arch/alpha/pci/apecsreg.h +++ b/sys/arch/alpha/pci/apecsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apecsreg.h,v 1.5 2001/02/16 05:17:31 jason Exp $ */ +/* $OpenBSD: apecsreg.h,v 1.6 2001/02/16 08:23:39 jason Exp $ */ /* $NetBSD: apecsreg.h,v 1.5.2.2 1997/06/06 20:26:53 thorpej Exp $ */ /* @@ -35,7 +35,7 @@ * Sheet'' (DEC order number EC-QAEMA-TE), pages 4-1 - 4-27, 10-21 - 10-38. */ -#define REGVAL(r) (*(int32_t *)ALPHA_PHYS_TO_K0SEG(r)) +#define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r)) /* * Base addresses |