Distribution: RH Hardware Environment: ALL Software Environment: 2.6.0-test10 Problem Description: We should use IRQ resource type found in handling possible IRQ list, rather than just guess like below code: if(irq <= 15) resource_type = ACPI_RSTYPE_IRQ else resource_type = ACPI_RSTYPE_EXT_IRQ
Created attachment 1525 [details] a patch for fixing this issue
integrated into 2.4.26 and 2.6.5, closing.