Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] allow host bridges with no io/mem apertures
@ 2012-01-18  0:41 Bjorn Helgaas
  2012-01-18  0:41 ` [PATCH] x86/PCI: don't fall back to defaults if _CRS has no apertures Bjorn Helgaas
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2012-01-18  0:41 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci, Yinghai Lu

This patch changes what we do when we don't find any apertures in
a PCI host bridge _CRS.  Previously, we assumed something in _CRS
parsing or in _CRS itself was broken, so we gave the root bus
the default resources (all of I/O port and MMIO space).

But I think this is wrong because there are often host bridges that
correctly have no apertures, e.g., they lead to things like Intel
Uncore "devices" that have no BARs.

This is intended for linux-next, not for the current merge window.

---

Bjorn Helgaas (1):
      x86/PCI: don't fall back to defaults if _CRS has no apertures


 arch/x86/pci/acpi.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-27 17:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18  0:41 [PATCH] allow host bridges with no io/mem apertures Bjorn Helgaas
2012-01-18  0:41 ` [PATCH] x86/PCI: don't fall back to defaults if _CRS has no apertures Bjorn Helgaas
2012-01-18  4:09   ` Yinghai Lu
2012-01-18  4:29     ` Bjorn Helgaas
2012-01-27 17:34   ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox