Re: [2.6.18 backport] RTL8168 ethernet support in r8169

2006-09-29 Thread Francois Romieu
Samir Bellabes <[EMAIL PROTECTED]> : [...] > > + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_1 }, > >^ > > Should be RTL_CFG_1. > > You mean should be RTL_CFG_0 ? Yes. It was typos night. -- Ueimor - To un

Re: [2.6.18 backport] RTL8168 ethernet support in r8169

2006-09-28 Thread Samir Bellabes
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_D

Re: [2.6.18 backport] RTL8168 ethernet support in r8169

2006-09-26 Thread Daniel Drake
Francois Romieu wrote: 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), }, -

Re: [2.6.18 backport] RTL8168 ethernet support in r8169

2006-09-26 Thread Francois Romieu
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

[2.6.18 backport] RTL8168 ethernet support in r8169

2006-09-26 Thread Daniel Drake
Here's a backport of the 2.6.19 patch which adds support for the 8168 hardware found on some recent motherboards. It will be shipped in future Gentoo 2.6.18 releases. I hope it's useful to someone, although if there are any problems you should test the latest -git snapshot before telling anybod