Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi,
--- Quote Start --- I have spent a lot of time understanding this and YES the IRQ is being registered. I put printk's in to understand things better. --- Quote End --- If the handler is well registered, please check whether it is called or not when the IDE interruption occurs. Maybe the function 'ata_sff_interrupt' will be called, so check its return value 'handled'. Kazu