[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100118115224.1abde88b@nehalam>
Date: Mon, 18 Jan 2010 11:52:24 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Tino Keitel <tino.keitel@...ei.de>
Cc: Mike McCormack <mikem@...g3k.org>,
"Rafael J. Wysocki" <rjw@...k.pl>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: Regression: Wake on LAN doesn't work in sky2 with
2.6.33-rc4-git2
Does it work better if config bit is set here?
---
drivers/net/sky2.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
--- a/drivers/net/sky2.c 2010-01-18 11:45:54.444753324 -0800
+++ b/drivers/net/sky2.c 2010-01-18 11:49:18.475018945 -0800
@@ -283,6 +283,9 @@ static void sky2_power_aux(struct sky2_h
/* turn off "driver loaded LED" */
sky2_write16(hw, B0_CTST, Y2_LED_STAT_OFF);
+
+ /* disable writes to PCI config again */
+ sky2_write8(hw, B2_TST_CTRL1, TST_CFG_WRITE_OFF);
}
static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists