From a187433516da4f7e969482ce9fe9f3278308741d Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Sat, 8 Jul 2006 13:28:53 -0700 Subject: [PATCH] --- yaml --- r: 32193 b: refs/heads/master c: c165b0040502ef0d2b5751eef3cd96ea8210ae4c h: refs/heads/master i: 32191: 772dbcc8cffa8afecc93c211c657d25c70ffe84d v: v3 --- [refs] | 2 +- trunk/drivers/net/tg3.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 74edaa0d8268..9cbc0efe3ce4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a8da02ba59a9f978e2af4c5da9a029ea5f5ee3b +refs/heads/master: c165b0040502ef0d2b5751eef3cd96ea8210ae4c diff --git a/trunk/drivers/net/tg3.c b/trunk/drivers/net/tg3.c index f645921aff8b..ce6f3be86da0 100644 --- a/trunk/drivers/net/tg3.c +++ b/trunk/drivers/net/tg3.c @@ -10078,6 +10078,8 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) static struct pci_device_id write_reorder_chipsets[] = { { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_FE_GATE_700C) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, + PCI_DEVICE_ID_AMD_8131_BRIDGE) }, { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8385_0) }, { },