[PATCH] sky2: remove MSI support

Remove Message Signaled Interrupt support (for 2.6.16).
MSI is inherently edge-triggered and that is incompatiable (without more
work) with NAPI.

In future, will replace with smarter lockless-IRQ handling like
tg3.c

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Stephen Hemminger
2006-02-27 13:13:54 -08:00
committed by Jeff Garzik
parent ce7eeb6b52
commit 958ddb75b0
2 changed files with 0 additions and 78 deletions

View File

@@ -1881,7 +1881,6 @@ struct sky2_hw {
u32 intr_mask;
int pm_cap;
int msi;
u8 chip_id;
u8 chip_rev;
u8 copper;