]> 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)
commita72230346f35358a0039a9e820e8ddf9c7984fad
treef078a19befc5fd3699b4ed4e637c91a11d44fe40
parente35492ea238bc45e1b206c8c5cecb3565f290e45
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