]> git.baikalelectronics.ru Git - kernel.git/commit
x86/PCI: Don't track firmware-assigned BAR values for hot-added devices
authorYinghai Lu <yinghai@kernel.org>
Sun, 4 Nov 2012 04:39:28 +0000 (21:39 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 7 Jan 2013 22:58:43 +0000 (15:58 -0700)
commitc1734d2c7fe3180e3f560cc909bd09ce4cd1a84b
treef078a19befc5fd3699b4ed4e637c91a11d44fe40
parent8ab8540e2f9586402eef153a02e00ae5809ef827
x86/PCI: Don't track firmware-assigned BAR values for hot-added devices

The BIOS doesn't assign BAR values for hot-added devices, so don't
bother saving the original values when we enumerate these devices.

[bhelgaas: changelog, return constant 0 in pcibios_retrieve_fw_addr]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/i386.c