commit | 8d181018532dd709ec1f789e374cda92d7b01ce1 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri May 08 07:13:33 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon May 11 17:02:27 2009 -0700 |
tree | b693f6b993e7b324fe8cd3bee7d3e2d73c1c13bf | |
parent | 029091df01116aff8dea89ce96a0a2534401803a [diff] |
PCI MSI: Fix MSI-X with NIU cards The NIU device refuses to allow accesses to MSI-X registers before MSI-X is enabled. This patch fixes the problem by moving the read of the mask register to after MSI-X is enabled. Reported-by: David S. Miller <davem@davemloft.net> Tested-by: David S. Miller <davem@davemloft.net> Reviewed-by: David S. Miller <davem@davemloft.net> Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>