[Ilugc] freebsd interrupt handling

  • From: l.mohanphy@xxxxxxxxx (Mohan L)
  • Date: Fri Sep 24 09:49:16 2010

On Fri, Sep 24, 2010 at 4:27 AM, Eknath Venkataramani <eknath.iyer@xxxxxxxxx

wrote:

This is my homework question and I need a pointer to know what I must look
for.

How does FreeBSD 5.2.1 control the interrupt level?
For example, is it possible to block off network interrupts when servicing
a
clock interrupt?
If so, how?  How are interrupt threads managed
(created/destroyed/scheduled)?


Hi,

Third Edition of Linux Device Drivers, by Jonathan Corbet.
http://lwn.net/Kernel/LDD3/

Chapter 10 : Interrupt Handling

It will give you much more information.

Thanks & Rg
Mohan L

Other related posts: