Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197927
b: refs/heads/master
c: 3322340
h: refs/heads/master
i:
  197925: 089c38c
  197923: 13bace2
  197919: 4c1c996
v: v3
  • Loading branch information
Felix Radensky authored and Jesse Barnes committed May 21, 2010
1 parent 2a191af commit fd00137
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: a02ce953a14d6a8aab721b129b3c8ff4981a76e6
refs/heads/master: 3322340a9db2251ac9d09bc7b8d49e872298ae95
13 changes: 13 additions & 0 deletions trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2554,6 +2554,19 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1518, quirk_i82576_sriov);

#endif /* CONFIG_PCI_IOV */

/* Allow manual resource allocation for PCI hotplug bridges
* via pci=hpmemsize=nnM and pci=hpiosize=nnM parameters. For
* some PCI-PCI hotplug bridges, like PLX 6254 (former HINT HB6),
* kernel fails to allocate resources when hotplug device is
* inserted and PCI bus is rescanned.
*/
static void __devinit quirk_hotplug_bridge(struct pci_dev *dev)
{
dev->is_hotplug_bridge = 1;
}

DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_HINT, 0x0020, quirk_hotplug_bridge);

/*
* This is a quirk for the Ricoh MMC controller found as a part of
* some mulifunction chips.
Expand Down

0 comments on commit fd00137

Please sign in to comment.