Skip to content

Commit 8b07926

Browse files
jamieNguyenNVIDIAnvidia-bfigg
authored andcommitted
NVIDIA: SAUCE: r8169: remove PCI IDs claimed by r8127 driver
BugLink: https://bugs.launchpad.net/bugs/2144345 Remove device IDs 0x8127 and 0x0e10 from the r8169 PCI device table so that the r8127 vendor driver binds to these devices instead. Tested-by: Keith Berger <kberger@nvidia.com> Signed-off-by: Jamie Nguyen <jamien@nvidia.com> Acked-by: Matthew R. Ochs <mochs@nvidia.com> Acked-by: Carol L Soto <csoto@nvidia.com> Acked-by: Nirmoy Das <nirmoyd@nvidia.com> Signed-off-by: Brad Figg <bfigg@nvidia.com>
1 parent e399e4e commit 8b07926

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,8 @@ static const struct pci_device_id rtl8169_pci_tbl[] = {
225225
{ 0x0001, 0x8168, PCI_ANY_ID, 0x2410 },
226226
{ PCI_VDEVICE(REALTEK, 0x8125) },
227227
{ PCI_VDEVICE(REALTEK, 0x8126) },
228-
{ PCI_VDEVICE(REALTEK, 0x8127) },
229228
{ PCI_VDEVICE(REALTEK, 0x3000) },
230229
{ PCI_VDEVICE(REALTEK, 0x5000) },
231-
{ PCI_VDEVICE(REALTEK, 0x0e10) },
232230
{}
233231
};
234232

0 commit comments

Comments
 (0)