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