summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/lca_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/lca_pci.c')
-rw-r--r--sys/arch/alpha/pci/lca_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/lca_pci.c b/sys/arch/alpha/pci/lca_pci.c
index 697619e294f..0aef2d52572 100644
--- a/sys/arch/alpha/pci/lca_pci.c
+++ b/sys/arch/alpha/pci/lca_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lca_pci.c,v 1.8 2002/03/14 01:26:27 millert Exp $ */
+/* $OpenBSD: lca_pci.c,v 1.9 2006/03/26 20:23:08 brad Exp $ */
/* $NetBSD: lca_pci.c,v 1.13 1997/09/02 13:19:35 thorpej Exp $ */
/*
@@ -122,7 +122,7 @@ lca_conf_read(cpv, tag, offset)
s = 0; /* XXX gcc -Wuninitialized */
/* secondary if bus # != 0 */
- alpha_pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, 0);
+ pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, 0);
if (secondary) {
s = splhigh();
alpha_mb();
@@ -176,7 +176,7 @@ lca_conf_write(cpv, tag, offset, data)
s = 0; /* XXX gcc -Wuninitialized */
/* secondary if bus # != 0 */
- alpha_pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, 0);
+ pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, 0);
if (secondary) {
s = splhigh();
alpha_mb();