diff options
author | Igor Mammedov <imammedo@redhat.com> | 2015-12-28 18:02:35 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-01-09 23:20:18 +0200 |
commit | 8b1da5f8fdfb5e72e627f6fecbe8cd83bc7bda47 (patch) | |
tree | 8bc31f73a68b0a0f5617a3e4c0ccbdc120f8f91b /hw/i386/acpi-dsdt-isa.dsl | |
parent | 95ed7e97e45186aa0689110470844f6c40557f65 (diff) |
pc: acpi: move LPT device from DSDT to SSDT
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/acpi-dsdt-isa.dsl')
-rw-r--r-- | hw/i386/acpi-dsdt-isa.dsl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hw/i386/acpi-dsdt-isa.dsl b/hw/i386/acpi-dsdt-isa.dsl index 64dd4ac0df..cc5e8f9be1 100644 --- a/hw/i386/acpi-dsdt-isa.dsl +++ b/hw/i386/acpi-dsdt-isa.dsl @@ -16,22 +16,6 @@ /* Common legacy ISA style devices. */ Scope(\_SB.PCI0.ISA) { - Device(LPT) { - Name(_HID, EisaId("PNP0400")) - Method(_STA, 0, NotSerialized) { - Store(LPEN, Local0) - If (LEqual(Local0, 0)) { - Return (0x00) - } Else { - Return (0x0F) - } - } - Name(_CRS, ResourceTemplate() { - IO(Decode16, 0x0378, 0x0378, 0x08, 0x08) - IRQNoFlags() { 7 } - }) - } - Device(COM1) { Name(_HID, EisaId("PNP0501")) Name(_UID, 0x01) |