[PATCH] sky2: MSI test timing
authorshemminger@osdl.org <shemminger@osdl.org>
Mon, 28 Aug 2006 17:00:48 +0000 (10:00 -0700)
committerJeff Garzik <jeff@garzik.org>
Tue, 29 Aug 2006 21:18:30 +0000 (17:18 -0400)
commitbb507fe11ffda19eee158ce0be42d222135b7aca
treec31b9bcd880dd4f214ec705e9a4cbaefa95e63f9
parent97bda706b475655088201d7bb96cb8dd6d0d1aa3
[PATCH] sky2: MSI test timing

The test for MSI IRQ could have timing issues. The PCI write needs to be
pushed out before waiting, and the wait queue should be initialized before
the IRQ.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c