Francois Romieu <[EMAIL PROTECTED]> writes:

> Daniel Drake <[EMAIL PROTECTED]> :
> [...]
>  static struct pci_device_id rtl8169_pci_tbl[] = {
> -     { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8169), },
> -     { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8129), },
> -     { PCI_DEVICE(PCI_VENDOR_ID_DLINK,       0x4300), },
> -     { PCI_DEVICE(0x16ec,                    0x0116), },
> -     { PCI_VENDOR_ID_LINKSYS,                0x1032, PCI_ANY_ID, 0x0024, },
> +     { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8129), 0, 0, RTL_CFG_0 },
> +     { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8136), 0, 0, RTL_CFG_1 },
>
> Should be RTL_CFG_2 (but there are still issues with the link management).
>
> +     { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8167), 0, 0, RTL_CFG_1 },
>                                                                ^^^^^^^^^
> Should be RTL_CFG_1.

You mean should be RTL_CFG_0 ?

> Is there any chance that you can push a different patch for your releases ?
>
> There are no pending changes outside of the git vanilla tree. As an option,
> you can use the patch below too:
> http://www.fr.zoreil.com/people/francois/misc/20060920-2.6.18-r8169-test.patch

I have backported this pointed patch to 2.6.17. [1]
So far, it have been tested successfully with this devices:
RTL-8169
RTL-8169SC
RTL-8168

[1] 
http://cvs.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/kernel-2.6/current/PATCHES/patches/DN85_r8169_others.patch?root=svn&view=log

regards,

-- 
Samir Bellabes
Mandriva
-
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

Reply via email to