We were running the nice example programs from Mirko
Holler. Looking at parport.c, he calls
rtl_request_irq(7, handler)
then he does this:
outb_p(inb_p(0x21) & (~0x80),0x21); //enable interrupt 7
outb_p(0x20,0x20);
//clear in service register
rtl_hard_enable_irq(7);
This program directly manipulates the interrupt controller
to enable its interrupt line. does this
code make sense? or is it redundant?
eric
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/