Skip to content

Commit

Permalink
[PATCH] sky2: rework of NAPI and IRQ management
Browse files Browse the repository at this point in the history
Redo the interupt handling of sky2 driver based on the IRQ mangement
documentation. All interrupts are handled by the device0 NAPI poll
routine.

Don't need to adjust interrupt mask in IRQ context, done only when
changing device under RTNL. Therefore don't need hwlock anymore.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Mar 21, 2006
1 parent c4b1580 commit e07b1aa
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 180 deletions.
Loading

0 comments on commit e07b1aa

Please sign in to comment.