summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_pci.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-05-02 14:13:12 +0000
committerjhb <jhb@FreeBSD.org>2011-05-02 14:13:12 +0000
commit3e97a806499a73f7d4592ba65fa4cd917571511e (patch)
tree5ad58bbcdf56d770244bbc9ac7b667bd1a569469 /sys/dev/pci/pci_pci.c
parent9ad3a44ea1a98f757016374c4f6addeb4e111699 (diff)
downloadFreeBSD-src-3e97a806499a73f7d4592ba65fa4cd917571511e.zip
FreeBSD-src-3e97a806499a73f7d4592ba65fa4cd917571511e.tar.gz
Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,
generic PCI-PCI bridge driver, x86 nexus driver, and x86 Host to PCI bridge drivers.
Diffstat (limited to 'sys/dev/pci/pci_pci.c')
-rw-r--r--sys/dev/pci/pci_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c
index 199c132..eaaf6d3 100644
--- a/sys/dev/pci/pci_pci.c
+++ b/sys/dev/pci/pci_pci.c
@@ -73,6 +73,7 @@ static device_method_t pcib_methods[] = {
DEVMETHOD(bus_read_ivar, pcib_read_ivar),
DEVMETHOD(bus_write_ivar, pcib_write_ivar),
DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
+ DEVMETHOD(bus_adjust_resource, bus_generic_adjust_resource),
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
OpenPOWER on IntegriCloud