|
@@ -435,6 +435,7 @@ acpi_pci_irq_enable (
|
|
/* Interrupt Line values above 0xF are forbidden */
|
|
/* Interrupt Line values above 0xF are forbidden */
|
|
if (dev->irq >= 0 && (dev->irq <= 0xF)) {
|
|
if (dev->irq >= 0 && (dev->irq <= 0xF)) {
|
|
printk(" - using IRQ %d\n", dev->irq);
|
|
printk(" - using IRQ %d\n", dev->irq);
|
|
|
|
+ acpi_register_gsi(dev->irq, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW);
|
|
return_VALUE(0);
|
|
return_VALUE(0);
|
|
}
|
|
}
|
|
else {
|
|
else {
|