On Saturday, May 16, 2015 09:41:55 AM Bjorn Helgaas wrote:...
On Sat, May 16, 2015 at 09:37:50AM -0500, Bjorn Helgaas wrote:
Hi Jarod,
On Thu, May 14, 2015 at 03:33:58PM -0400, Jarod Wilson wrote:
The HP ZBook 15 and 17 Mobile Workstations, generation 2, up to and
including at least BIOS revision 01.07, do not have an ACPI _RMV object
associated with their expresscard slots, so acpi-based hotplug-capable
slot detection fails. If we fall back to pcie-based detection, the systems
work just fine, so this uses dmi matching to do that. With luck, a future
BIOS will remedy this (I've let someone at HP know about the problem),
but for now, just use this for all existing versions.
Oh, my goodness. I forgot how terrible this path is. Can anyone write a
simple explanation of how we choose to use acpiphp or pciehp?
In theory, that should depend on the _OSC handshake in acpi_pci_root_add().
If the firmware doesn't give us control of the PCIe features, we'll not use
pciehp (or at least that's the idea).
acpiphp is used if pciehp doesn't claim the device, AFAICS.