lkml.org 
[lkml]   [1999]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: Interrupts not being raised.


    On Fri, 12 Feb 1999, Greg Johnson wrote:

    > Hello,
    >
    > I am writting a Linux module device driver form some PCI hardware
    > our company has made. The problem I am having concerns interrupt
    > handling. I install the interrupt handler with
    >
    > iRetCode = request_irq
    > (
    > PCIIrqLine,
    > &interrupt_handler,
    > 0,
    > "our device",
    > &board_info_structure
    > );
    >
    > and call
    >
    > enable_irq(PCIIrqLine);

    Check the balance between enable_irq() and disable_irq().


    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:50    [W:3.720 / U:0.660 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site