Bug 1590

Summary: Should use IRQ resource type found in handling possible IRQ list
Product: ACPI Reporter: Luming Yu (luming.yu)
Component: Config-InterruptsAssignee: Len Brown (lenb)
Status: CLOSED CODE_FIX    
Severity: normal CC: acpi-bugzilla
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6 Subsystem:
Regression: --- Bisected commit-id:
Attachments: a patch for fixing this issue

Description Luming Yu 2003-11-25 03:26:17 UTC
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
Comment 1 Luming Yu 2003-11-25 03:34:24 UTC
Created attachment 1525 [details]
a patch for fixing this issue
Comment 2 Len Brown 2004-04-12 22:30:10 UTC
integrated into 2.4.26 and 2.6.5, closing.