Re: [PATCH] ATA convert GSI to irq on ia64

2007-02-08 Thread Zhang, Yanmin
On Thu, 2007-02-08 at 20:19 -0500, Jeff Garzik wrote: > Zhang, Yanmin wrote: > > If an ATA drive uses legacy mode, ata driver will choose 14 and 15 as the > > fixed irq number. On ia64 platform, such numbers are GSI and should be > > converted > > to irq vector. &

Re: [PATCH] ATA convert GSI to irq on ia64

2007-02-08 Thread Zhang, Yanmin
t; #define ATA_PRIMARY_IRQ(dev) isa_irq_to_vector(0x1F0) ata driver will replace old ide driver, so I don't use ide codes in ata driver. > > > > > > On 2/8/07, Zhang, Yanmin <[EMAIL PROTECTED]> wrote: > > > If an ATA drive uses legacy mode, ata driver will choose 14

[PATCH] ATA convert GSI to irq on ia64

2007-02-07 Thread Zhang, Yanmin
If an ATA drive uses legacy mode, ata driver will choose 14 and 15 as the fixed irq number. On ia64 platform, such numbers are GSI and should be converted to irq vector. Below patch against kernel 2.6.20 fixes it. Signed-off-by: Zhang Yanmin <[EMAIL PROTECTED]> --- diff -Nraup linux-