[PATCH] sky2: msi enhancements.

If using Message Signaled Interrupts (MSI) then the IRQ will never
be shared. Don't call pci_disable_msi() unless using MSI.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Stephen Hemminger
2006-12-01 14:29:37 -08:00
committed by Jeff Garzik
parent 794b2bd20f
commit b0a20ded56
2 changed files with 11 additions and 8 deletions

View File

@ -1900,7 +1900,7 @@ struct sky2_hw {
dma_addr_t st_dma;
struct timer_list idle_timer;
int msi_detected;
int msi;
wait_queue_head_t msi_wait;
};