Re: [PATCH 1/7] sky2: enable PCI config writes

2007-11-06 Thread Jeff Garzik
applied 1-7 - 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

[PATCH 1/7] sky2: enable PCI config writes

2007-11-05 Thread Stephen Hemminger
On some boards, PCI configuration space access is turned off by default. The 2.6.24 driver doesn't turn it on, and should have. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- a/drivers/net/sky2.c2007-11-05 10:01:10.0 -0800 +++ b/drivers/net/sky2.c2007-11-05 15:0