summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/tsunami_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/tsunami_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/tsunami_pci.c')
-rw-r--r--sys/alpha/pci/tsunami_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/tsunami_pci.c b/sys/alpha/pci/tsunami_pci.c
index 495161c..9af0ddc 100644
--- a/sys/alpha/pci/tsunami_pci.c
+++ b/sys/alpha/pci/tsunami_pci.c
@@ -260,7 +260,7 @@ static device_method_t tsunami_pcib_methods[] = {
/* Bus interface */
DEVMETHOD(bus_print_child, bus_generic_print_child),
DEVMETHOD(bus_read_ivar, tsunami_pcib_read_ivar),
- DEVMETHOD(bus_alloc_resource, pci_alloc_resource),
+ DEVMETHOD(bus_alloc_resource, alpha_pci_alloc_resource),
DEVMETHOD(bus_release_resource, pci_release_resource),
DEVMETHOD(bus_activate_resource, pci_activate_resource),
DEVMETHOD(bus_deactivate_resource, pci_deactivate_resource),
OpenPOWER on IntegriCloud