]> xenbits.xensource.com Git - seabios.git/commit
acpi: LNKS is not needed
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Aug 2012 13:01:29 +0000 (15:01 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 2 Sep 2012 20:29:43 +0000 (16:29 -0400)
commit4540409d19a4baeec5006d925cfca19f8038a96e
treeb16c46b6cf8ed9d7716fd0df1f870dae8d418349
parent71ed8e3a46d3becabc80e59eeda628f19c2cd2a2
acpi: LNKS is not needed

LNKS is a bit strange in that it reuses the same PIIX register as LNKA,
but has a different interrupt.  This means that the _CRS it returns will
not be one of the possible resources from _PRS.  This shows up in the
Linux boot logs as

   ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0

Instead of that, we can simply use a hardwired interrupt index.

Cc: Gleb Natapov <gnatapov@redhat.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
src/acpi-dsdt.dsl