diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-10-18 05:03:14 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-18 05:03:14 -0400 |
commit | 631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c (patch) | |
tree | c431fa3479c1d35842fb5635ed7ccd487d063a62 /drivers/pci | |
parent | d7eccbbae84b2ee7dbb756e60287c4b47071444e (diff) |
Update broken web addresses in the kernel.
The patch below updates broken web addresses in the kernel
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Dimitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Mike Frysinger <vapier.adi@gmail.com>
Acked-by: Ben Pfaff <blp@cs.stanford.edu>
Acked-by: Hans J. Koch <hjk@linutronix.de>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/pci')
-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) |