From: Andrew Murray Date: Sat, 26 Oct 2013 17:23:25 +0000 (+0100) Subject: PCI: Update pcie_ports 'auto' behavior for non-ACPI platforms X-Git-Tag: v3.13-rc1~95^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b87e700cd65120b70aaa097a8f4e7f22f1945ee;p=pandora-kernel.git PCI: Update pcie_ports 'auto' behavior for non-ACPI platforms The pcie_ports parameter, which defaults to 'auto', allows a user to specify if PCIe port services are disabled ('compat'), always enabled ('native'), or only used when allowed by the BIOS ('auto'). Where CONFIG_ACPI isn't enabled, as is often the case for non x86/ia64 platforms, the 'auto' behavior results in that of 'compat'. Thus in order to use port services on these platforms 'pcie_ports=native' must be added to the kernel command line. This patch results in the 'native' behavior being followed where 'auto' is selected and ACPI is not enabled. Signed-off-by: Andrew Murray Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed