From 62e045009fb9fb0ce99e2a842e9017ec037d2803 Mon Sep 17 00:00:00 2001 From: Francois Romieu Date: Thu, 31 Aug 2006 22:01:07 +0200 Subject: [PATCH] --- yaml --- r: 35315 b: refs/heads/master c: d2eed8cff9a1a5d7e12ec9ddf71432c466b104d0 h: refs/heads/master i: 35313: 5490bcd05d2caa99fb4af5ea1a21c8fb5549837d 35311: 8c62dd0b1c47ee75704b2b08b1ae74afe7792e92 v: v3 --- [refs] | 2 +- trunk/drivers/net/r8169.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 81bcf57139c1..88c781045c58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f787a1aca3705bdc6adbda36f8d6446380e85a6 +refs/heads/master: d2eed8cff9a1a5d7e12ec9ddf71432c466b104d0 diff --git a/trunk/drivers/net/r8169.c b/trunk/drivers/net/r8169.c index ace895b2e221..93228c518ae7 100644 --- a/trunk/drivers/net/r8169.c +++ b/trunk/drivers/net/r8169.c @@ -209,7 +209,7 @@ static const struct { static struct pci_device_id rtl8169_pci_tbl[] = { { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8129), 0, 0, RTL_CFG_0 }, - { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8136), 0, 0, RTL_CFG_1 }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8136), 0, 0, RTL_CFG_2 }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_1 }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), 0, 0, RTL_CFG_2 }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 },