git: kernel/acpi: Match _HID instead of relying on _CID for PCIe.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Jun 17 10:39:52 PDT 2017
commit f28a2894ef22e4052aa28f3d33679d861c25b0d1
Author: Sascha Wildner <saw at online.de>
Date: Sat Jun 17 19:34:07 2017 +0200
kernel/acpi: Match _HID instead of relying on _CID for PCIe.
In practice this has probably no effect because usually _HID == PNP0A08
and _CID == PNP0A03 (or vice versa, like seen in VMware).
Summary of changes:
sys/bus/pci/x86_64/pci_bus.c | 1 +
sys/dev/acpica/acpi_pcib_acpi.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f28a2894ef22e4052aa28f3d33679d861c25b0d1
--
DragonFly BSD source repository
More information about the Commits
mailing list