diff options
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r-- | drivers/pci/quirks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 89ed181cd90c..dcc333f2cb6a 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -206,6 +206,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82439TX, quir | |||
206 | * VIA Apollo KT133 needs PCI latency patch | 206 | * VIA Apollo KT133 needs PCI latency patch |
207 | * Made according to a windows driver based patch by George E. Breese | 207 | * Made according to a windows driver based patch by George E. Breese |
208 | * see PCI Latency Adjust on http://www.viahardware.com/download/viatweak.shtm | 208 | * see PCI Latency Adjust on http://www.viahardware.com/download/viatweak.shtm |
209 | * and http://www.georgebreese.com/net/software/#PCI | ||
209 | * Also see http://www.au-ja.org/review-kt133a-1-en.phtml for | 210 | * Also see http://www.au-ja.org/review-kt133a-1-en.phtml for |
210 | * the info on which Mr Breese based his work. | 211 | * the info on which Mr Breese based his work. |
211 | * | 212 | * |
@@ -996,7 +997,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TOSHIBA, 0x605, quirk_transparent_bridge) | |||
996 | /* | 997 | /* |
997 | * Common misconfiguration of the MediaGX/Geode PCI master that will | 998 | * Common misconfiguration of the MediaGX/Geode PCI master that will |
998 | * reduce PCI bandwidth from 70MB/s to 25MB/s. See the GXM/GXLV/GX1 | 999 | * reduce PCI bandwidth from 70MB/s to 25MB/s. See the GXM/GXLV/GX1 |
999 | * datasheets found at http://www.national.com/ds/GX for info on what | 1000 | * datasheets found at http://www.national.com/analog for info on what |
1000 | * these bits do. <christer@weinigel.se> | 1001 | * these bits do. <christer@weinigel.se> |
1001 | */ | 1002 | */ |
1002 | static void quirk_mediagx_master(struct pci_dev *dev) | 1003 | static void quirk_mediagx_master(struct pci_dev *dev) |