diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-01-04 10:32:11 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-01-04 10:32:11 +0000 |
commit | 581f3c67531fe7c7892706ccec66686542d21572 (patch) | |
tree | 4ac6bfd3c0b52b661e4d83a39a4d02ff3b8e7ac1 /sys/arch/alpha/pci | |
parent | cda00a93f54161d982af94576778cce207a87d3d (diff) |
missing zero
from KUDO Takashi
Diffstat (limited to 'sys/arch/alpha/pci')
-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 |