diff options
Diffstat (limited to 'sys/arch/alpha/pci/tsreg.h')
-rw-r--r-- | sys/arch/alpha/pci/tsreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/tsreg.h b/sys/arch/alpha/pci/tsreg.h index 5bccf7d18d3..c399b64e324 100644 --- a/sys/arch/alpha/pci/tsreg.h +++ b/sys/arch/alpha/pci/tsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tsreg.h,v 1.3 2005/12/13 01:16:11 martin Exp $ */ +/* $OpenBSD: tsreg.h,v 1.4 2006/01/04 10:32:10 martin Exp $ */ /* $NetBSD: tsreg.h,v 1.1 1999/06/29 06:46:47 ross Exp $ */ /*- @@ -176,7 +176,7 @@ */ #define P_CSRBASE 0x001##8000##0000UL -#define P_PCI_MEM 0x8000000000UL +#define P_PCI_MEM 0x800##0000##0000UL #define P_PCI_IO 0x001##fc00##0000UL #define P_PCI_CONFIG 0x001##fe00##0000UL |