Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358392
b: refs/heads/master
c: b3e65e1
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Bjorn Helgaas committed Jan 7, 2013
1 parent ef91ea2 commit 86b669f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c449ed0075994b3f3371f8254560428ba787efc
refs/heads/master: b3e65e1f9185a2eb034defe4270ba178ba70b9a9
13 changes: 13 additions & 0 deletions trunk/arch/x86/pci/i386.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,19 @@ static int __init pcibios_assign_resources(void)
return 0;
}

void pcibios_resource_survey_bus(struct pci_bus *bus)
{
dev_printk(KERN_DEBUG, &bus->dev, "Allocating resources\n");

pcibios_allocate_bus_resources(bus);

pcibios_allocate_resources(bus, 0);
pcibios_allocate_resources(bus, 1);

if (!(pci_probe & PCI_ASSIGN_ROMS))
pcibios_allocate_rom_resources(bus);
}

void __init pcibios_resource_survey(void)
{
struct pci_bus *bus;
Expand Down

0 comments on commit 86b669f

Please sign in to comment.