mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
dm: remove _ADR object for PCI Device
Per ACPI 6.x chapter 6.1, "A device object must contain either an _HID object or an _ADR object, but should not contain both." Remove this object otherwise iasl would complain "Warning 3073 - Multiple types ^ (Device object requires either a _HID or _ADR, but not both)" when launch post-launched VM in devicemodel. Tracked-On: #5719 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
parent
360def7f6f
commit
5b8610352a
@ -1677,7 +1677,6 @@ pci_bus_write_dsdt(int bus)
|
||||
dsdt_line(" Device (PCI%01X)", bus);
|
||||
dsdt_line(" {");
|
||||
dsdt_line(" Name (_HID, EisaId (\"PNP0A03\"))");
|
||||
dsdt_line(" Name (_ADR, Zero)");
|
||||
|
||||
dsdt_line(" Method (_BBN, 0, NotSerialized)");
|
||||
dsdt_line(" {");
|
||||
|
Loading…
Reference in New Issue
Block a user