[PATCH] acpi: drop irq 8 from hpet ressources

Dec. 6, 2012
4:46 p.m.
Fixes WinXP BSOD. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- src/acpi-dsdt-hpet.dsl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/acpi-dsdt-hpet.dsl b/src/acpi-dsdt-hpet.dsl index d5aa3f1..f33e527 100644 --- a/src/acpi-dsdt-hpet.dsl +++ b/src/acpi-dsdt-hpet.dsl @@ -24,7 +24,9 @@ Scope(\_SB) { Return (0x0F) } Name(_CRS, ResourceTemplate() { +#if 0 /* This makes WinXP BSOD for not yet figured reasons. */ IRQNoFlags() {2, 8} +#endif Memory32Fixed(ReadOnly, 0xFED00000, // Address Base 0x00000400, // Address Length -- 1.7.1
4573
Age (days ago)
4573
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gerd Hoffmann