diff options
author | John W. Linville <linville@tuxdriver.com> | 2006-07-08 16:28:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-07-08 16:28:53 -0400 |
commit | c165b0040502ef0d2b5751eef3cd96ea8210ae4c (patch) | |
tree | e552663a164e010f87cfca0b2b398e8cc2e1b560 /drivers/net/tg3.c | |
parent | 5a8da02ba59a9f978e2af4c5da9a029ea5f5ee3b (diff) |
[TG3]: add amd8131 to "write reorder" chipsets
Add the AMD 8131 bridge to the list of chipsets that reorder writes.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index f645921aff8b..ce6f3be86da0 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -10078,6 +10078,8 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
10078 | static struct pci_device_id write_reorder_chipsets[] = { | 10078 | static struct pci_device_id write_reorder_chipsets[] = { |
10079 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, | 10079 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, |
10080 | PCI_DEVICE_ID_AMD_FE_GATE_700C) }, | 10080 | PCI_DEVICE_ID_AMD_FE_GATE_700C) }, |
10081 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, | ||
10082 | PCI_DEVICE_ID_AMD_8131_BRIDGE) }, | ||
10081 | { PCI_DEVICE(PCI_VENDOR_ID_VIA, | 10083 | { PCI_DEVICE(PCI_VENDOR_ID_VIA, |
10082 | PCI_DEVICE_ID_VIA_8385_0) }, | 10084 | PCI_DEVICE_ID_VIA_8385_0) }, |
10083 | { }, | 10085 | { }, |