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
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
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), },
-
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
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