summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/apecs_pci.c
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2002-02-28 18:18:41 +0000
committergallatin <gallatin@FreeBSD.org>2002-02-28 18:18:41 +0000
commit3af87f82d6519487f875dd2c58e1d74aec880a69 (patch)
treec59214d297698d7c73c4ce5df6b071d49301f8f5 /sys/alpha/pci/apecs_pci.c
parent1de506bf4e9b7b28ddfc2c5f88711e85f853998a (diff)
downloadFreeBSD-src-3af87f82d6519487f875dd2c58e1d74aec880a69.zip
FreeBSD-src-3af87f82d6519487f875dd2c58e1d74aec880a69.tar.gz
recover from namespace collision caused by un-static'ing pci_alloc_resource()
in rev 1.187 of sys/dev/pci/pci.c
Diffstat (limited to 'sys/alpha/pci/apecs_pci.c')
-rw-r--r--sys/alpha/pci/apecs_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/apecs_pci.c b/sys/alpha/pci/apecs_pci.c
index fffb759..749398e 100644
--- a/sys/alpha/pci/apecs_pci.c
+++ b/sys/alpha/pci/apecs_pci.c
@@ -82,7 +82,7 @@ apecs_pcib_alloc_resource(device_t bus, device_t child, int type, int *rid,
(type == SYS_RES_IRQ))
return isa_alloc_intr(bus, child, start);
else
- return pci_alloc_resource(bus, child, type, rid,
+ return alpha_pci_alloc_resource(bus, child, type, rid,
start, end, count, flags);
}
OpenPOWER on IntegriCloud