linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add PNP0A08 into acpi_pci_roots array.
@ 2012-10-18  2:22 Tang Chen
  2012-10-18  3:55 ` Bjorn Helgaas
  0 siblings, 1 reply; 3+ messages in thread
From: Tang Chen @ 2012-10-18  2:22 UTC (permalink / raw)
  To: bhelgaas, lenb, yinghai, jiang.liu, izumi.taku, isimatu.yasuaki,
	linux-acpi, linux-pci, linux-kernel

acpi_pci_roots array doesn't include PNP0A08, which is PCI Express
Root Bridge.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
---
 drivers/acpi/pci_root.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c
index 037b59c..dedc4d6 100644
--- a/drivers/acpi/pci_root.c
+++ b/drivers/acpi/pci_root.c
@@ -56,6 +56,7 @@ static int acpi_pci_root_start(struct acpi_device *device);
 
 static const struct acpi_device_id root_device_ids[] = {
 	{"PNP0A03", 0},
+	{"PNP0A08", 0},
 	{"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, root_device_ids);
-- 
1.7.1


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

end of thread, other threads:[~2012-10-18  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  2:22 [PATCH] Add PNP0A08 into acpi_pci_roots array Tang Chen
2012-10-18  3:55 ` Bjorn Helgaas
2012-10-18  5:52   ` Tang Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).