Subject: Interrupt handling
To: Kernel-help <tech-kern@netbsd.org>
From: Sudeep Kumar <sudeep@india.nuntius.com>
List: tech-kern
Date: 11/16/2001 11:15:32
Hi,
I want to know how can i handle more than one interrupt. Suppose one
interrupt has came and i am in ISR, and control is still executing ISR at
that time if another interrupt is comming then how will i handle that
interrupt.
Thaking you