On Wed, Jan 25, 2006 at 04:28:44PM -0800, Stephen Hemminger wrote:
> Mostly a collection of bug fixes. The most critical is the pci express
> fix. Also adds Message Signaled Interrupt and entropy support.
Patches seemed to be mangled. Actually having a "version I want
people to test" tarball would be nice (for other drivers too!) for
those too lazy to play around with git :)

Index: sky2-1.0/drivers/net/sky2.c
===================================================================
--- sky2-1.0.orig/drivers/net/sky2.c
+++ sky2-1.0/drivers/net/sky2.c
@@ -2003,19 +2003,16 @@ static void sky2_hw_intr(struct sky2_hw 

if (status & Y2_IS_PCI_EXP) {
        /* PCI-Express uncorrectable Error occurred */
-               u32 pex_err;
-
-               pci_read_config_dword(hw->pdev, PEX_UNC_ERR_STAT, &pex_err);


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to