summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/tsc.c
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-12-13 01:16:12 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-12-13 01:16:12 +0000
commit88b74d1abf30a52a0effc5f63ec8e1790b690607 (patch)
tree6aee0df5dc8fd296650388369743542f39ba6d0b /sys/arch/alpha/pci/tsc.c
parent5839a4f442be66be301f8b910e679919946e5177 (diff)
Pchip0 PCI memory starts at 0x80000000000, correct and use
P_PCI_MEM accordingly pointed out by KUDO Takashi in PR 4936 ok deraadt@ miod@
Diffstat (limited to 'sys/arch/alpha/pci/tsc.c')
-rw-r--r--sys/arch/alpha/pci/tsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/tsc.c b/sys/arch/alpha/pci/tsc.c
index 6bbe6c07b65..52a03a5b41c 100644
--- a/sys/arch/alpha/pci/tsc.c
+++ b/sys/arch/alpha/pci/tsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tsc.c,v 1.9 2004/07/18 02:18:26 deraadt Exp $ */
+/* $OpenBSD: tsc.c,v 1.10 2005/12/13 01:16:11 martin Exp $ */
/* $NetBSD: tsc.c,v 1.3 2000/06/25 19:17:40 thorpej Exp $ */
/*-
@@ -238,7 +238,7 @@ tsp_init(mallocsafe, n)
tsp_pci_init(&pcp->pc_pc, pcp);
alpha_pci_chipset = &pcp->pc_pc;
alpha_pci_chipset->pc_name = "tsunami";
- alpha_pci_chipset->pc_mem = TS_P0(0);
+ alpha_pci_chipset->pc_mem = P_PCI_MEM;
alpha_pci_chipset->pc_ports = P_PCI_IO;
alpha_pci_chipset->pc_hae_mask = 0;
alpha_pci_chipset->pc_dense = TS_P0(0);