Re: Bugfixes: PCI devices get assigned redundant IRQs

2007-01-28 Thread Andreas Block
Am Sun, 28 Jan 2007 09:04:41 +0100 schrieb H. Peter Anvin <[EMAIL PROTECTED]>: I think you're confusing the Interrupt Line register and the Interrupt Pin register. The Interrupt Line register is platform-dependent, but on x86 platforms it generally contains the IRQ number (and IRQ 0 is valid

Re: Bugfixes: PCI devices get assigned redundant IRQs

2007-01-26 Thread Andreas Block
On Fri, 26 Jan 2007 12:00:55 +0100, Xavier Bestel <[EMAIL PROTECTED]> wrote: On Fri, 2007-01-26 at 11:50 +0100, Andreas Block wrote: u8 pin, slot; - int irq; + int irq = 0; Aren't there platforms for which irq = 0 is a valid irq ? As far as I understand t

Bugfixes: PCI devices get assigned redundant IRQs

2007-01-26 Thread Andreas Block
IRQs to devices, which don't need any --- commit 2133d61f0bc119d4a06d453b8e79980912a151f0 tree 59ff1b5f7c1ec41780907edd90a35c10a64e3996 parent 99abfeafb5f2eea1bb481330ff37343e1133c924 author Andreas Block <[EMAIL PROTECTED]> Thu, 25 Jan 2007 17:12:48 +0100 committer Andreas Block <[EMA