The Tue, Sep 25, 2001 at 09:27:08AM +0200, Stolz.Eric wrote : [...] > Can anybody tell me, why the interrupt routine APCI1500_Interrupt isn't > called? <crystal ball> - too late initialization of variables; - memory/device registers used by the adapter and not in the state you believe (think about lack of barrier() or PCI posted writes); </crystal ball> > I need the Interrupt routine to reset the interrupt level. Without You mean 'ack the interrupt on the adapter' (the PIC is already reset) ? It would help to see the whole code and know how the hardware is supposed to behave. -- Ueimor - Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/