Forum Discussion
Altera_Forum
Honored Contributor
13 years agolibata-core Disabling IRQ with new Compact Flash
We use compact flashes a lot on Altera evaluations boards with CF - with a custom daughter card (on DE115 Terasic) and on custom PBCs. But -- have run into a problem. I'm attempting to track this do...
Altera_Forum
Honored Contributor
13 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