From: <sz...@op...> - 2003-06-14 20:34:47
|
I have ISA sound card, which have been working on irq 5. Kernel ACPI unexpectedly allocated irq 5 for unused and disabled PCI interput link [LINKC]. It couse a lot of problems with stability of my linux box, befor I dicovered what was happend. In /proc/interputs wasn't information about it. I thing, It is good idea to turned it off (auto allocating irq for disabled and unused PCI interput link [LINK?] ) optionally via kernel command line. syslog: Jun 14 19:52:17 zx kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] Jun 14 19:52:17 zx kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) Jun 14 19:52:17 zx kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15) Jun 14 19:52:17 zx kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15, disabled) Jun 14 19:52:17 zx kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15) Jun 14 19:52:17 zx kernel: PCI: Probing PCI hardware !!!!! Jun 14 19:52:17 zx kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5 |