Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-16 Thread Daniel Drake
Stephen Hemminger wrote: It looks like these users aren't using MSI? Possible. Want me to find out? I just ask as I note yesterday's -stable patch where you remove the #ifdef completely. Is that going to go upstream into 2.6.22 or do you want to continue pursuing the DMI matching path?

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-16 Thread Jeff Garzik
Daniel Drake wrote: Stephen Hemminger wrote: It looks like these users aren't using MSI? Possible. Want me to find out? I just ask as I note yesterday's -stable patch where you remove the #ifdef completely. Is that going to go upstream into 2.6.22 or do you want to continue pursuing the

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-16 Thread Daniel Drake
Jeff Garzik wrote: Stephen has some sky2 patches I need to push. I accidentally filed them until 'Pending: SATA', and they got missed in my most recent net driver push. Thanks, that clears it up, forgot to check netdev before asking. Looks like the 2.6.22 plans are to drop the machine

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-14 Thread Stephen Hemminger
On Sun, 13 May 2007 11:55:29 -0400 Daniel Drake [EMAIL PROTECTED] wrote: Stephen Hemminger wrote: I can use DMI to narrow down to one motherboard. Or just let everything through and let user's discover what's unstable, it fails relatively quickly. Could you please get full PCI

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-13 Thread Daniel Drake
Stephen Hemminger wrote: I can use DMI to narrow down to one motherboard. Or just let everything through and let user's discover what's unstable, it fails relatively quickly. Could you please get full PCI info lspci -vvxxx for working/non-working 88e8056 (Yukon EC-U) systems? It might be some

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-13 Thread kernel
RE: sky2 88e8056 Gigabyte GA-965GM-S2 uATX motherboard Stephen Hemminger wrote: I can use DMI to narrow down to one motherboard. Or just let everything through and let user's discover what's unstable, it fails relatively quickly. Could you please get full PCI info lspci -vvxxx for

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-10 Thread Stephen Hemminger
On Tue, 01 May 2007 09:58:28 -0400 Daniel Drake [EMAIL PROTECTED] wrote: Hi Stephen, Stephen Hemminger wrote: This fixes the regression in 2.6.21 for users with 88e8056 on motherboard. Allow all but the Gigabyte motherboard has some unresolved bus problems. + /* Some Gigabyte

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-07 Thread Jeff Garzik
Stephen Hemminger wrote: This fixes the regression in 2.6.21 for users with 88e8056 on motherboard. Allow all but the Gigabyte motherboard has some unresolved bus problems. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- drivers/net/sky2.c | 17 + 1 file changed, 13

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-03 Thread Daniel Drake
Stephen Hemminger wrote: The PCI info is basically the same between working/non working Gigabyte boards. Is there any other difference? Kernel config? chip revision? I've never seen any reports of the corruption which you describe, so I can't make the comparison myself. Here's the chip info

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-02 Thread Stephen Hemminger
On Tue, 01 May 2007 09:58:28 -0400 Daniel Drake [EMAIL PROTECTED] wrote: Hi Stephen, Stephen Hemminger wrote: This fixes the regression in 2.6.21 for users with 88e8056 on motherboard. Allow all but the Gigabyte motherboard has some unresolved bus problems. + /* Some Gigabyte

Re: [PATCH] sky2: re-enable 88E8056 for most motherboards

2007-05-01 Thread Daniel Drake
Hi Stephen, Stephen Hemminger wrote: This fixes the regression in 2.6.21 for users with 88e8056 on motherboard. Allow all but the Gigabyte motherboard has some unresolved bus problems. + /* Some Gigabyte motherboards have 88e8056 but cause problems +* There is some unresolved

[PATCH] sky2: re-enable 88E8056 for most motherboards

2007-04-30 Thread Stephen Hemminger
This fixes the regression in 2.6.21 for users with 88e8056 on motherboard. Allow all but the Gigabyte motherboard has some unresolved bus problems. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- drivers/net/sky2.c | 17 + 1 file changed, 13 insertions(+), 4