Does anyone here know how can I enable a particular interrupt in
driver? I try to use enable_irq() but fail. From what I get is that
enable_irq() can only be used to enable those interrupts that are
disabled by disable_irq() routine. I try to directly use outb(irq,
0x21) but failed. Anyone have ideas on how can I solve this?
Thanks
ahchow