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 motherboards have 88e8056 but cause problems > > + * There is some unresolved hardware related problem that causes > > + * descriptor errors and receive data corruption. > > + */ > > + if (pdev->vendor == PCI_VENDOR_ID_MARVELL && > > + pdev->device == 0x4364 && pdev->subsystem_vendor == 0x1458) { > > + dev_err(&pdev->dev, > > + "88E8056 on Gigabyte motherboards not supported\n"); > > Gentoo have reports of sky2 working fine on Gigabyte boards which have > 88E8056 devices: > https://bugs.gentoo.org/show_bug.cgi?id=176219 > > Can the patch be refined further? 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 PCI Express setup by the BIOS, but so far haven't found any difference that mattered. Have tried newer BIOS and qualified memory as obvious first steps. -- Stephen Hemminger <[EMAIL PROTECTED]> - 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