1 Aug 2005 20:23
[PATCH] sk98lin: fix workaround for yukon-lite chipset (> rev 7)
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2005-08-01 18:23:43 GMT
2005-08-01 18:23:43 GMT
tree 16e7131d36c2739f9b9b9908bd2f65bf6767f7a6 parent 00354cfb92bd819a0d09d3ef9988e509b6675fdd author Stephen Hemminger <shemminger <at> osdl.org> Tue, 28 Jun 2005 05:47:25 -0700 committer Jeff Garzik <jgarzik <at> pobox.com> Sun, 31 Jul 2005 08:52:56 -0400 [PATCH] sk98lin: fix workaround for yukon-lite chipset (> rev 7) Yukon-Lite chipset needs workaround for revision 7 (or later). Without this patch, chip gets stuck in low power mode and never boots. Newer SysKonnect vendor code already had same patch. Related bug in skge is http://bugs.gentoo.org/87822 Chris, please add for 2.6.12.2 Signed-off-by: Stephen Hemminger <shemminger <at> osdl.org> Signed-off-by: Jeff Garzik <jgarzik <at> pobox.com> drivers/net/sk98lin/skgeinit.c | 2 +- drivers/net/sk98lin/skxmac2.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/sk98lin/skgeinit.c b/drivers/net/sk98lin/skgeinit.c --- a/drivers/net/sk98lin/skgeinit.c +++ b/drivers/net/sk98lin/skgeinit.c <at> <at> -2016,7 +2016,7 <at> <at> SK_IOC IoC) /* IO context */ * we set the PHY to coma mode and switch to D3 power state. */ if (pAC->GIni.GIYukonLite && - pAC->GIni.GIChipRev == CHIP_REV_YU_LITE_A3) {(Continue reading)
RSS Feed