diff options
134 files changed, 183 insertions, 207 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index bf88f71a21f4..aa0e0c51cc08 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c | |||
@@ -15,8 +15,8 @@ | |||
15 | * May be copied or modified under the terms of the GNU General Public License | 15 | * May be copied or modified under the terms of the GNU General Public License |
16 | * Based in part on the ITE vendor provided SCSI driver. | 16 | * Based in part on the ITE vendor provided SCSI driver. |
17 | * | 17 | * |
18 | * Documentation available from | 18 | * Documentation available from IT8212F_V04.pdf |
19 | * http://www.ite.com.tw/pc/IT8212F_V04.pdf | 19 | * http://www.ite.com.tw/EN/products_more.aspx?CategoryID=3&ID=5,91 |
20 | * Some other documents are NDA. | 20 | * Some other documents are NDA. |
21 | * | 21 | * |
22 | * The ITE8212 isn't exactly a standard IDE controller. It has two | 22 | * The ITE8212 isn't exactly a standard IDE controller. It has two |
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index be7461c9a87e..31c60101a69a 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig | |||
@@ -301,7 +301,7 @@ config ATM_IA | |||
301 | control memory (128K-1KVC, 512K-4KVC), the size of the packet | 301 | control memory (128K-1KVC, 512K-4KVC), the size of the packet |
302 | memory (128K, 512K, 1M), and the PHY type (Single/Multi mode OC3, | 302 | memory (128K, 512K, 1M), and the PHY type (Single/Multi mode OC3, |
303 | UTP155, UTP25, DS3 and E3). Go to: | 303 | UTP155, UTP25, DS3 and E3). Go to: |
304 | <http://www.iphase.com/products/ClassSheet.cfm?ClassID=ATM> | 304 | <http://www.iphase.com/> |
305 | for more info about the cards. Say Y (or M to compile as a module | 305 | for more info about the cards. Say Y (or M to compile as a module |
306 | named iphase) here if you have one of these cards. | 306 | named iphase) here if you have one of these cards. |
307 | 307 | ||
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig index 4b66c69eaf57..c8ad61958e24 100644 --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig | |||
@@ -34,7 +34,7 @@ config AGP_ALI | |||
34 | X on the following ALi chipsets. The supported chipsets | 34 | X on the following ALi chipsets. The supported chipsets |
35 | include M1541, M1621, M1631, M1632, M1641,M1647,and M1651. | 35 | include M1541, M1621, M1631, M1632, M1641,M1647,and M1651. |
36 | For the ALi-chipset question, ALi suggests you refer to | 36 | For the ALi-chipset question, ALi suggests you refer to |
37 | <http://www.ali.com.tw/eng/support/index.shtml>. | 37 | <http://www.ali.com.tw/>. |
38 | 38 | ||
39 | The M1541 chipset can do AGP 1x and 2x, but note that there is an | 39 | The M1541 chipset can do AGP 1x and 2x, but note that there is an |
40 | acknowledged incompatibility with Matrox G200 cards. Due to | 40 | acknowledged incompatibility with Matrox G200 cards. Due to |
diff --git a/drivers/char/agp/i460-agp.c b/drivers/char/agp/i460-agp.c index e763d3312ce7..75b763cb3ea1 100644 --- a/drivers/char/agp/i460-agp.c +++ b/drivers/char/agp/i460-agp.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * For documentation on the i460 AGP interface, see Chapter 7 (AGP Subsystem) of | 2 | * For documentation on the i460 AGP interface, see Chapter 7 (AGP Subsystem) of |
3 | * the "Intel 460GTX Chipset Software Developer's Manual": | 3 | * the "Intel 460GTX Chipset Software Developer's Manual": |
4 | * http://developer.intel.com/design/itanium/downloads/24870401s.htm | 4 | * http://www.intel.com/design/archives/itanium/downloads/248704.htm |
5 | */ | 5 | */ |
6 | /* | 6 | /* |
7 | * 460GX support by Chris Ahna <christopher.j.ahna@intel.com> | 7 | * 460GX support by Chris Ahna <christopher.j.ahna@intel.com> |
diff --git a/drivers/char/apm-emulation.c b/drivers/char/apm-emulation.c index 033e1505fca9..0848ca90255d 100644 --- a/drivers/char/apm-emulation.c +++ b/drivers/char/apm-emulation.c | |||
@@ -7,8 +7,8 @@ | |||
7 | * Intel Corporation, Microsoft Corporation. Advanced Power Management | 7 | * Intel Corporation, Microsoft Corporation. Advanced Power Management |
8 | * (APM) BIOS Interface Specification, Revision 1.2, February 1996. | 8 | * (APM) BIOS Interface Specification, Revision 1.2, February 1996. |
9 | * | 9 | * |
10 | * [This document is available from Microsoft at: | 10 | * This document is available from Microsoft at: |
11 | * http://www.microsoft.com/hwdev/busbios/amp_12.htm] | 11 | * http://www.microsoft.com/whdc/archive/amp_12.mspx |
12 | */ | 12 | */ |
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/poll.h> | 14 | #include <linux/poll.h> |
diff --git a/drivers/char/ipmi/ipmi_bt_sm.c b/drivers/char/ipmi/ipmi_bt_sm.c index 7b98c067190a..3ed20e8abc0d 100644 --- a/drivers/char/ipmi/ipmi_bt_sm.c +++ b/drivers/char/ipmi/ipmi_bt_sm.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * ipmi_bt_sm.c | 2 | * ipmi_bt_sm.c |
3 | * | 3 | * |
4 | * The state machine for an Open IPMI BT sub-driver under ipmi_si.c, part | 4 | * The state machine for an Open IPMI BT sub-driver under ipmi_si.c, part |
5 | * of the driver architecture at http://sourceforge.net/project/openipmi | 5 | * of the driver architecture at http://sourceforge.net/projects/openipmi |
6 | * | 6 | * |
7 | * Author: Rocky Craig <first.last@hp.com> | 7 | * Author: Rocky Craig <first.last@hp.com> |
8 | * | 8 | * |
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index ff68e7c34ce7..2a84379b9104 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c | |||
@@ -1965,8 +1965,7 @@ static int acpi_gpe_irq_setup(struct smi_info *info) | |||
1965 | 1965 | ||
1966 | /* | 1966 | /* |
1967 | * Defined at | 1967 | * Defined at |
1968 | * http://h21007.www2.hp.com/dspp/files/unprotected/devresource/ | 1968 | * http://h21007.www2.hp.com/portal/download/files/unprot/hpspmi.pdf |
1969 | * Docs/TechPapers/IA64/hpspmi.pdf | ||
1970 | */ | 1969 | */ |
1971 | struct SPMITable { | 1970 | struct SPMITable { |
1972 | s8 Signature[4]; | 1971 | s8 Signature[4]; |
diff --git a/drivers/char/n_r3964.c b/drivers/char/n_r3964.c index a98290d7a2c5..88dda0c45ee0 100644 --- a/drivers/char/n_r3964.c +++ b/drivers/char/n_r3964.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * Copyright by | 4 | * Copyright by |
5 | * Philips Automation Projects | 5 | * Philips Automation Projects |
6 | * Kassel (Germany) | 6 | * Kassel (Germany) |
7 | * http://www.pap-philips.de | ||
8 | * ----------------------------------------------------------- | 7 | * ----------------------------------------------------------- |
9 | * This software may be used and distributed according to the terms of | 8 | * This software may be used and distributed according to the terms of |
10 | * the GNU General Public License, incorporated herein by reference. | 9 | * the GNU General Public License, incorporated herein by reference. |
diff --git a/drivers/char/pcmcia/Kconfig b/drivers/char/pcmcia/Kconfig index ffa0efce0aed..6614416a8623 100644 --- a/drivers/char/pcmcia/Kconfig +++ b/drivers/char/pcmcia/Kconfig | |||
@@ -28,7 +28,7 @@ config CARDMAN_4000 | |||
28 | 28 | ||
29 | This kernel driver requires additional userspace support, either | 29 | This kernel driver requires additional userspace support, either |
30 | by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), | 30 | by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), |
31 | or via the cm4000 backend of OpenCT (http://www.opensc.com/). | 31 | or via the cm4000 backend of OpenCT (http://www.opensc-project.org/opensc). |
32 | 32 | ||
33 | config CARDMAN_4040 | 33 | config CARDMAN_4040 |
34 | tristate "Omnikey CardMan 4040 support" | 34 | tristate "Omnikey CardMan 4040 support" |
@@ -41,7 +41,7 @@ config CARDMAN_4040 | |||
41 | in I/O space. To use the kernel driver, you will need either the | 41 | in I/O space. To use the kernel driver, you will need either the |
42 | PC/SC ifdhandler provided from the Omnikey homepage | 42 | PC/SC ifdhandler provided from the Omnikey homepage |
43 | (http://www.omnikey.com/), or a current development version of OpenCT | 43 | (http://www.omnikey.com/), or a current development version of OpenCT |
44 | (http://www.opensc.org/). | 44 | (http://www.opensc-project.org/opensc). |
45 | 45 | ||
46 | config IPWIRELESS | 46 | config IPWIRELESS |
47 | tristate "IPWireless 3G UMTS PCMCIA card support" | 47 | tristate "IPWireless 3G UMTS PCMCIA card support" |
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 4dc338f3d1aa..f6595aba4f0f 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -58,6 +58,6 @@ config TCG_INFINEON | |||
58 | To compile this driver as a module, choose M here; the module | 58 | To compile this driver as a module, choose M here; the module |
59 | will be called tpm_infineon. | 59 | will be called tpm_infineon. |
60 | Further information on this driver and the supported hardware | 60 | Further information on this driver and the supported hardware |
61 | can be found at http://www.prosec.rub.de/tpm | 61 | can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ |
62 | 62 | ||
63 | endif # TCG_TPM | 63 | endif # TCG_TPM |
diff --git a/drivers/char/tpm/tpm_infineon.c b/drivers/char/tpm/tpm_infineon.c index f58440791e65..76da32e11f18 100644 --- a/drivers/char/tpm/tpm_infineon.c +++ b/drivers/char/tpm/tpm_infineon.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com> | 7 | * Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com> |
8 | * Sirrix AG - security technologies, http://www.sirrix.com and | 8 | * Sirrix AG - security technologies, http://www.sirrix.com and |
9 | * Applied Data Security Group, Ruhr-University Bochum, Germany | 9 | * Applied Data Security Group, Ruhr-University Bochum, Germany |
10 | * Project-Homepage: http://www.prosec.rub.de/tpm | 10 | * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or | 12 | * This program is free software; you can redistribute it and/or |
13 | * modify it under the terms of the GNU General Public License as | 13 | * modify it under the terms of the GNU General Public License as |
diff --git a/drivers/edac/edac_device_sysfs.c b/drivers/edac/edac_device_sysfs.c index 070968178a24..413f0dfbbf75 100644 --- a/drivers/edac/edac_device_sysfs.c +++ b/drivers/edac/edac_device_sysfs.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * file for managing the edac_device class of devices for EDAC | 2 | * file for managing the edac_device class of devices for EDAC |
3 | * | 3 | * |
4 | * (C) 2007 SoftwareBitMaker (http://www.softwarebitmaker.com) | 4 | * (C) 2007 SoftwareBitMaker |
5 | * | 5 | * |
6 | * This file may be distributed under the terms of the | 6 | * This file may be distributed under the terms of the |
7 | * GNU General Public License. | 7 | * GNU General Public License. |
diff --git a/drivers/edac/i82443bxgx_edac.c b/drivers/edac/i82443bxgx_edac.c index a2fa1feed724..678405ab04e4 100644 --- a/drivers/edac/i82443bxgx_edac.c +++ b/drivers/edac/i82443bxgx_edac.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * 440GX fix by Jason Uhlenkott <juhlenko@akamai.com>. | 12 | * 440GX fix by Jason Uhlenkott <juhlenko@akamai.com>. |
13 | * | 13 | * |
14 | * Written with reference to 82443BX Host Bridge Datasheet: | 14 | * Written with reference to 82443BX Host Bridge Datasheet: |
15 | * http://www.intel.com/design/chipsets/440/documentation.htm | 15 | * http://download.intel.com/design/chipsets/datashts/29063301.pdf |
16 | * references to this document given in []. | 16 | * references to this document given in []. |
17 | * | 17 | * |
18 | * This module doesn't support the 440LX, but it may be possible to | 18 | * This module doesn't support the 440LX, but it may be possible to |
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index a6c670b8ce52..af39bbd7394d 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig | |||
@@ -74,7 +74,8 @@ config EFI_PCDP | |||
74 | 74 | ||
75 | You must also enable the appropriate drivers (serial, VGA, etc.) | 75 | You must also enable the appropriate drivers (serial, VGA, etc.) |
76 | 76 | ||
77 | See <http://www.dig64.org/specifications/DIG64_HCDPv20_042804.pdf> | 77 | See DIG64_HCDPv20_042804.pdf available from |
78 | <http://www.dig64.org/specifications/> | ||
78 | 79 | ||
79 | config DELL_RBU | 80 | config DELL_RBU |
80 | tristate "BIOS update support for DELL systems via sysfs" | 81 | tristate "BIOS update support for DELL systems via sysfs" |
diff --git a/drivers/firmware/edd.c b/drivers/firmware/edd.c index f287fe79edc4..96c25d93eed1 100644 --- a/drivers/firmware/edd.c +++ b/drivers/firmware/edd.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * made in setup.S, copied to safe structures in setup.c, | 15 | * made in setup.S, copied to safe structures in setup.c, |
16 | * and presents it in sysfs. | 16 | * and presents it in sysfs. |
17 | * | 17 | * |
18 | * Please see http://linux.dell.com/edd30/results.html for | 18 | * Please see http://linux.dell.com/edd/results.html for |
19 | * the list of BIOSs which have been reported to implement EDD. | 19 | * the list of BIOSs which have been reported to implement EDD. |
20 | * | 20 | * |
21 | * This program is free software; you can redistribute it and/or modify | 21 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/firmware/pcdp.h b/drivers/firmware/pcdp.h index ce910d68bd19..e5530608e00d 100644 --- a/drivers/firmware/pcdp.h +++ b/drivers/firmware/pcdp.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * Definitions for PCDP-defined console devices | 2 | * Definitions for PCDP-defined console devices |
3 | * | 3 | * |
4 | * v1.0a: http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf | 4 | * For DIG64_HCDPv10a_01.pdf and DIG64_PCDPv20.pdf (v1.0a and v2.0 resp.), |
5 | * v2.0: http://www.dig64.org/specifications/DIG64_PCDPv20.pdf | 5 | * please see <http://www.dig64.org/specifications/> |
6 | * | 6 | * |
7 | * (c) Copyright 2002, 2004 Hewlett-Packard Development Company, L.P. | 7 | * (c) Copyright 2002, 2004 Hewlett-Packard Development Company, L.P. |
8 | * Khalid Aziz <khalid.aziz@hp.com> | 8 | * Khalid Aziz <khalid.aziz@hp.com> |
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index f1f473ea97d3..045d63e374c3 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c | |||
@@ -76,7 +76,7 @@ EXPORT_SYMBOL(drm_mode_debug_printmodeline); | |||
76 | * according to the hdisplay, vdisplay, vrefresh. | 76 | * according to the hdisplay, vdisplay, vrefresh. |
77 | * It is based from the VESA(TM) Coordinated Video Timing Generator by | 77 | * It is based from the VESA(TM) Coordinated Video Timing Generator by |
78 | * Graham Loveridge April 9, 2003 available at | 78 | * Graham Loveridge April 9, 2003 available at |
79 | * http://www.vesa.org/public/CVT/CVTd6r1.xls | 79 | * http://www.elo.utfsm.cl/~elo212/docs/CVTd6r1.xls |
80 | * | 80 | * |
81 | * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c. | 81 | * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c. |
82 | * What I have done is to translate it by using integer calculation. | 82 | * What I have done is to translate it by using integer calculation. |
diff --git a/drivers/hwmon/adm1025.c b/drivers/hwmon/adm1025.c index 251b63165e2a..60befc0ee65f 100644 --- a/drivers/hwmon/adm1025.c +++ b/drivers/hwmon/adm1025.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * resolution of about 0.5% of the nominal value). Temperature values are | 12 | * resolution of about 0.5% of the nominal value). Temperature values are |
13 | * reported with a 1 deg resolution and a 3 deg accuracy. Complete | 13 | * reported with a 1 deg resolution and a 3 deg accuracy. Complete |
14 | * datasheet can be obtained from Analog's website at: | 14 | * datasheet can be obtained from Analog's website at: |
15 | * http://www.analog.com/Analog_Root/productPage/productHome/0,2121,ADM1025,00.html | 15 | * http://www.onsemi.com/PowerSolutions/product.do?id=ADM1025 |
16 | * | 16 | * |
17 | * This driver also supports the ADM1025A, which differs from the ADM1025 | 17 | * This driver also supports the ADM1025A, which differs from the ADM1025 |
18 | * only in that it has "open-drain VID inputs while the ADM1025 has | 18 | * only in that it has "open-drain VID inputs while the ADM1025 has |
diff --git a/drivers/hwmon/adm1026.c b/drivers/hwmon/adm1026.c index 65335b268fa9..4bf969c0a32b 100644 --- a/drivers/hwmon/adm1026.c +++ b/drivers/hwmon/adm1026.c | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | Chip details at: | 7 | Chip details at: |
8 | 8 | ||
9 | <http://www.analog.com/UploadedFiles/Data_Sheets/779263102ADM1026_a.pdf> | 9 | <http://www.onsemi.com/PowerSolutions/product.do?id=ADM1026> |
10 | 10 | ||
11 | This program is free software; you can redistribute it and/or modify | 11 | This program is free software; you can redistribute it and/or modify |
12 | it under the terms of the GNU General Public License as published by | 12 | it under the terms of the GNU General Public License as published by |
diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c index 0f58ecc5334d..3e2e10084ad9 100644 --- a/drivers/hwmon/f75375s.c +++ b/drivers/hwmon/f75375s.c | |||
@@ -6,10 +6,10 @@ | |||
6 | * Datasheets available at: | 6 | * Datasheets available at: |
7 | * | 7 | * |
8 | * f75375: | 8 | * f75375: |
9 | * http://www.fintek.com.tw/files/productfiles/2005111152950.pdf | 9 | * http://www.fintek.com.tw/files/productfiles/F75375_V026P.pdf |
10 | * | 10 | * |
11 | * f75373: | 11 | * f75373: |
12 | * http://www.fintek.com.tw/files/productfiles/2005111153128.pdf | 12 | * http://www.fintek.com.tw/files/productfiles/F75373_V025P.pdf |
13 | * | 13 | * |
14 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
15 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/hwmon/g760a.c b/drivers/hwmon/g760a.c index 1f63d1a3af5e..1d6a6fa31fb4 100644 --- a/drivers/hwmon/g760a.c +++ b/drivers/hwmon/g760a.c | |||
@@ -5,7 +5,7 @@ | |||
5 | Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> | 5 | Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> |
6 | 6 | ||
7 | Complete datasheet is available at GMT's website: | 7 | Complete datasheet is available at GMT's website: |
8 | http://www.gmt.com.tw/datasheet/g760a.pdf | 8 | http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf |
9 | 9 | ||
10 | This program is free software; you can redistribute it and/or modify | 10 | This program is free software; you can redistribute it and/or modify |
11 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |
diff --git a/drivers/hwmon/hwmon-vid.c b/drivers/hwmon/hwmon-vid.c index bf0862a803c0..2b2ca1694f95 100644 --- a/drivers/hwmon/hwmon-vid.c +++ b/drivers/hwmon/hwmon-vid.c | |||
@@ -38,7 +38,7 @@ | |||
38 | * available at http://developer.intel.com/. | 38 | * available at http://developer.intel.com/. |
39 | * | 39 | * |
40 | * AMD Athlon 64 and AMD Opteron Processors, AMD Publication 26094, | 40 | * AMD Athlon 64 and AMD Opteron Processors, AMD Publication 26094, |
41 | * http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/26094.PDF | 41 | * http://support.amd.com/us/Processor_TechDocs/26094.PDF |
42 | * Table 74. VID Code Voltages | 42 | * Table 74. VID Code Voltages |
43 | * This corresponds to an arbitrary VRM code of 24 in the functions below. | 43 | * This corresponds to an arbitrary VRM code of 24 in the functions below. |
44 | * These CPU models (K8 revision <= E) have 5 VID pins. See also: | 44 | * These CPU models (K8 revision <= E) have 5 VID pins. See also: |
diff --git a/drivers/ide/hpt366.c b/drivers/ide/hpt366.c index 45163693f737..97d98fbf5849 100644 --- a/drivers/ide/hpt366.c +++ b/drivers/ide/hpt366.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * | 12 | * |
13 | * | 13 | * |
14 | * HighPoint has its own drivers (open source except for the RAID part) | 14 | * HighPoint has its own drivers (open source except for the RAID part) |
15 | * available from http://www.highpoint-tech.com/BIOS%20+%20Driver/. | 15 | * available from http://www.highpoint-tech.com/USA_new/service_support.htm |
16 | * This may be useful to anyone wanting to work on this driver, however do not | 16 | * This may be useful to anyone wanting to work on this driver, however do not |
17 | * trust them too much since the code tends to become less and less meaningful | 17 | * trust them too much since the code tends to become less and less meaningful |
18 | * as the time passes... :-/ | 18 | * as the time passes... :-/ |
diff --git a/drivers/ide/ht6560b.c b/drivers/ide/ht6560b.c index d81e49680c3f..808bcdcbf8e1 100644 --- a/drivers/ide/ht6560b.c +++ b/drivers/ide/ht6560b.c | |||
@@ -10,7 +10,6 @@ | |||
10 | * Author: Mikko Ala-Fossi <maf@iki.fi> | 10 | * Author: Mikko Ala-Fossi <maf@iki.fi> |
11 | * Jan Evert van Grootheest <j.e.van.grootheest@caiway.nl> | 11 | * Jan Evert van Grootheest <j.e.van.grootheest@caiway.nl> |
12 | * | 12 | * |
13 | * Try: http://www.maf.iki.fi/~maf/ht6560b/ | ||
14 | */ | 13 | */ |
15 | 14 | ||
16 | #define DRV_NAME "ht6560b" | 15 | #define DRV_NAME "ht6560b" |
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index 89d70de5e235..6e35eccc9caa 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig | |||
@@ -16,7 +16,7 @@ config INFINIBAND_USER_MAD | |||
16 | Userspace InfiniBand Management Datagram (MAD) support. This | 16 | Userspace InfiniBand Management Datagram (MAD) support. This |
17 | is the kernel side of the userspace MAD support, which allows | 17 | is the kernel side of the userspace MAD support, which allows |
18 | userspace processes to send and receive MADs. You will also | 18 | userspace processes to send and receive MADs. You will also |
19 | need libibumad from <http://www.openib.org>. | 19 | need libibumad from <http://www.openfabrics.org/downloads/management/>. |
20 | 20 | ||
21 | config INFINIBAND_USER_ACCESS | 21 | config INFINIBAND_USER_ACCESS |
22 | tristate "InfiniBand userspace access (verbs and CM)" | 22 | tristate "InfiniBand userspace access (verbs and CM)" |
@@ -28,7 +28,7 @@ config INFINIBAND_USER_ACCESS | |||
28 | to set up connections and directly access InfiniBand | 28 | to set up connections and directly access InfiniBand |
29 | hardware for fast-path operations. You will also need | 29 | hardware for fast-path operations. You will also need |
30 | libibverbs, libibcm and a hardware driver library from | 30 | libibverbs, libibcm and a hardware driver library from |
31 | <http://www.openib.org>. | 31 | <http://www.openfabrics.org/git/>. |
32 | 32 | ||
33 | config INFINIBAND_USER_MEM | 33 | config INFINIBAND_USER_MEM |
34 | bool | 34 | bool |
diff --git a/drivers/infiniband/hw/cxgb3/Kconfig b/drivers/infiniband/hw/cxgb3/Kconfig index 2acec3fadf69..2b6352b85485 100644 --- a/drivers/infiniband/hw/cxgb3/Kconfig +++ b/drivers/infiniband/hw/cxgb3/Kconfig | |||
@@ -10,7 +10,7 @@ config INFINIBAND_CXGB3 | |||
10 | our website at <http://www.chelsio.com>. | 10 | our website at <http://www.chelsio.com>. |
11 | 11 | ||
12 | For customer support, please visit our customer support page at | 12 | For customer support, please visit our customer support page at |
13 | <http://www.chelsio.com/support.htm>. | 13 | <http://www.chelsio.com/support.html>. |
14 | 14 | ||
15 | Please send feedback to <linux-bugs@chelsio.com>. | 15 | Please send feedback to <linux-bugs@chelsio.com>. |
16 | 16 | ||
diff --git a/drivers/infiniband/hw/cxgb4/Kconfig b/drivers/infiniband/hw/cxgb4/Kconfig index ccb85eaaad75..6b7e6c543534 100644 --- a/drivers/infiniband/hw/cxgb4/Kconfig +++ b/drivers/infiniband/hw/cxgb4/Kconfig | |||
@@ -10,7 +10,7 @@ config INFINIBAND_CXGB4 | |||
10 | our website at <http://www.chelsio.com>. | 10 | our website at <http://www.chelsio.com>. |
11 | 11 | ||
12 | For customer support, please visit our customer support page at | 12 | For customer support, please visit our customer support page at |
13 | <http://www.chelsio.com/support.htm>. | 13 | <http://www.chelsio.com/support.html>. |
14 | 14 | ||
15 | Please send feedback to <linux-bugs@chelsio.com>. | 15 | Please send feedback to <linux-bugs@chelsio.com>. |
16 | 16 | ||
diff --git a/drivers/infiniband/ulp/iser/Kconfig b/drivers/infiniband/ulp/iser/Kconfig index b411c51842da..d00af71a2cfc 100644 --- a/drivers/infiniband/ulp/iser/Kconfig +++ b/drivers/infiniband/ulp/iser/Kconfig | |||
@@ -9,4 +9,4 @@ config INFINIBAND_ISER | |||
9 | 9 | ||
10 | The iSER protocol is defined by IETF. | 10 | The iSER protocol is defined by IETF. |
11 | See <http://www.ietf.org/rfc/rfc5046.txt> | 11 | See <http://www.ietf.org/rfc/rfc5046.txt> |
12 | and <http://www.infinibandta.org/members/spec/Annex_iSER.PDF> | 12 | and <http://members.infinibandta.org/kwspub/spec/Annex_iSER.PDF> |
diff --git a/drivers/input/joystick/gamecon.c b/drivers/input/joystick/gamecon.c index 0ffaf2c77a19..e68e49786483 100644 --- a/drivers/input/joystick/gamecon.c +++ b/drivers/input/joystick/gamecon.c | |||
@@ -521,9 +521,8 @@ static void gc_multi_process_packet(struct gc *gc) | |||
521 | * PSX support | 521 | * PSX support |
522 | * | 522 | * |
523 | * See documentation at: | 523 | * See documentation at: |
524 | * http://www.dim.com/~mackys/psxmemcard/ps-eng2.txt | 524 | * http://www.geocities.co.jp/Playtown/2004/psx/ps_eng.txt |
525 | * http://www.gamesx.com/controldata/psxcont/psxcont.htm | 525 | * http://www.gamesx.com/controldata/psxcont/psxcont.htm |
526 | * ftp://milano.usal.es/pablo/ | ||
527 | * | 526 | * |
528 | */ | 527 | */ |
529 | 528 | ||
diff --git a/drivers/input/misc/cm109.c b/drivers/input/misc/cm109.c index 2b0eba6619bd..b09c7d127219 100644 --- a/drivers/input/misc/cm109.c +++ b/drivers/input/misc/cm109.c | |||
@@ -259,7 +259,7 @@ static unsigned short keymap_usbph01(int scancode) | |||
259 | 259 | ||
260 | /* | 260 | /* |
261 | * Keymap for ATCom AU-100 | 261 | * Keymap for ATCom AU-100 |
262 | * http://www.atcom.cn/En_products_AU100.html | 262 | * http://www.atcom.cn/products.html |
263 | * http://www.packetizer.com/products/au100/ | 263 | * http://www.packetizer.com/products/au100/ |
264 | * http://www.voip-info.org/wiki/view/AU-100 | 264 | * http://www.voip-info.org/wiki/view/AU-100 |
265 | * | 265 | * |
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index c714ca2407f8..bf5fd7f6a313 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -30,6 +30,7 @@ config MOUSE_PS2 | |||
30 | <http://w1.894.telia.com/~u89404340/touchpad/index.html> | 30 | <http://w1.894.telia.com/~u89404340/touchpad/index.html> |
31 | and a new version of GPM at: | 31 | and a new version of GPM at: |
32 | <http://www.geocities.com/dt_or/gpm/gpm.html> | 32 | <http://www.geocities.com/dt_or/gpm/gpm.html> |
33 | <http://xorg.freedesktop.org/archive/individual/driver/> | ||
33 | to take advantage of the advanced features of the touchpad. | 34 | to take advantage of the advanced features of the touchpad. |
34 | 35 | ||
35 | If unsure, say Y. | 36 | If unsure, say Y. |
diff --git a/drivers/input/mouse/touchkit_ps2.c b/drivers/input/mouse/touchkit_ps2.c index 88121c59c3cc..1fd8f5e192f9 100644 --- a/drivers/input/mouse/touchkit_ps2.c +++ b/drivers/input/mouse/touchkit_ps2.c | |||
@@ -21,8 +21,8 @@ | |||
21 | * | 21 | * |
22 | * Based upon touchkitusb.c | 22 | * Based upon touchkitusb.c |
23 | * | 23 | * |
24 | * Vendor documentation is available in support section of: | 24 | * Vendor documentation is available at: |
25 | * http://www.egalax.com.tw/ | 25 | * http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_v2.0.pdf |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c index efd3aebaba5f..36e57deacd03 100644 --- a/drivers/input/touchscreen/mk712.c +++ b/drivers/input/touchscreen/mk712.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * found in Gateway AOL Connected Touchpad computers. | 17 | * found in Gateway AOL Connected Touchpad computers. |
18 | * | 18 | * |
19 | * Documentation for ICS MK712 can be found at: | 19 | * Documentation for ICS MK712 can be found at: |
20 | * http://www.icst.com/pdf/mk712.pdf | 20 | * http://www.idt.com/products/getDoc.cfm?docID=18713923 |
21 | */ | 21 | */ |
22 | 22 | ||
23 | /* | 23 | /* |
diff --git a/drivers/isdn/i4l/isdn_audio.c b/drivers/isdn/i4l/isdn_audio.c index 861bdf3421f2..d5013935ac62 100644 --- a/drivers/isdn/i4l/isdn_audio.c +++ b/drivers/isdn/i4l/isdn_audio.c | |||
@@ -439,7 +439,7 @@ isdn_audio_xlaw2adpcm(adpcm_state * s, int fmt, unsigned char *in, | |||
439 | 439 | ||
440 | /* | 440 | /* |
441 | * Goertzel algorithm. | 441 | * Goertzel algorithm. |
442 | * See http://ptolemy.eecs.berkeley.edu/~pino/Ptolemy/papers/96/dtmf_ict/ | 442 | * See http://ptolemy.eecs.berkeley.edu/papers/96/dtmf_ict/ |
443 | * for more info. | 443 | * for more info. |
444 | * Result is stored into an sk_buff and queued up for later | 444 | * Result is stored into an sk_buff and queued up for later |
445 | * evaluation. | 445 | * evaluation. |
diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c index c42eeb43042d..f153fc20ad6e 100644 --- a/drivers/macintosh/therm_adt746x.c +++ b/drivers/macintosh/therm_adt746x.c | |||
@@ -3,9 +3,9 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2003, 2004 Colin Leroy, Rasmus Rohde, Benjamin Herrenschmidt | 4 | * Copyright (C) 2003, 2004 Colin Leroy, Rasmus Rohde, Benjamin Herrenschmidt |
5 | * | 5 | * |
6 | * Documentation from | 6 | * Documentation from 115254175ADT7467_pra.pdf and 3686221171167ADT7460_b.pdf |
7 | * http://www.analog.com/UploadedFiles/Data_Sheets/115254175ADT7467_pra.pdf | 7 | * http://www.onsemi.com/PowerSolutions/product.do?id=ADT7467 |
8 | * http://www.analog.com/UploadedFiles/Data_Sheets/3686221171167ADT7460_b.pdf | 8 | * http://www.onsemi.com/PowerSolutions/product.do?id=ADT7460 |
9 | * | 9 | * |
10 | */ | 10 | */ |
11 | 11 | ||
diff --git a/drivers/media/IR/keymaps/rc-manli.c b/drivers/media/IR/keymaps/rc-manli.c index 1e9fbfa90a1e..0f590b3d01c0 100644 --- a/drivers/media/IR/keymaps/rc-manli.c +++ b/drivers/media/IR/keymaps/rc-manli.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <media/rc-map.h> | 13 | #include <media/rc-map.h> |
14 | 14 | ||
15 | /* Michael Tokarev <mjt@tls.msk.ru> | 15 | /* Michael Tokarev <mjt@tls.msk.ru> |
16 | http://www.corpit.ru/mjt/beholdTV/remote_control.jpg | ||
17 | keytable is used by MANLI MTV00[0x0c] and BeholdTV 40[13] at | 16 | keytable is used by MANLI MTV00[0x0c] and BeholdTV 40[13] at |
18 | least, and probably other cards too. | 17 | least, and probably other cards too. |
19 | The "ascii-art picture" below (in comments, first row | 18 | The "ascii-art picture" below (in comments, first row |
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index a6be529eec5c..f96c4a675c65 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 26 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
27 | * | 27 | * |
28 | * | 28 | * |
29 | * the project's page is at http://www.linuxtv.org/dvb/ | 29 | * the project's page is at http://www.linuxtv.org/ |
30 | */ | 30 | */ |
31 | 31 | ||
32 | 32 | ||
@@ -2290,12 +2290,7 @@ static int frontend_init(struct av7110 *av7110) | |||
2290 | /* Budgetpatch note: | 2290 | /* Budgetpatch note: |
2291 | * Original hardware design by Roberto Deza: | 2291 | * Original hardware design by Roberto Deza: |
2292 | * There is a DVB_Wiki at | 2292 | * There is a DVB_Wiki at |
2293 | * http://212.227.36.83/linuxtv/wiki/index.php/Main_Page | 2293 | * http://www.linuxtv.org/ |
2294 | * where is described this 'DVB TT Budget Patch', on Card Modding: | ||
2295 | * http://212.227.36.83/linuxtv/wiki/index.php/DVB_TT_Budget_Patch | ||
2296 | * On the short description there is also a link to a external file, | ||
2297 | * with more details: | ||
2298 | * http://perso.wanadoo.es/jesussolano/Ttf_tsc1.zip | ||
2299 | * | 2294 | * |
2300 | * New software triggering design by Emard that works on | 2295 | * New software triggering design by Emard that works on |
2301 | * original Roberto Deza's hardware: | 2296 | * original Roberto Deza's hardware: |
diff --git a/drivers/media/dvb/ttpci/av7110_av.c b/drivers/media/dvb/ttpci/av7110_av.c index 13efba942dac..878da6a19fbc 100644 --- a/drivers/media/dvb/ttpci/av7110_av.c +++ b/drivers/media/dvb/ttpci/av7110_av.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 25 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
26 | * | 26 | * |
27 | * | 27 | * |
28 | * the project's page is at http://www.linuxtv.org/dvb/ | 28 | * the project's page is at http://www.linuxtv.org/ |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include <linux/types.h> | 31 | #include <linux/types.h> |
diff --git a/drivers/media/dvb/ttpci/av7110_ca.c b/drivers/media/dvb/ttpci/av7110_ca.c index 4eba35a018e3..7564c2618947 100644 --- a/drivers/media/dvb/ttpci/av7110_ca.c +++ b/drivers/media/dvb/ttpci/av7110_ca.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 25 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
26 | * | 26 | * |
27 | * | 27 | * |
28 | * the project's page is at http://www.linuxtv.org/dvb/ | 28 | * the project's page is at http://www.linuxtv.org/ |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
diff --git a/drivers/media/dvb/ttpci/av7110_hw.c b/drivers/media/dvb/ttpci/av7110_hw.c index e162691b515d..f1cbfe526989 100644 --- a/drivers/media/dvb/ttpci/av7110_hw.c +++ b/drivers/media/dvb/ttpci/av7110_hw.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 22 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
23 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 23 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
24 | * | 24 | * |
25 | * the project's page is at http://www.linuxtv.org/dvb/ | 25 | * the project's page is at http://www.linuxtv.org/ |
26 | */ | 26 | */ |
27 | 27 | ||
28 | /* for debugging ARM communication: */ | 28 | /* for debugging ARM communication: */ |
diff --git a/drivers/media/dvb/ttpci/av7110_v4l.c b/drivers/media/dvb/ttpci/av7110_v4l.c index 8986d967d2f4..ac20c5bbfa43 100644 --- a/drivers/media/dvb/ttpci/av7110_v4l.c +++ b/drivers/media/dvb/ttpci/av7110_v4l.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 22 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
23 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 23 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
24 | * | 24 | * |
25 | * the project's page is at http://www.linuxtv.org/dvb/ | 25 | * the project's page is at http://www.linuxtv.org/ |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 983672aa2450..97afc01f60d0 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 30 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
31 | * | 31 | * |
32 | * | 32 | * |
33 | * the project's page is at http://www.linuxtv.org/dvb/ | 33 | * the project's page is at http://www.linuxtv.org/ |
34 | */ | 34 | */ |
35 | 35 | ||
36 | #include "budget.h" | 36 | #include "budget.h" |
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 13ac9e3ab121..a9c2c326df4b 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 26 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
27 | * | 27 | * |
28 | * | 28 | * |
29 | * the project's page is at http://www.linuxtv.org/dvb/ | 29 | * the project's page is at http://www.linuxtv.org/ |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #include <linux/module.h> | 32 | #include <linux/module.h> |
diff --git a/drivers/media/dvb/ttpci/budget-core.c b/drivers/media/dvb/ttpci/budget-core.c index ba18e56d5f11..054661315311 100644 --- a/drivers/media/dvb/ttpci/budget-core.c +++ b/drivers/media/dvb/ttpci/budget-core.c | |||
@@ -31,7 +31,7 @@ | |||
31 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 31 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
32 | * | 32 | * |
33 | * | 33 | * |
34 | * the project's page is at http://www.linuxtv.org/dvb/ | 34 | * the project's page is at http://www.linuxtv.org/ |
35 | */ | 35 | */ |
36 | 36 | ||
37 | 37 | ||
diff --git a/drivers/media/dvb/ttpci/budget-patch.c b/drivers/media/dvb/ttpci/budget-patch.c index 9c92f9ddd223..579835590690 100644 --- a/drivers/media/dvb/ttpci/budget-patch.c +++ b/drivers/media/dvb/ttpci/budget-patch.c | |||
@@ -27,7 +27,7 @@ | |||
27 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 27 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
28 | * | 28 | * |
29 | * | 29 | * |
30 | * the project's page is at http://www.linuxtv.org/dvb/ | 30 | * the project's page is at http://www.linuxtv.org/ |
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include "av7110.h" | 33 | #include "av7110.h" |
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c index 874a10a9d493..d238fb9371a7 100644 --- a/drivers/media/dvb/ttpci/budget.c +++ b/drivers/media/dvb/ttpci/budget.c | |||
@@ -31,7 +31,7 @@ | |||
31 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html | 31 | * Or, point your browser to http://www.gnu.org/copyleft/gpl.html |
32 | * | 32 | * |
33 | * | 33 | * |
34 | * the project's page is at http://www.linuxtv.org/dvb/ | 34 | * the project's page is at http://www.linuxtv.org/ |
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "budget.h" | 37 | #include "budget.h" |
diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c index 4349213b403b..255d40df4b46 100644 --- a/drivers/media/radio/radio-maxiradio.c +++ b/drivers/media/radio/radio-maxiradio.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * anybody does please mail me. | 13 | * anybody does please mail me. |
14 | * | 14 | * |
15 | * For the pdf file see: | 15 | * For the pdf file see: |
16 | * http://www.semiconductors.philips.com/pip/TEA5757H/V1 | 16 | * http://www.nxp.com/acrobat_download2/expired_datasheets/TEA5757_5759_3.pdf |
17 | * | 17 | * |
18 | * | 18 | * |
19 | * CHANGES: | 19 | * CHANGES: |
diff --git a/drivers/media/radio/radio-typhoon.c b/drivers/media/radio/radio-typhoon.c index 03439282dfce..b1f630527dc1 100644 --- a/drivers/media/radio/radio-typhoon.c +++ b/drivers/media/radio/radio-typhoon.c | |||
@@ -1,9 +1,6 @@ | |||
1 | /* Typhoon Radio Card driver for radio support | 1 | /* Typhoon Radio Card driver for radio support |
2 | * (c) 1999 Dr. Henrik Seidel <Henrik.Seidel@gmx.de> | 2 | * (c) 1999 Dr. Henrik Seidel <Henrik.Seidel@gmx.de> |
3 | * | 3 | * |
4 | * Card manufacturer: | ||
5 | * http://194.18.155.92/idc/prod2.idc?nr=50753&lang=e | ||
6 | * | ||
7 | * Notes on the hardware | 4 | * Notes on the hardware |
8 | * | 5 | * |
9 | * This card has two output sockets, one for speakers and one for line. | 6 | * This card has two output sockets, one for speakers and one for line. |
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index f6e4d0475351..d000522cb0f4 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -978,7 +978,7 @@ config USB_STKWEBCAM | |||
978 | Supported devices are typically found in some Asus laptops, | 978 | Supported devices are typically found in some Asus laptops, |
979 | with USB id 174f:a311 and 05e1:0501. Other Syntek cameras | 979 | with USB id 174f:a311 and 05e1:0501. Other Syntek cameras |
980 | may be supported by the stk11xx driver, from which this is | 980 | may be supported by the stk11xx driver, from which this is |
981 | derived, see http://stk11xx.sourceforge.net | 981 | derived, see <http://sourceforge.net/projects/syntekdriver/> |
982 | 982 | ||
983 | To compile this driver as a module, choose M here: the | 983 | To compile this driver as a module, choose M here: the |
984 | module will be called stkwebcam. | 984 | module will be called stkwebcam. |
diff --git a/drivers/media/video/cafe_ccic.c b/drivers/media/video/cafe_ccic.c index be35e6965829..9536f1a40dd2 100644 --- a/drivers/media/video/cafe_ccic.c +++ b/drivers/media/video/cafe_ccic.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * sensor. | 4 | * sensor. |
5 | * | 5 | * |
6 | * The data sheet for this device can be found at: | 6 | * The data sheet for this device can be found at: |
7 | * http://www.marvell.com/products/pcconn/88ALP01.jsp | 7 | * http://www.marvell.com/products/pc_connectivity/88alp01/ |
8 | * | 8 | * |
9 | * Copyright 2006 One Laptop Per Child Association, Inc. | 9 | * Copyright 2006 One Laptop Per Child Association, Inc. |
10 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> | 10 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> |
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index 6b805afe5d20..fe1090940b01 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -39,7 +39,7 @@ static struct cx18_card_tuner_i2c cx18_i2c_std = { | |||
39 | .tv = { 0x61, 0x60, I2C_CLIENT_END }, | 39 | .tv = { 0x61, 0x60, I2C_CLIENT_END }, |
40 | }; | 40 | }; |
41 | 41 | ||
42 | /* Please add new PCI IDs to: http://pci-ids.ucw.cz/iii | 42 | /* Please add new PCI IDs to: http://pci-ids.ucw.cz/ |
43 | This keeps the PCI ID database up to date. Note that the entries | 43 | This keeps the PCI ID database up to date. Note that the entries |
44 | must be added under vendor 0x4444 (Conexant) as subsystem IDs. | 44 | must be added under vendor 0x4444 (Conexant) as subsystem IDs. |
45 | New vendor IDs should still be added to the vendor ID list. */ | 45 | New vendor IDs should still be added to the vendor ID list. */ |
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c index abd64e89f60f..53a67824071b 100644 --- a/drivers/media/video/cx23885/cx23885-417.c +++ b/drivers/media/video/cx23885/cx23885-417.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * (c) 2008 Steven Toth <stoth@linuxtv.org> | 7 | * (c) 2008 Steven Toth <stoth@linuxtv.org> |
8 | * - CX23885/7/8 support | 8 | * - CX23885/7/8 support |
9 | * | 9 | * |
10 | * Includes parts from the ivtv driver( http://ivtv.sourceforge.net/), | 10 | * Includes parts from the ivtv driver <http://sourceforge.net/projects/ivtv/> |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
13 | * it under the terms of the GNU General Public License as published by | 13 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index e46e1ceef72c..660b2a927feb 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org> | 9 | * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org> |
10 | * - video_ioctl2 conversion | 10 | * - video_ioctl2 conversion |
11 | * | 11 | * |
12 | * Includes parts from the ivtv driver( http://ivtv.sourceforge.net/), | 12 | * Includes parts from the ivtv driver <http://sourceforge.net/projects/ivtv/> |
13 | * | 13 | * |
14 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
15 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/video/ivtv/ivtv-cards.c b/drivers/media/video/ivtv/ivtv-cards.c index ca1fd3227a93..87afbbee2063 100644 --- a/drivers/media/video/ivtv/ivtv-cards.c +++ b/drivers/media/video/ivtv/ivtv-cards.c | |||
@@ -65,7 +65,7 @@ static struct ivtv_card_tuner_i2c ivtv_i2c_tda8290 = { | |||
65 | 65 | ||
66 | /********************** card configuration *******************************/ | 66 | /********************** card configuration *******************************/ |
67 | 67 | ||
68 | /* Please add new PCI IDs to: http://pci-ids.ucw.cz/iii | 68 | /* Please add new PCI IDs to: http://pci-ids.ucw.cz/ |
69 | This keeps the PCI ID database up to date. Note that the entries | 69 | This keeps the PCI ID database up to date. Note that the entries |
70 | must be added under vendor 0x4444 (Conexant) as subsystem IDs. | 70 | must be added under vendor 0x4444 (Conexant) as subsystem IDs. |
71 | New vendor IDs should still be added to the vendor ID list. */ | 71 | New vendor IDs should still be added to the vendor ID list. */ |
diff --git a/drivers/media/video/mxb.c b/drivers/media/video/mxb.c index ef0c8178f255..b1dbcf1d2bcb 100644 --- a/drivers/media/video/mxb.c +++ b/drivers/media/video/mxb.c | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | Copyright (C) 1998-2006 Michael Hunold <michael@mihu.de> | 4 | Copyright (C) 1998-2006 Michael Hunold <michael@mihu.de> |
5 | 5 | ||
6 | Visit http://www.mihu.de/linux/saa7146/mxb/ | 6 | Visit http://www.themm.net/~mihu/linux/saa7146/mxb.html |
7 | for further details about this card. | 7 | for further details about this card. |
8 | 8 | ||
9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/media/video/sn9c102/sn9c102_pas202bcb.c b/drivers/media/video/sn9c102/sn9c102_pas202bcb.c index 2782f94cf6f8..2e86fdc86989 100644 --- a/drivers/media/video/sn9c102/sn9c102_pas202bcb.c +++ b/drivers/media/video/sn9c102/sn9c102_pas202bcb.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * * | 4 | * * |
5 | * Copyright (C) 2004 by Carlos Eduardo Medaglia Dyonisio * | 5 | * Copyright (C) 2004 by Carlos Eduardo Medaglia Dyonisio * |
6 | * <medaglia@undl.org.br> * | 6 | * <medaglia@undl.org.br> * |
7 | * http://cadu.homelinux.com:8080/ * | ||
8 | * * | 7 | * * |
9 | * Support for SN9C103, DAC Magnitude, exposure and green gain controls * | 8 | * Support for SN9C103, DAC Magnitude, exposure and green gain controls * |
10 | * added by Luca Risolia <luca.risolia@studio.unibo.it> * | 9 | * added by Luca Risolia <luca.risolia@studio.unibo.it> * |
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 9df5b759a00b..0c31927c1562 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -112,8 +112,8 @@ config IBM_ASM | |||
112 | 112 | ||
113 | WARNING: This software may not be supported or function | 113 | WARNING: This software may not be supported or function |
114 | correctly on your IBM server. Please consult the IBM ServerProven | 114 | correctly on your IBM server. Please consult the IBM ServerProven |
115 | website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for | 115 | website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> |
116 | information on the specific driver level and support statement | 116 | for information on the specific driver level and support statement |
117 | for your IBM server. | 117 | for your IBM server. |
118 | 118 | ||
119 | config PHANTOM | 119 | config PHANTOM |
diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index 3e6c47bdce53..ba29d2f0ffd7 100644 --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c | |||
@@ -418,8 +418,8 @@ struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) | |||
418 | 418 | ||
419 | /* | 419 | /* |
420 | * Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4 | 420 | * Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4 |
421 | * see: http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_r20.pdf, page 19 | 421 | * see: http://cs.ozerki.net/zap/pub/axim-x5/docs/cfi_r20.pdf, page 19 |
422 | * http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_100_20011201.pdf | 422 | * http://www.spansion.com/Support/AppNotes/cfi_100_20011201.pdf |
423 | * http://www.spansion.com/Support/Datasheets/s29ws-p_00_a12_e.pdf | 423 | * http://www.spansion.com/Support/Datasheets/s29ws-p_00_a12_e.pdf |
424 | */ | 424 | */ |
425 | if (extp->MajorVersion != '1' || | 425 | if (extp->MajorVersion != '1' || |
diff --git a/drivers/mtd/devices/lart.c b/drivers/mtd/devices/lart.c index f4359fe7150f..caf604167f03 100644 --- a/drivers/mtd/devices/lart.c +++ b/drivers/mtd/devices/lart.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * - January 2000 | 17 | * - January 2000 |
18 | * | 18 | * |
19 | * [2] MTD internal API documentation | 19 | * [2] MTD internal API documentation |
20 | * - http://www.linux-mtd.infradead.org/tech/ | 20 | * - http://www.linux-mtd.infradead.org/ |
21 | * | 21 | * |
22 | * Limitations: | 22 | * Limitations: |
23 | * | 23 | * |
diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c index 4d6a64c387ec..037b399df3f1 100644 --- a/drivers/mtd/ftl.c +++ b/drivers/mtd/ftl.c | |||
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | Use of the FTL format for non-PCMCIA applications may be an | 52 | Use of the FTL format for non-PCMCIA applications may be an |
53 | infringement of these patents. For additional information, | 53 | infringement of these patents. For additional information, |
54 | contact M-Systems (http://www.m-sys.com) directly. | 54 | contact M-Systems directly. M-Systems since acquired by Sandisk. |
55 | 55 | ||
56 | ======================================================================*/ | 56 | ======================================================================*/ |
57 | #include <linux/mtd/blktrans.h> | 57 | #include <linux/mtd/blktrans.h> |
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 701d942c6795..962212628f6e 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -172,7 +172,7 @@ config MTD_OCTAGON | |||
172 | This provides a 'mapping' driver which supports the way in which | 172 | This provides a 'mapping' driver which supports the way in which |
173 | the flash chips are connected in the Octagon-5066 Single Board | 173 | the flash chips are connected in the Octagon-5066 Single Board |
174 | Computer. More information on the board is available at | 174 | Computer. More information on the board is available at |
175 | <http://www.octagonsystems.com/CPUpages/5066.html>. | 175 | <http://www.octagonsystems.com/products/5066.aspx>. |
176 | 176 | ||
177 | config MTD_VMAX | 177 | config MTD_VMAX |
178 | tristate "JEDEC Flash device mapped on Tempustech VMAX SBC301" | 178 | tristate "JEDEC Flash device mapped on Tempustech VMAX SBC301" |
@@ -284,7 +284,7 @@ config MTD_TQM8XXL | |||
284 | chips, currently uses AMD one. This 'mapping' driver supports | 284 | chips, currently uses AMD one. This 'mapping' driver supports |
285 | that arrangement, allowing the CFI probe and command set driver | 285 | that arrangement, allowing the CFI probe and command set driver |
286 | code to communicate with the chips on the TQM8xxL board. More at | 286 | code to communicate with the chips on the TQM8xxL board. More at |
287 | <http://www.denx.de/embedded-ppc-en.html>. | 287 | <http://www.denx.de/wiki/PPCEmbedded/>. |
288 | 288 | ||
289 | config MTD_RPXLITE | 289 | config MTD_RPXLITE |
290 | tristate "CFI Flash device mapped on RPX Lite or CLLF" | 290 | tristate "CFI Flash device mapped on RPX Lite or CLLF" |
diff --git a/drivers/mtd/nand/cafe_nand.c b/drivers/mtd/nand/cafe_nand.c index db1dfc5a1b11..e06c8983978e 100644 --- a/drivers/mtd/nand/cafe_nand.c +++ b/drivers/mtd/nand/cafe_nand.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Driver for One Laptop Per Child ‘CAFÉ’ controller, aka Marvell 88ALP01 | 2 | * Driver for One Laptop Per Child ‘CAFÉ’ controller, aka Marvell 88ALP01 |
3 | * | 3 | * |
4 | * The data sheet for this device can be found at: | 4 | * The data sheet for this device can be found at: |
5 | * http://www.marvell.com/products/pcconn/88ALP01.jsp | 5 | * http://wiki.laptop.org/go/Datasheets |
6 | * | 6 | * |
7 | * Copyright © 2006 Red Hat, Inc. | 7 | * Copyright © 2006 Red Hat, Inc. |
8 | * Copyright © 2006 David Woodhouse <dwmw2@infradead.org> | 8 | * Copyright © 2006 David Woodhouse <dwmw2@infradead.org> |
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 5a6895320b48..2a34e214a7f9 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -921,7 +921,7 @@ config SMC91X | |||
921 | including the SMC91C94 and the SMC91C111. Say Y if you want it | 921 | including the SMC91C94 and the SMC91C111. Say Y if you want it |
922 | compiled into the kernel, and read the file | 922 | compiled into the kernel, and read the file |
923 | <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, | 923 | <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, |
924 | available from <http://www.linuxdoc.org/docs.html#howto>. | 924 | available from <http://www.tldp.org/docs.html#howto>. |
925 | 925 | ||
926 | This driver is also available as a module ( = code which can be | 926 | This driver is also available as a module ( = code which can be |
927 | inserted in and removed from the running kernel whenever you want). | 927 | inserted in and removed from the running kernel whenever you want). |
@@ -1021,7 +1021,7 @@ config SMC911X | |||
1021 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. | 1021 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. |
1022 | Say Y if you want it compiled into the kernel, | 1022 | Say Y if you want it compiled into the kernel, |
1023 | and read the Ethernet-HOWTO, available from | 1023 | and read the Ethernet-HOWTO, available from |
1024 | <http://www.linuxdoc.org/docs.html#howto>. | 1024 | <http://www.tldp.org/docs.html#howto>. |
1025 | 1025 | ||
1026 | This driver is also available as a module. The module will be | 1026 | This driver is also available as a module. The module will be |
1027 | called smc911x. If you want to compile it as a module, say M | 1027 | called smc911x. If you want to compile it as a module, say M |
@@ -1503,7 +1503,7 @@ config E100 | |||
1503 | 1503 | ||
1504 | For the latest Intel PRO/100 network driver for Linux, see: | 1504 | For the latest Intel PRO/100 network driver for Linux, see: |
1505 | 1505 | ||
1506 | <http://appsr.intel.com/scripts-df/support_intel.asp> | 1506 | <http://www.intel.com/p/en_US/support/highlights/network/pro100plus> |
1507 | 1507 | ||
1508 | More specific information on configuring the driver is in | 1508 | More specific information on configuring the driver is in |
1509 | <file:Documentation/networking/e100.txt>. | 1509 | <file:Documentation/networking/e100.txt>. |
@@ -1529,9 +1529,8 @@ config FEALNX | |||
1529 | select CRC32 | 1529 | select CRC32 |
1530 | select MII | 1530 | select MII |
1531 | help | 1531 | help |
1532 | Say Y here to support the Mysom MTD-800 family of PCI-based Ethernet | 1532 | Say Y here to support the Myson MTD-800 family of PCI-based Ethernet |
1533 | cards. Specifications and data at | 1533 | cards. <http://www.myson.com.tw/> |
1534 | <http://www.myson.com.hk/mtd/datasheet/>. | ||
1535 | 1534 | ||
1536 | config NATSEMI | 1535 | config NATSEMI |
1537 | tristate "National Semiconductor DP8381x series PCI Ethernet support" | 1536 | tristate "National Semiconductor DP8381x series PCI Ethernet support" |
@@ -1705,7 +1704,7 @@ config SMSC9420 | |||
1705 | This is a driver for SMSC's LAN9420 PCI ethernet adapter. | 1704 | This is a driver for SMSC's LAN9420 PCI ethernet adapter. |
1706 | Say Y if you want it compiled into the kernel, | 1705 | Say Y if you want it compiled into the kernel, |
1707 | and read the Ethernet-HOWTO, available from | 1706 | and read the Ethernet-HOWTO, available from |
1708 | <http://www.linuxdoc.org/docs.html#howto>. | 1707 | <http://www.tldp.org/docs.html#howto>. |
1709 | 1708 | ||
1710 | This driver is also available as a module. The module will be | 1709 | This driver is also available as a module. The module will be |
1711 | called smsc9420. If you want to compile it as a module, say M | 1710 | called smsc9420. If you want to compile it as a module, say M |
@@ -2540,7 +2539,7 @@ config CHELSIO_T1 | |||
2540 | our website at <http://www.chelsio.com>. | 2539 | our website at <http://www.chelsio.com>. |
2541 | 2540 | ||
2542 | For customer support, please visit our customer support page at | 2541 | For customer support, please visit our customer support page at |
2543 | <http://www.chelsio.com/support.htm>. | 2542 | <http://www.chelsio.com/support.html>. |
2544 | 2543 | ||
2545 | Please send feedback to <linux-bugs@chelsio.com>. | 2544 | Please send feedback to <linux-bugs@chelsio.com>. |
2546 | 2545 | ||
@@ -2572,7 +2571,7 @@ config CHELSIO_T3 | |||
2572 | our website at <http://www.chelsio.com>. | 2571 | our website at <http://www.chelsio.com>. |
2573 | 2572 | ||
2574 | For customer support, please visit our customer support page at | 2573 | For customer support, please visit our customer support page at |
2575 | <http://www.chelsio.com/support.htm>. | 2574 | <http://www.chelsio.com/support.html>. |
2576 | 2575 | ||
2577 | Please send feedback to <linux-bugs@chelsio.com>. | 2576 | Please send feedback to <linux-bugs@chelsio.com>. |
2578 | 2577 | ||
@@ -2597,7 +2596,7 @@ config CHELSIO_T4 | |||
2597 | our website at <http://www.chelsio.com>. | 2596 | our website at <http://www.chelsio.com>. |
2598 | 2597 | ||
2599 | For customer support, please visit our customer support page at | 2598 | For customer support, please visit our customer support page at |
2600 | <http://www.chelsio.com/support.htm>. | 2599 | <http://www.chelsio.com/support.html>. |
2601 | 2600 | ||
2602 | Please send feedback to <linux-bugs@chelsio.com>. | 2601 | Please send feedback to <linux-bugs@chelsio.com>. |
2603 | 2602 | ||
@@ -2620,7 +2619,7 @@ config CHELSIO_T4VF | |||
2620 | our website at <http://www.chelsio.com>. | 2619 | our website at <http://www.chelsio.com>. |
2621 | 2620 | ||
2622 | For customer support, please visit our customer support page at | 2621 | For customer support, please visit our customer support page at |
2623 | <http://www.chelsio.com/support.htm>. | 2622 | <http://www.chelsio.com/support.html>. |
2624 | 2623 | ||
2625 | Please send feedback to <linux-bugs@chelsio.com>. | 2624 | Please send feedback to <linux-bugs@chelsio.com>. |
2626 | 2625 | ||
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index 0a0e0cd81a23..f5a89164e779 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig | |||
@@ -18,7 +18,7 @@ config ATALK | |||
18 | 18 | ||
19 | General information about how to connect Linux, Windows machines and | 19 | General information about how to connect Linux, Windows machines and |
20 | Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The | 20 | Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The |
21 | NET-3-HOWTO, available from | 21 | NET3-4-HOWTO, available from |
22 | <http://www.tldp.org/docs.html#howto>, contains valuable | 22 | <http://www.tldp.org/docs.html#howto>, contains valuable |
23 | information as well. | 23 | information as well. |
24 | 24 | ||
diff --git a/drivers/net/atp.c b/drivers/net/atp.c index bd2f9d331dac..0eee04426697 100644 --- a/drivers/net/atp.c +++ b/drivers/net/atp.c | |||
@@ -68,7 +68,7 @@ static int xcvr[NUM_UNITS]; /* The data transfer mode. */ | |||
68 | 68 | ||
69 | In 1997 Realtek made available the documentation for the second generation | 69 | In 1997 Realtek made available the documentation for the second generation |
70 | RTL8012 chip, which has lead to several driver improvements. | 70 | RTL8012 chip, which has lead to several driver improvements. |
71 | http://www.realtek.com.tw/cn/cn.html | 71 | http://www.realtek.com.tw/ |
72 | 72 | ||
73 | Theory of Operation | 73 | Theory of Operation |
74 | 74 | ||
diff --git a/drivers/net/epic100.c b/drivers/net/epic100.c index 57c8ac0ef3f1..c6e25716b2c2 100644 --- a/drivers/net/epic100.c +++ b/drivers/net/epic100.c | |||
@@ -131,8 +131,8 @@ IIIa. Ring buffers | |||
131 | 131 | ||
132 | IVb. References | 132 | IVb. References |
133 | 133 | ||
134 | http://www.smsc.com/main/tools/discontinued/83c171.pdf | 134 | http://www.smsc.com/media/Downloads_Public/discontinued/83c171.pdf |
135 | http://www.smsc.com/main/tools/discontinued/83c175.pdf | 135 | http://www.smsc.com/media/Downloads_Public/discontinued/83c175.pdf |
136 | http://scyld.com/expert/NWay.html | 136 | http://scyld.com/expert/NWay.html |
137 | http://www.national.com/pf/DP/DP83840A.html | 137 | http://www.national.com/pf/DP/DP83840A.html |
138 | 138 | ||
diff --git a/drivers/net/hamradio/Kconfig b/drivers/net/hamradio/Kconfig index 62d5d5cfd6a6..95dbcfdf131d 100644 --- a/drivers/net/hamradio/Kconfig +++ b/drivers/net/hamradio/Kconfig | |||
@@ -73,7 +73,7 @@ config DMASCC | |||
73 | certain parameters, such as channel access timing, clock mode, and | 73 | certain parameters, such as channel access timing, clock mode, and |
74 | DMA channel. This is accomplished with a small utility program, | 74 | DMA channel. This is accomplished with a small utility program, |
75 | dmascc_cfg, available at | 75 | dmascc_cfg, available at |
76 | <http://cacofonix.nt.tuwien.ac.at/~oe1kib/Linux/>. Please be sure to | 76 | <http://www.linux-ax25.org/wiki/Ax25-tools>. Please be sure to |
77 | get at least version 1.27 of dmascc_cfg, as older versions will not | 77 | get at least version 1.27 of dmascc_cfg, as older versions will not |
78 | work with the current driver. | 78 | work with the current driver. |
79 | 79 | ||
diff --git a/drivers/net/ibmlana.c b/drivers/net/ibmlana.c index 294ccfb427cf..8de327321c41 100644 --- a/drivers/net/ibmlana.c +++ b/drivers/net/ibmlana.c | |||
@@ -23,7 +23,7 @@ paper sources: | |||
23 | 'LAN Technical Reference Ethernet Adapter Interface Version 1 Release 1.0 | 23 | 'LAN Technical Reference Ethernet Adapter Interface Version 1 Release 1.0 |
24 | Document Number SC30-3661-00' by IBM for info on the adapter itself | 24 | Document Number SC30-3661-00' by IBM for info on the adapter itself |
25 | 25 | ||
26 | Also see http://www.natsemi.com/ | 26 | Also see http://www.national.com/analog |
27 | 27 | ||
28 | special acknowledgements to: | 28 | special acknowledgements to: |
29 | - Bob Eager for helping me out with documentation from IBM | 29 | - Bob Eager for helping me out with documentation from IBM |
diff --git a/drivers/net/irda/donauboe.h b/drivers/net/irda/donauboe.h index 36c3060411d2..4dc39e5f0156 100644 --- a/drivers/net/irda/donauboe.h +++ b/drivers/net/irda/donauboe.h | |||
@@ -54,7 +54,7 @@ | |||
54 | /* anyone who has. HOWEVER the chip bears a striking resemblence */ | 54 | /* anyone who has. HOWEVER the chip bears a striking resemblence */ |
55 | /* to the IrDA controller in the Toshiba RISC TMPR3922 chip */ | 55 | /* to the IrDA controller in the Toshiba RISC TMPR3922 chip */ |
56 | /* the documentation for this is freely available at */ | 56 | /* the documentation for this is freely available at */ |
57 | /* http://www.toshiba.com/taec/components/Generic/TMPR3922.shtml */ | 57 | /* http://www.madingley.org/james/resources/toshoboe/TMPR3922.pdf */ |
58 | /* The mapping between the registers in that document and the */ | 58 | /* The mapping between the registers in that document and the */ |
59 | /* Registers in the 701 oboe chip are as follows */ | 59 | /* Registers in the 701 oboe chip are as follows */ |
60 | 60 | ||
diff --git a/drivers/net/pci-skeleton.c b/drivers/net/pci-skeleton.c index 56f3fc45dbaa..627b619742e3 100644 --- a/drivers/net/pci-skeleton.c +++ b/drivers/net/pci-skeleton.c | |||
@@ -78,7 +78,7 @@ that almost all frames will need to be copied to an alignment buffer. | |||
78 | 78 | ||
79 | IVb. References | 79 | IVb. References |
80 | 80 | ||
81 | http://www.realtek.com.tw/cn/cn.html | 81 | http://www.realtek.com.tw/ |
82 | http://www.scyld.com/expert/NWay.html | 82 | http://www.scyld.com/expert/NWay.html |
83 | 83 | ||
84 | IVc. Errata | 84 | IVc. Errata |
diff --git a/drivers/net/pcmcia/3c574_cs.c b/drivers/net/pcmcia/3c574_cs.c index c683f77c6f42..e09267965aad 100644 --- a/drivers/net/pcmcia/3c574_cs.c +++ b/drivers/net/pcmcia/3c574_cs.c | |||
@@ -62,7 +62,7 @@ invalid ramWidth is Very Bad. | |||
62 | V. References | 62 | V. References |
63 | 63 | ||
64 | http://www.scyld.com/expert/NWay.html | 64 | http://www.scyld.com/expert/NWay.html |
65 | http://www.national.com/pf/DP/DP83840.html | 65 | http://www.national.com/opf/DP/DP83840A.html |
66 | 66 | ||
67 | Thanks to Terry Murphy of 3Com for providing development information for | 67 | Thanks to Terry Murphy of 3Com for providing development information for |
68 | earlier 3Com products. | 68 | earlier 3Com products. |
diff --git a/drivers/net/sc92031.c b/drivers/net/sc92031.c index 8c4067af32b0..12fb5607176c 100644 --- a/drivers/net/sc92031.c +++ b/drivers/net/sc92031.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * Rewritten for 2.6 by Cesar Eduardo Barros | 15 | * Rewritten for 2.6 by Cesar Eduardo Barros |
16 | * | 16 | * |
17 | * A datasheet for this chip can be found at | 17 | * A datasheet for this chip can be found at |
18 | * http://www.silan.com.cn/english/products/pdf/SC92031AY.pdf | 18 | * http://www.silan.com.cn/english/product/pdf/SC92031AY.pdf |
19 | */ | 19 | */ |
20 | 20 | ||
21 | /* Note about set_mac_address: I don't know how to change the hardware | 21 | /* Note about set_mac_address: I don't know how to change the hardware |
diff --git a/drivers/net/tlan.c b/drivers/net/tlan.c index ccee3eddc5f4..ef000b20d8af 100644 --- a/drivers/net/tlan.c +++ b/drivers/net/tlan.c | |||
@@ -78,7 +78,7 @@ | |||
78 | * - Updated tlan.txt accordingly. | 78 | * - Updated tlan.txt accordingly. |
79 | * - Adjusted minimum/maximum frame length. | 79 | * - Adjusted minimum/maximum frame length. |
80 | * - There is now a TLAN website up at | 80 | * - There is now a TLAN website up at |
81 | * http://tlan.kernel.dk | 81 | * http://hp.sourceforge.net/ |
82 | * | 82 | * |
83 | * v1.7 April 07, 2000 - Started to implement custom ioctls. Driver now | 83 | * v1.7 April 07, 2000 - Started to implement custom ioctls. Driver now |
84 | * reports PHY information when used with Donald | 84 | * reports PHY information when used with Donald |
diff --git a/drivers/net/tokenring/tms380tr.c b/drivers/net/tokenring/tms380tr.c index 435ef7d5470f..ccc16d6f5266 100644 --- a/drivers/net/tokenring/tms380tr.c +++ b/drivers/net/tokenring/tms380tr.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Originally sktr.c: Written 1997 by Christoph Goos | 5 | * Originally sktr.c: Written 1997 by Christoph Goos |
6 | * | 6 | * |
7 | * A fine result of the Linux Systems Network Architecture Project. | 7 | * A fine result of the Linux Systems Network Architecture Project. |
8 | * http://www.linux-sna.org | 8 | * http://www.vanheusden.com/sna/ |
9 | * | 9 | * |
10 | * This software may be used and distributed according to the terms | 10 | * This software may be used and distributed according to the terms |
11 | * of the GNU General Public License, incorporated herein by reference. | 11 | * of the GNU General Public License, incorporated herein by reference. |
diff --git a/drivers/net/tulip/Kconfig b/drivers/net/tulip/Kconfig index 516713fa0a05..14c02e12139f 100644 --- a/drivers/net/tulip/Kconfig +++ b/drivers/net/tulip/Kconfig | |||
@@ -151,7 +151,7 @@ config ULI526X | |||
151 | select CRC32 | 151 | select CRC32 |
152 | ---help--- | 152 | ---help--- |
153 | This driver is for ULi M5261/M5263 10/100M Ethernet Controller | 153 | This driver is for ULi M5261/M5263 10/100M Ethernet Controller |
154 | (<http://www.uli.com.tw/>). | 154 | (<http://www.nvidia.com/page/uli_drivers.html>). |
155 | 155 | ||
156 | To compile this driver as a module, choose M here. The module will | 156 | To compile this driver as a module, choose M here. The module will |
157 | be called uli526x. | 157 | be called uli526x. |
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c index 08555f8b15f4..08ad269f6b4e 100644 --- a/drivers/net/usb/plusb.c +++ b/drivers/net/usb/plusb.c | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | 33 | ||
34 | /* | 34 | /* |
35 | * Prolific PL-2301/PL-2302 driver ... http://www.prolifictech.com | 35 | * Prolific PL-2301/PL-2302 driver ... http://www.prolific.com.tw/ |
36 | * | 36 | * |
37 | * The protocol and handshaking used here should be bug-compatible | 37 | * The protocol and handshaking used here should be bug-compatible |
38 | * with the Linux 2.2 "plusb" driver, by Deti Fliegl. | 38 | * with the Linux 2.2 "plusb" driver, by Deti Fliegl. |
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index d08ce6a264cb..423eb26386c8 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -409,7 +409,7 @@ config CYCLADES_SYNC | |||
409 | tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)" | 409 | tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)" |
410 | depends on WAN_ROUTER_DRIVERS && (PCI || ISA) | 410 | depends on WAN_ROUTER_DRIVERS && (PCI || ISA) |
411 | ---help--- | 411 | ---help--- |
412 | Cyclom 2X from Cyclades Corporation <http://www.cyclades.com/> is an | 412 | Cyclom 2X from Cyclades Corporation <http://www.avocent.com/> is an |
413 | intelligent multiprotocol WAN adapter with data transfer rates up to | 413 | intelligent multiprotocol WAN adapter with data transfer rates up to |
414 | 512 Kbps. These cards support the X.25 and SNA related protocols. | 414 | 512 Kbps. These cards support the X.25 and SNA related protocols. |
415 | 415 | ||
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index ea6362a8988d..97659a077af8 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -351,7 +351,7 @@ struct ath5k_srev_name { | |||
351 | /* | 351 | /* |
352 | * Some of this information is based on Documentation from: | 352 | * Some of this information is based on Documentation from: |
353 | * | 353 | * |
354 | * http://madwifi.org/wiki/ChipsetFeatures/SuperAG | 354 | * http://madwifi-project.org/wiki/ChipsetFeatures/SuperAG |
355 | * | 355 | * |
356 | * Modulation for Atheros' eXtended Range - range enhancing extension that is | 356 | * Modulation for Atheros' eXtended Range - range enhancing extension that is |
357 | * supposed to double the distance an Atheros client device can keep a | 357 | * supposed to double the distance an Atheros client device can keep a |
diff --git a/drivers/net/wireless/ath/ath5k/reg.h b/drivers/net/wireless/ath/ath5k/reg.h index 55b4ac6d236f..69a9b34ed456 100644 --- a/drivers/net/wireless/ath/ath5k/reg.h +++ b/drivers/net/wireless/ath/ath5k/reg.h | |||
@@ -26,7 +26,6 @@ | |||
26 | * Atheros presentations and papers like these: | 26 | * Atheros presentations and papers like these: |
27 | * | 27 | * |
28 | * 5210 - http://nova.stanford.edu/~bbaas/ps/isscc2002_slides.pdf | 28 | * 5210 - http://nova.stanford.edu/~bbaas/ps/isscc2002_slides.pdf |
29 | * http://www.it.iitb.ac.in/~janak/wifire/01222734.pdf | ||
30 | * | 29 | * |
31 | * 5211 - http://www.hotchips.org/archives/hc14/3_Tue/16_mcfarland.pdf | 30 | * 5211 - http://www.hotchips.org/archives/hc14/3_Tue/16_mcfarland.pdf |
32 | * | 31 | * |
diff --git a/drivers/net/wireless/p54/Kconfig b/drivers/net/wireless/p54/Kconfig index b0342a520bf1..8e823796cb94 100644 --- a/drivers/net/wireless/p54/Kconfig +++ b/drivers/net/wireless/p54/Kconfig | |||
@@ -8,7 +8,7 @@ config P54_COMMON | |||
8 | also need to be enabled in order to support any devices. | 8 | also need to be enabled in order to support any devices. |
9 | 9 | ||
10 | These devices require softmac firmware which can be found at | 10 | These devices require softmac firmware which can be found at |
11 | http://prism54.org/ | 11 | <http://wireless.kernel.org/en/users/Drivers/p54> |
12 | 12 | ||
13 | If you choose to build a module, it'll be called p54common. | 13 | If you choose to build a module, it'll be called p54common. |
14 | 14 | ||
@@ -20,7 +20,7 @@ config P54_USB | |||
20 | This driver is for USB isl38xx based wireless cards. | 20 | This driver is for USB isl38xx based wireless cards. |
21 | 21 | ||
22 | These devices require softmac firmware which can be found at | 22 | These devices require softmac firmware which can be found at |
23 | http://prism54.org/ | 23 | <http://wireless.kernel.org/en/users/Drivers/p54> |
24 | 24 | ||
25 | If you choose to build a module, it'll be called p54usb. | 25 | If you choose to build a module, it'll be called p54usb. |
26 | 26 | ||
@@ -34,7 +34,7 @@ config P54_PCI | |||
34 | supported by the fullmac driver/firmware. | 34 | supported by the fullmac driver/firmware. |
35 | 35 | ||
36 | This driver requires softmac firmware which can be found at | 36 | This driver requires softmac firmware which can be found at |
37 | http://prism54.org/ | 37 | <http://wireless.kernel.org/en/users/Drivers/p54> |
38 | 38 | ||
39 | If you choose to build a module, it'll be called p54pci. | 39 | If you choose to build a module, it'll be called p54pci. |
40 | 40 | ||
diff --git a/drivers/net/wireless/prism54/islpci_hotplug.c b/drivers/net/wireless/prism54/islpci_hotplug.c index dc14420a9adc..b5e64d71b7a6 100644 --- a/drivers/net/wireless/prism54/islpci_hotplug.c +++ b/drivers/net/wireless/prism54/islpci_hotplug.c | |||
@@ -38,7 +38,7 @@ module_param(init_pcitm, int, 0); | |||
38 | /* In this order: vendor, device, subvendor, subdevice, class, class_mask, | 38 | /* In this order: vendor, device, subvendor, subdevice, class, class_mask, |
39 | * driver_data | 39 | * driver_data |
40 | * If you have an update for this please contact prism54-devel@prism54.org | 40 | * If you have an update for this please contact prism54-devel@prism54.org |
41 | * The latest list can be found at http://prism54.org/supported_cards.php */ | 41 | * The latest list can be found at http://wireless.kernel.org/en/users/Drivers/p54 */ |
42 | static DEFINE_PCI_DEVICE_TABLE(prism54_id_tbl) = { | 42 | static DEFINE_PCI_DEVICE_TABLE(prism54_id_tbl) = { |
43 | /* Intersil PRISM Duette/Prism GT Wireless LAN adapter */ | 43 | /* Intersil PRISM Duette/Prism GT Wireless LAN adapter */ |
44 | { | 44 | { |
diff --git a/drivers/parisc/README.dino b/drivers/parisc/README.dino index 097324f34bbe..1627426996c1 100644 --- a/drivers/parisc/README.dino +++ b/drivers/parisc/README.dino | |||
@@ -10,8 +10,7 @@ | |||
10 | ** PCI bus. HP-supplied graphics cards that utilize the PCI bus are | 10 | ** PCI bus. HP-supplied graphics cards that utilize the PCI bus are |
11 | ** not affected." | 11 | ** not affected." |
12 | ** | 12 | ** |
13 | ** REVISIT: "go/pci_defect" link below is stale. | 13 | ** http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?locale=en_US&prodTypeId=12454&prodSeriesId=44443 |
14 | ** HP Internal can use <http://hpfcdma.fc.hp.com:80/Dino/> | ||
15 | ** | 14 | ** |
16 | ** Product First Good Serial Number | 15 | ** Product First Good Serial Number |
17 | ** C200/C240 (US) US67350000 | 16 | ** C200/C240 (US) US67350000 |
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) |
diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index 414d9a6f9a32..91a722518289 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c | |||
@@ -1073,7 +1073,7 @@ static void yenta_config_init(struct yenta_socket *socket) | |||
1073 | * invisible during PCI scans because of a misconfigured subordinate number | 1073 | * invisible during PCI scans because of a misconfigured subordinate number |
1074 | * of the parent brige - some BIOSes seem to be too lazy to set it right. | 1074 | * of the parent brige - some BIOSes seem to be too lazy to set it right. |
1075 | * Does the fixup carefully by checking how far it can go without conflicts. | 1075 | * Does the fixup carefully by checking how far it can go without conflicts. |
1076 | * See http\://bugzilla.kernel.org/show_bug.cgi?id=2944 for more information. | 1076 | * See http://bugzilla.kernel.org/show_bug.cgi?id=2944 for more information. |
1077 | */ | 1077 | */ |
1078 | static void yenta_fixup_parent_bridge(struct pci_bus *cardbus_bridge) | 1078 | static void yenta_fixup_parent_bridge(struct pci_bus *cardbus_bridge) |
1079 | { | 1079 | { |
diff --git a/drivers/pnp/pnpbios/proc.c b/drivers/pnp/pnpbios/proc.c index 2d8ac43f78e8..bc89f392a629 100644 --- a/drivers/pnp/pnpbios/proc.c +++ b/drivers/pnp/pnpbios/proc.c | |||
@@ -11,7 +11,6 @@ | |||
11 | * | 11 | * |
12 | * The .../escd file is utilized by the lsescd utility written by | 12 | * The .../escd file is utilized by the lsescd utility written by |
13 | * Gunther Mayer. | 13 | * Gunther Mayer. |
14 | * http://home.t-online.de/home/gunther.mayer/lsescd | ||
15 | * | 14 | * |
16 | * The .../legacy_device_resources file is not used yet. | 15 | * The .../legacy_device_resources file is not used yet. |
17 | * | 16 | * |
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 158284f05732..85da296a49be 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -116,7 +116,7 @@ config CHR_DEV_OSST | |||
116 | <http://www.tldp.org/docs.html#howto> and | 116 | <http://www.tldp.org/docs.html#howto> and |
117 | <file:Documentation/scsi/osst.txt> in the kernel source. | 117 | <file:Documentation/scsi/osst.txt> in the kernel source. |
118 | More info on the OnStream driver may be found on | 118 | More info on the OnStream driver may be found on |
119 | <http://linux1.onstream.nl/test/> | 119 | <http://sourceforge.net/projects/osst/> |
120 | Please also have a look at the standard st docu, as most of it | 120 | Please also have a look at the standard st docu, as most of it |
121 | applies to osst as well. | 121 | applies to osst as well. |
122 | 122 | ||
@@ -156,9 +156,9 @@ config CHR_DEV_SG | |||
156 | directly, so you need some additional software which knows how to | 156 | directly, so you need some additional software which knows how to |
157 | talk to these devices using the SCSI protocol: | 157 | talk to these devices using the SCSI protocol: |
158 | 158 | ||
159 | For scanners, look at SANE (<http://www.mostang.com/sane/>). For CD | 159 | For scanners, look at SANE (<http://www.sane-project.org/>). For CD |
160 | writer software look at Cdrtools | 160 | writer software look at Cdrtools |
161 | (<http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html>) | 161 | (<http://cdrecord.berlios.de/private/cdrecord.html>) |
162 | and for burning a "disk at once": CDRDAO | 162 | and for burning a "disk at once": CDRDAO |
163 | (<http://cdrdao.sourceforge.net/>). Cdparanoia is a high | 163 | (<http://cdrdao.sourceforge.net/>). Cdparanoia is a high |
164 | quality digital reader of audio CDs (<http://www.xiph.org/paranoia/>). | 164 | quality digital reader of audio CDs (<http://www.xiph.org/paranoia/>). |
@@ -942,6 +942,7 @@ config SCSI_IPS | |||
942 | ---help--- | 942 | ---help--- |
943 | This is support for the IBM ServeRAID hardware RAID controllers. | 943 | This is support for the IBM ServeRAID hardware RAID controllers. |
944 | See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html> | 944 | See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html> |
945 | and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID> | ||
945 | for more information. If this driver does not work correctly | 946 | for more information. If this driver does not work correctly |
946 | without modification please contact the author by email at | 947 | without modification please contact the author by email at |
947 | <ipslinux@adaptec.com>. | 948 | <ipslinux@adaptec.com>. |
@@ -1601,7 +1602,7 @@ config SCSI_DEBUG | |||
1601 | host adapter with one dummy SCSI disk. Each dummy disk uses kernel | 1602 | host adapter with one dummy SCSI disk. Each dummy disk uses kernel |
1602 | RAM as storage (i.e. it is a ramdisk). To save space when multiple | 1603 | RAM as storage (i.e. it is a ramdisk). To save space when multiple |
1603 | dummy disks are simulated, they share the same kernel RAM for | 1604 | dummy disks are simulated, they share the same kernel RAM for |
1604 | their storage. See <http://www.torque.net/sg/sdebug.html> for more | 1605 | their storage. See <http://sg.danny.cz/sg/sdebug26.html> for more |
1605 | information. This driver is primarily of use to those testing the | 1606 | information. This driver is primarily of use to those testing the |
1606 | SCSI and block subsystems. If unsure, say N. | 1607 | SCSI and block subsystems. If unsure, say N. |
1607 | 1608 | ||
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 24110f6f61e0..131c95f5476a 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c | |||
@@ -924,7 +924,7 @@ static int broken_efr(struct uart_8250_port *up) | |||
924 | /* | 924 | /* |
925 | * Exar ST16C2550 "A2" devices incorrectly detect as | 925 | * Exar ST16C2550 "A2" devices incorrectly detect as |
926 | * having an EFR, and report an ID of 0x0201. See | 926 | * having an EFR, and report an ID of 0x0201. See |
927 | * http://www.exar.com/info.php?pdf=dan180_oct2004.pdf | 927 | * http://linux.derkeiler.com/Mailing-Lists/Kernel/2004-11/4812.html |
928 | */ | 928 | */ |
929 | if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) | 929 | if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) |
930 | return 1; | 930 | return 1; |
diff --git a/drivers/serial/bfin_sport_uart.c b/drivers/serial/bfin_sport_uart.c index e57fb3d228e2..81987a7b9aa3 100644 --- a/drivers/serial/bfin_sport_uart.c +++ b/drivers/serial/bfin_sport_uart.c | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | /* | 11 | /* |
12 | * This driver and the hardware supported are in term of EE-191 of ADI. | 12 | * This driver and the hardware supported are in term of EE-191 of ADI. |
13 | * http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf | 13 | * http://www.analog.com/static/imported-files/application_notes/EE191.pdf |
14 | * This application note describe how to implement a UART on a Sharc DSP, | 14 | * This application note describe how to implement a UART on a Sharc DSP, |
15 | * but this driver is implemented on Blackfin Processor. | 15 | * but this driver is implemented on Blackfin Processor. |
16 | * Transmit Frame Sync is not used by this driver to transfer data out. | 16 | * Transmit Frame Sync is not used by this driver to transfer data out. |
diff --git a/drivers/serial/bfin_sport_uart.h b/drivers/serial/bfin_sport_uart.h index 9ce253e381d2..6d06ce1d5675 100644 --- a/drivers/serial/bfin_sport_uart.h +++ b/drivers/serial/bfin_sport_uart.h | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | /* | 11 | /* |
12 | * This driver and the hardware supported are in term of EE-191 of ADI. | 12 | * This driver and the hardware supported are in term of EE-191 of ADI. |
13 | * http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf | 13 | * http://www.analog.com/static/imported-files/application_notes/EE191.pdf |
14 | * This application note describe how to implement a UART on a Sharc DSP, | 14 | * This application note describe how to implement a UART on a Sharc DSP, |
15 | * but this driver is implemented on Blackfin Processor. | 15 | * but this driver is implemented on Blackfin Processor. |
16 | * Transmit Frame Sync is not used by this driver to transfer data out. | 16 | * Transmit Frame Sync is not used by this driver to transfer data out. |
diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c index caf085d3a76a..c761b2223129 100644 --- a/drivers/serial/uartlite.c +++ b/drivers/serial/uartlite.c | |||
@@ -44,7 +44,7 @@ MODULE_DEVICE_TABLE(of, ulite_of_match); | |||
44 | * Register definitions | 44 | * Register definitions |
45 | * | 45 | * |
46 | * For register details see datasheet: | 46 | * For register details see datasheet: |
47 | * http://www.xilinx.com/bvdocs/ipcenter/data_sheet/opb_uartlite.pdf | 47 | * http://www.xilinx.com/support/documentation/ip_documentation/opb_uartlite.pdf |
48 | */ | 48 | */ |
49 | 49 | ||
50 | #define ULITE_RX 0x00 | 50 | #define ULITE_RX 0x00 |
diff --git a/drivers/staging/asus_oled/README b/drivers/staging/asus_oled/README index 96b9717f168f..0d82a6d5fa58 100644 --- a/drivers/staging/asus_oled/README +++ b/drivers/staging/asus_oled/README | |||
@@ -2,7 +2,7 @@ | |||
2 | Driver for Asus OLED display present in some Asus laptops. | 2 | Driver for Asus OLED display present in some Asus laptops. |
3 | 3 | ||
4 | The code of this driver is based on 'asusoled' program taken from | 4 | The code of this driver is based on 'asusoled' program taken from |
5 | https://launchpad.net/asusoled/. I just wanted to have a simple | 5 | <http://lapsus.berlios.de/asus_oled.html>. I just wanted to have a simple |
6 | kernel driver for controlling this device, but I didn't know how | 6 | kernel driver for controlling this device, but I didn't know how |
7 | to do that. Now I know ;) Also, that program can not be used | 7 | to do that. Now I know ;) Also, that program can not be used |
8 | with usbhid loaded, which means no USB mouse/keyboard while | 8 | with usbhid loaded, which means no USB mouse/keyboard while |
diff --git a/drivers/staging/asus_oled/asus_oled.c b/drivers/staging/asus_oled/asus_oled.c index 5b279fb30f3f..8c95d8c2a4f4 100644 --- a/drivers/staging/asus_oled/asus_oled.c +++ b/drivers/staging/asus_oled/asus_oled.c | |||
@@ -24,7 +24,7 @@ | |||
24 | * | 24 | * |
25 | * | 25 | * |
26 | * Asus OLED support is based on asusoled program taken from | 26 | * Asus OLED support is based on asusoled program taken from |
27 | * https://launchpad.net/asusoled/. | 27 | * <http://lapsus.berlios.de/asus_oled.html>. |
28 | * | 28 | * |
29 | * | 29 | * |
30 | */ | 30 | */ |
diff --git a/drivers/staging/comedi/drivers/cb_pcimdas.c b/drivers/staging/comedi/drivers/cb_pcimdas.c index ced346a7cae3..78b1410ba4f6 100644 --- a/drivers/staging/comedi/drivers/cb_pcimdas.c +++ b/drivers/staging/comedi/drivers/cb_pcimdas.c | |||
@@ -37,7 +37,7 @@ Configuration Options: | |||
37 | Developed from cb_pcidas and skel by Richard Bytheway (mocelet@sucs.org). | 37 | Developed from cb_pcidas and skel by Richard Bytheway (mocelet@sucs.org). |
38 | Only supports DIO, AO and simple AI in it's present form. | 38 | Only supports DIO, AO and simple AI in it's present form. |
39 | No interrupts, multi channel or FIFO AI, although the card looks like it could support this. | 39 | No interrupts, multi channel or FIFO AI, although the card looks like it could support this. |
40 | See http://www.measurementcomputing.com/PDFManuals/pcim-das1602_16.pdf for more details. | 40 | See http://www.mccdaq.com/PDFs/Manuals/pcim-das1602-16.pdf for more details. |
41 | */ | 41 | */ |
42 | 42 | ||
43 | #include "../comedidev.h" | 43 | #include "../comedidev.h" |
diff --git a/drivers/staging/comedi/drivers/daqboard2000.c b/drivers/staging/comedi/drivers/daqboard2000.c index 6af6c8323d56..82be77daa7d7 100644 --- a/drivers/staging/comedi/drivers/daqboard2000.c +++ b/drivers/staging/comedi/drivers/daqboard2000.c | |||
@@ -50,8 +50,8 @@ Configuration options: | |||
50 | With some help from our swedish distributor, we got the Windows sourcecode | 50 | With some help from our swedish distributor, we got the Windows sourcecode |
51 | for the card, and here are the findings so far. | 51 | for the card, and here are the findings so far. |
52 | 52 | ||
53 | 1. A good document that describes the PCI interface chip is found at: | 53 | 1. A good document that describes the PCI interface chip is 9080db-106.pdf |
54 | http://plx.plxtech.com/download/9080/databook/9080db-106.pdf | 54 | available from http://www.plxtech.com/products/io/pci9080 |
55 | 55 | ||
56 | 2. The initialization done so far is: | 56 | 2. The initialization done so far is: |
57 | a. program the FPGA (windows code sans a lot of error messages) | 57 | a. program the FPGA (windows code sans a lot of error messages) |
diff --git a/drivers/staging/comedi/drivers/ni_labpc.c b/drivers/staging/comedi/drivers/ni_labpc.c index 3acf7e62bec4..1411dd8f4e7c 100644 --- a/drivers/staging/comedi/drivers/ni_labpc.c +++ b/drivers/staging/comedi/drivers/ni_labpc.c | |||
@@ -37,7 +37,7 @@ boards has not | |||
37 | yet been added to the driver, mainly due to the fact that | 37 | yet been added to the driver, mainly due to the fact that |
38 | I don't know the device id numbers. If you have one | 38 | I don't know the device id numbers. If you have one |
39 | of these boards, | 39 | of these boards, |
40 | please file a bug report at https://bugs.comedi.org/ | 40 | please file a bug report at http://comedi.org/ |
41 | so I can get the necessary information from you. | 41 | so I can get the necessary information from you. |
42 | 42 | ||
43 | The 1200 series boards have onboard calibration dacs for correcting | 43 | The 1200 series boards have onboard calibration dacs for correcting |
diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c b/drivers/staging/comedi/drivers/ni_mio_common.c index bd16f913af23..986ef6712989 100644 --- a/drivers/staging/comedi/drivers/ni_mio_common.c +++ b/drivers/staging/comedi/drivers/ni_mio_common.c | |||
@@ -34,7 +34,7 @@ | |||
34 | 340747b.pdf AT-MIO E series Register Level Programmer Manual | 34 | 340747b.pdf AT-MIO E series Register Level Programmer Manual |
35 | 341079b.pdf PCI E Series RLPM | 35 | 341079b.pdf PCI E Series RLPM |
36 | 340934b.pdf DAQ-STC reference manual | 36 | 340934b.pdf DAQ-STC reference manual |
37 | 67xx and 611x registers (from http://www.ni.com/pdf/daq/us) | 37 | 67xx and 611x registers (from ftp://ftp.ni.com/support/daq/mhddk/documentation/) |
38 | release_ni611x.pdf | 38 | release_ni611x.pdf |
39 | release_ni67xx.pdf | 39 | release_ni67xx.pdf |
40 | Other possibly relevant info: | 40 | Other possibly relevant info: |
diff --git a/drivers/staging/comedi/drivers/plx9080.h b/drivers/staging/comedi/drivers/plx9080.h index 485d63f99293..0d254a1b78a7 100644 --- a/drivers/staging/comedi/drivers/plx9080.h +++ b/drivers/staging/comedi/drivers/plx9080.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * | 13 | * |
14 | ******************************************************************** | 14 | ******************************************************************** |
15 | * | 15 | * |
16 | * Copyright (C) 1999 RG Studio s.c., http://www.rgstudio.com.pl/ | 16 | * Copyright (C) 1999 RG Studio s.c. |
17 | * Written by Krzysztof Halasa <khc@rgstudio.com.pl> | 17 | * Written by Krzysztof Halasa <khc@rgstudio.com.pl> |
18 | * | 18 | * |
19 | * Portions (C) SBE Inc., used by permission. | 19 | * Portions (C) SBE Inc., used by permission. |
diff --git a/drivers/staging/comedi/drivers/rtd520.c b/drivers/staging/comedi/drivers/rtd520.c index 0367d2b9e2fa..a49a7c566d37 100644 --- a/drivers/staging/comedi/drivers/rtd520.c +++ b/drivers/staging/comedi/drivers/rtd520.c | |||
@@ -59,7 +59,7 @@ Configuration options: | |||
59 | Data sheet: http://www.rtdusa.com/pdf/dm7520.pdf | 59 | Data sheet: http://www.rtdusa.com/pdf/dm7520.pdf |
60 | Example source: http://www.rtdusa.com/examples/dm/dm7520.zip | 60 | Example source: http://www.rtdusa.com/examples/dm/dm7520.zip |
61 | Call them and ask for the register level manual. | 61 | Call them and ask for the register level manual. |
62 | PCI chip: http://www.plxtech.com/products/toolbox/9080.htm | 62 | PCI chip: http://www.plxtech.com/products/io/pci9080 |
63 | 63 | ||
64 | Notes: | 64 | Notes: |
65 | This board is memory mapped. There is some IO stuff, but it isn't needed. | 65 | This board is memory mapped. There is some IO stuff, but it isn't needed. |
diff --git a/drivers/staging/quickstart/quickstart.c b/drivers/staging/quickstart/quickstart.c index 66122479d529..ba8f670ec0a7 100644 --- a/drivers/staging/quickstart/quickstart.c +++ b/drivers/staging/quickstart/quickstart.c | |||
@@ -5,8 +5,7 @@ | |||
5 | * Copyright (C) 2007-2010 Angelo Arrifano <miknix@gmail.com> | 5 | * Copyright (C) 2007-2010 Angelo Arrifano <miknix@gmail.com> |
6 | * | 6 | * |
7 | * Information gathered from disassebled dsdt and from here: | 7 | * Information gathered from disassebled dsdt and from here: |
8 | * "http://download.microsoft.com/download/9/c/5/ | 8 | * <http://www.microsoft.com/whdc/system/platform/firmware/DirAppLaunch.mspx> |
9 | * 9c5b2167-8017-4bae-9fde-d599bac8184a/DirAppLaunch_Vista.doc" | ||
10 | * | 9 | * |
11 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 1da73ecd9799..bb440792a1b7 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -17,9 +17,9 @@ config UIO_CIF | |||
17 | depends on PCI | 17 | depends on PCI |
18 | help | 18 | help |
19 | Driver for Hilscher CIF DeviceNet and Profibus cards. This | 19 | Driver for Hilscher CIF DeviceNet and Profibus cards. This |
20 | driver requires a userspace component that handles all of the | 20 | driver requires a userspace component called cif that handles |
21 | heavy lifting and can be found at: | 21 | all of the heavy lifting and can be found at: |
22 | http://www.osadl.org/projects/downloads/UIO/user/cif-* | 22 | <http://www.osadl.org/projects/downloads/UIO/user/> |
23 | 23 | ||
24 | To compile this driver as a module, choose M here: the module | 24 | To compile this driver as a module, choose M here: the module |
25 | will be called uio_cif. | 25 | will be called uio_cif. |
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 916b2b6d765f..b71e309116a3 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -176,7 +176,7 @@ config USB_SERIAL_VISOR | |||
176 | help | 176 | help |
177 | Say Y here if you want to connect to your HandSpring Visor, Palm | 177 | Say Y here if you want to connect to your HandSpring Visor, Palm |
178 | m500 or m505 through its USB docking station. See | 178 | m500 or m505 through its USB docking station. See |
179 | <http://usbvisor.sourceforge.net/> for more information on using this | 179 | <http://usbvisor.sourceforge.net/index.php3> for more information on using this |
180 | driver. | 180 | driver. |
181 | 181 | ||
182 | To compile this driver as a module, choose M here: the | 182 | To compile this driver as a module, choose M here: the |
@@ -289,7 +289,7 @@ config USB_SERIAL_KEYSPAN | |||
289 | and was developed with their support. You must also include | 289 | and was developed with their support. You must also include |
290 | firmware to support your particular device(s). | 290 | firmware to support your particular device(s). |
291 | 291 | ||
292 | See <http://misc.nu/hugh/keyspan.html> for more information. | 292 | See <http://blemings.org/hugh/keyspan.html> for more information. |
293 | 293 | ||
294 | To compile this driver as a module, choose M here: the | 294 | To compile this driver as a module, choose M here: the |
295 | module will be called keyspan. | 295 | module will be called keyspan. |
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 6e612c52e763..732ff2a2fa36 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h | |||
@@ -46,7 +46,7 @@ | |||
46 | #define FTDI_USINT_RS232_PID 0xb812 /* Navigator RS232 and CONFIG lines */ | 46 | #define FTDI_USINT_RS232_PID 0xb812 /* Navigator RS232 and CONFIG lines */ |
47 | 47 | ||
48 | /* OOCDlink by Joern Kaipf <joernk@web.de> | 48 | /* OOCDlink by Joern Kaipf <joernk@web.de> |
49 | * (http://www.joernonline.de/dw/doku.php?id=start&idx=projects:oocdlink) */ | 49 | * (http://www.joernonline.de/) */ |
50 | #define FTDI_OOCDLINK_PID 0xbaf8 /* Amontec JTAGkey */ | 50 | #define FTDI_OOCDLINK_PID 0xbaf8 /* Amontec JTAGkey */ |
51 | 51 | ||
52 | /* Luminary Micro Stellaris Boards, VID = FTDI_VID */ | 52 | /* Luminary Micro Stellaris Boards, VID = FTDI_VID */ |
@@ -320,7 +320,7 @@ | |||
320 | #define FTDI_PIEGROUP_PID 0xF208 /* Product Id */ | 320 | #define FTDI_PIEGROUP_PID 0xF208 /* Product Id */ |
321 | 321 | ||
322 | /* ACT Solutions HomePro ZWave interface | 322 | /* ACT Solutions HomePro ZWave interface |
323 | (http://www.act-solutions.com/HomePro.htm) */ | 323 | (http://www.act-solutions.com/HomePro-Product-Matrix.html) */ |
324 | #define FTDI_ACTZWAVE_PID 0xF2D0 | 324 | #define FTDI_ACTZWAVE_PID 0xF2D0 |
325 | 325 | ||
326 | /* | 326 | /* |
@@ -351,7 +351,7 @@ | |||
351 | #define FTDI_SUUNTO_SPORTS_PID 0xF680 /* Suunto Sports instrument */ | 351 | #define FTDI_SUUNTO_SPORTS_PID 0xF680 /* Suunto Sports instrument */ |
352 | 352 | ||
353 | /* USB-UIRT - An infrared receiver and transmitter using the 8U232AM chip */ | 353 | /* USB-UIRT - An infrared receiver and transmitter using the 8U232AM chip */ |
354 | /* http://home.earthlink.net/~jrhees/USBUIRT/index.htm */ | 354 | /* http://www.usbuirt.com/ */ |
355 | #define FTDI_USB_UIRT_PID 0xF850 /* Product Id */ | 355 | #define FTDI_USB_UIRT_PID 0xF850 /* Product Id */ |
356 | 356 | ||
357 | /* CCS Inc. ICDU/ICDU40 product ID - | 357 | /* CCS Inc. ICDU/ICDU40 product ID - |
@@ -380,7 +380,7 @@ | |||
380 | */ | 380 | */ |
381 | #define FTDI_HE_TIRA1_PID 0xFA78 /* Tira-1 IR transceiver */ | 381 | #define FTDI_HE_TIRA1_PID 0xFA78 /* Tira-1 IR transceiver */ |
382 | 382 | ||
383 | /* Inside Accesso contactless reader (http://www.insidefr.com) */ | 383 | /* Inside Accesso contactless reader (http://www.insidecontactless.com/) */ |
384 | #define INSIDE_ACCESSO 0xFAD0 | 384 | #define INSIDE_ACCESSO 0xFAD0 |
385 | 385 | ||
386 | /* | 386 | /* |
@@ -619,14 +619,14 @@ | |||
619 | 619 | ||
620 | /* | 620 | /* |
621 | * JETI SPECTROMETER SPECBOS 1201 | 621 | * JETI SPECTROMETER SPECBOS 1201 |
622 | * http://www.jeti.com/products/sys/scb/scb1201.php | 622 | * http://www.jeti.com/cms/index.php/instruments/other-instruments/specbos-2101 |
623 | */ | 623 | */ |
624 | #define JETI_VID 0x0c6c | 624 | #define JETI_VID 0x0c6c |
625 | #define JETI_SPC1201_PID 0x04b2 | 625 | #define JETI_SPC1201_PID 0x04b2 |
626 | 626 | ||
627 | /* | 627 | /* |
628 | * FTDI USB UART chips used in construction projects from the | 628 | * FTDI USB UART chips used in construction projects from the |
629 | * Elektor Electronics magazine (http://elektor-electronics.co.uk) | 629 | * Elektor Electronics magazine (http://www.elektor.com/) |
630 | */ | 630 | */ |
631 | #define ELEKTOR_VID 0x0C7D | 631 | #define ELEKTOR_VID 0x0C7D |
632 | #define ELEKTOR_FT323R_PID 0x0005 /* RFID-Reader, issue 09-2006 */ | 632 | #define ELEKTOR_FT323R_PID 0x0005 /* RFID-Reader, issue 09-2006 */ |
diff --git a/drivers/usb/serial/keyspan.c b/drivers/usb/serial/keyspan.c index 297163c3c610..0791778a66f3 100644 --- a/drivers/usb/serial/keyspan.c +++ b/drivers/usb/serial/keyspan.c | |||
@@ -9,7 +9,7 @@ | |||
9 | the Free Software Foundation; either version 2 of the License, or | 9 | the Free Software Foundation; either version 2 of the License, or |
10 | (at your option) any later version. | 10 | (at your option) any later version. |
11 | 11 | ||
12 | See http://misc.nu/hugh/keyspan.html for more information. | 12 | See http://blemings.org/hugh/keyspan.html for more information. |
13 | 13 | ||
14 | Code in this driver inspired by and in a number of places taken | 14 | Code in this driver inspired by and in a number of places taken |
15 | from Brian Warner's original Keyspan-PDA driver. | 15 | from Brian Warner's original Keyspan-PDA driver. |
diff --git a/drivers/usb/serial/keyspan.h b/drivers/usb/serial/keyspan.h index bf3297ddd186..2d8baf6ac472 100644 --- a/drivers/usb/serial/keyspan.h +++ b/drivers/usb/serial/keyspan.h | |||
@@ -9,7 +9,7 @@ | |||
9 | the Free Software Foundation; either version 2 of the License, or | 9 | the Free Software Foundation; either version 2 of the License, or |
10 | (at your option) any later version. | 10 | (at your option) any later version. |
11 | 11 | ||
12 | See http://misc.nu/hugh/keyspan.html for more information. | 12 | See http://blemings.org/hugh/keyspan.html for more information. |
13 | 13 | ||
14 | Code in this driver inspired by and in a number of places taken | 14 | Code in this driver inspired by and in a number of places taken |
15 | from Brian Warner's original Keyspan-PDA driver. | 15 | from Brian Warner's original Keyspan-PDA driver. |
diff --git a/drivers/usb/serial/mct_u232.h b/drivers/usb/serial/mct_u232.h index 3a3f5e6b8f96..d325bb8cb583 100644 --- a/drivers/usb/serial/mct_u232.h +++ b/drivers/usb/serial/mct_u232.h | |||
@@ -10,10 +10,9 @@ | |||
10 | * | 10 | * |
11 | * This driver is for the device MCT USB-RS232 Converter (25 pin, Model No. | 11 | * This driver is for the device MCT USB-RS232 Converter (25 pin, Model No. |
12 | * U232-P25) from Magic Control Technology Corp. (there is also a 9 pin | 12 | * U232-P25) from Magic Control Technology Corp. (there is also a 9 pin |
13 | * Model No. U232-P9). See http://www.mct.com.tw/p_u232.html for further | 13 | * Model No. U232-P9). See http://www.mct.com.tw/products/product_us232.html |
14 | * information. The properties of this device are listed at the end of this | 14 | * for further information. The properties of this device are listed at the end |
15 | * file. This device is available from various distributors. I know Hana, | 15 | * of this file. This device was used in the Dlink DSB-S25. |
16 | * http://www.hana.de and D-Link, http://www.dlink.com/products/usb/dsbs25. | ||
17 | * | 16 | * |
18 | * All of the information about the device was acquired by using SniffUSB | 17 | * All of the information about the device was acquired by using SniffUSB |
19 | * on Windows98. The technical details of the reverse engineering are | 18 | * on Windows98. The technical details of the reverse engineering are |
@@ -458,7 +457,7 @@ static int mct_u232_calculate_baud_rate(struct usb_serial *serial, | |||
458 | * embedded UART. Exhaustive documentation for these is available at: | 457 | * embedded UART. Exhaustive documentation for these is available at: |
459 | * | 458 | * |
460 | * http://www.semiconductors.philips.com/pip/p87c52ubaa | 459 | * http://www.semiconductors.philips.com/pip/p87c52ubaa |
461 | * http://www.semiconductors.philips.com/pip/pdiusbd12 | 460 | * http://www.nxp.com/acrobat_download/various/PDIUSBD12_PROGRAMMING_GUIDE.pdf |
462 | * | 461 | * |
463 | * Thanks to Julian Highfield for the pointer to the Philips database. | 462 | * Thanks to Julian Highfield for the pointer to the Philips database. |
464 | * | 463 | * |
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 8a372bac0e43..b356e1565db6 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -36,7 +36,7 @@ config USB_STORAGE_DATAFAB | |||
36 | depends on USB_STORAGE | 36 | depends on USB_STORAGE |
37 | help | 37 | help |
38 | Support for certain Datafab CompactFlash readers. | 38 | Support for certain Datafab CompactFlash readers. |
39 | Datafab has a web page at <http://www.datafabusa.com/>. | 39 | Datafab has a web page at <http://www.datafab.com/>. |
40 | 40 | ||
41 | If this driver is compiled as a module, it will be named ums-datafab. | 41 | If this driver is compiled as a module, it will be named ums-datafab. |
42 | 42 | ||
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a9ca72f301bf..d4979f3f77fb 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -49,7 +49,7 @@ menuconfig FB | |||
49 | You need an utility program called fbset to make full use of frame | 49 | You need an utility program called fbset to make full use of frame |
50 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> | 50 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> |
51 | and the Framebuffer-HOWTO at | 51 | and the Framebuffer-HOWTO at |
52 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.2.html> for more | 52 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more |
53 | information. | 53 | information. |
54 | 54 | ||
55 | Say Y here and to the driver for your graphics board below if you | 55 | Say Y here and to the driver for your graphics board below if you |
@@ -955,7 +955,7 @@ config FB_EPSON1355 | |||
955 | Build in support for the SED1355 Epson Research Embedded RAMDAC | 955 | Build in support for the SED1355 Epson Research Embedded RAMDAC |
956 | LCD/CRT Controller (since redesignated as the S1D13505) as a | 956 | LCD/CRT Controller (since redesignated as the S1D13505) as a |
957 | framebuffer. Product specs at | 957 | framebuffer. Product specs at |
958 | <http://www.erd.epson.com/vdc/html/products.htm>. | 958 | <http://vdc.epson.com/>. |
959 | 959 | ||
960 | config FB_S1D13XXX | 960 | config FB_S1D13XXX |
961 | tristate "Epson S1D13XXX framebuffer support" | 961 | tristate "Epson S1D13XXX framebuffer support" |
@@ -966,7 +966,7 @@ config FB_S1D13XXX | |||
966 | help | 966 | help |
967 | Support for S1D13XXX framebuffer device family (currently only | 967 | Support for S1D13XXX framebuffer device family (currently only |
968 | working with S1D13806). Product specs at | 968 | working with S1D13806). Product specs at |
969 | <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm> | 969 | <http://vdc.epson.com/> |
970 | 970 | ||
971 | config FB_ATMEL | 971 | config FB_ATMEL |
972 | tristate "AT91/AT32 LCD Controller support" | 972 | tristate "AT91/AT32 LCD Controller support" |
@@ -1323,7 +1323,7 @@ config FB_RADEON | |||
1323 | don't need to choose this to run the Radeon in plain VGA mode. | 1323 | don't need to choose this to run the Radeon in plain VGA mode. |
1324 | 1324 | ||
1325 | There is a product page at | 1325 | There is a product page at |
1326 | http://apps.ati.com/ATIcompare/ | 1326 | http://products.amd.com/en-us/GraphicCardResult.aspx |
1327 | 1327 | ||
1328 | config FB_RADEON_I2C | 1328 | config FB_RADEON_I2C |
1329 | bool "DDC/I2C for ATI Radeon support" | 1329 | bool "DDC/I2C for ATI Radeon support" |
@@ -1395,7 +1395,7 @@ config FB_ATY_CT | |||
1395 | Say Y here to support use of ATI's 64-bit Rage boards (or other | 1395 | Say Y here to support use of ATI's 64-bit Rage boards (or other |
1396 | boards based on the Mach64 CT, VT, GT, and LT chipsets) as a | 1396 | boards based on the Mach64 CT, VT, GT, and LT chipsets) as a |
1397 | framebuffer device. The ATI product support page for these boards | 1397 | framebuffer device. The ATI product support page for these boards |
1398 | is at <http://support.ati.com/products/pc/mach64/>. | 1398 | is at <http://support.ati.com/products/pc/mach64/mach64.html>. |
1399 | 1399 | ||
1400 | config FB_ATY_GENERIC_LCD | 1400 | config FB_ATY_GENERIC_LCD |
1401 | bool "Mach64 generic LCD support (EXPERIMENTAL)" | 1401 | bool "Mach64 generic LCD support (EXPERIMENTAL)" |
diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c index f3d7440f0072..3ec4923c2d84 100644 --- a/drivers/video/arcfb.c +++ b/drivers/video/arcfb.c | |||
@@ -2,7 +2,6 @@ | |||
2 | * linux/drivers/video/arcfb.c -- FB driver for Arc monochrome LCD board | 2 | * linux/drivers/video/arcfb.c -- FB driver for Arc monochrome LCD board |
3 | * | 3 | * |
4 | * Copyright (C) 2005, Jaya Kumar <jayalk@intworks.biz> | 4 | * Copyright (C) 2005, Jaya Kumar <jayalk@intworks.biz> |
5 | * http://www.intworks.biz/arclcd | ||
6 | * | 5 | * |
7 | * This file is subject to the terms and conditions of the GNU General Public | 6 | * This file is subject to the terms and conditions of the GNU General Public |
8 | * License. See the file COPYING in the main directory of this archive for | 7 | * License. See the file COPYING in the main directory of this archive for |
diff --git a/drivers/video/epson1355fb.c b/drivers/video/epson1355fb.c index db9713b49ce9..a268cbf1cbea 100644 --- a/drivers/video/epson1355fb.c +++ b/drivers/video/epson1355fb.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Epson Research S1D13505 Embedded RAMDAC LCD/CRT Controller | 4 | * Epson Research S1D13505 Embedded RAMDAC LCD/CRT Controller |
5 | * (previously known as SED1355) | 5 | * (previously known as SED1355) |
6 | * | 6 | * |
7 | * Cf. http://www.erd.epson.com/vdc/html/S1D13505.html | 7 | * Cf. http://vdc.epson.com/ |
8 | * | 8 | * |
9 | * | 9 | * |
10 | * Copyright (C) Hewlett-Packard Company. All rights reserved. | 10 | * Copyright (C) Hewlett-Packard Company. All rights reserved. |
diff --git a/drivers/video/fbcvt.c b/drivers/video/fbcvt.c index 7293eaccd81b..7cb715dfc0e1 100644 --- a/drivers/video/fbcvt.c +++ b/drivers/video/fbcvt.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Based from the VESA(TM) Coordinated Video Timing Generator by | 6 | * Based from the VESA(TM) Coordinated Video Timing Generator by |
7 | * Graham Loveridge April 9, 2003 available at | 7 | * Graham Loveridge April 9, 2003 available at |
8 | * http://www.vesa.org/public/CVT/CVTd6r1.xls | 8 | * http://www.elo.utfsm.cl/~elo212/docs/CVTd6r1.xls |
9 | * | 9 | * |
10 | * This file is subject to the terms and conditions of the GNU General Public | 10 | * This file is subject to the terms and conditions of the GNU General Public |
11 | * License. See the file COPYING in the main directory of this archive | 11 | * License. See the file COPYING in the main directory of this archive |
diff --git a/drivers/video/metronomefb.c b/drivers/video/metronomefb.c index 9b3d6e4584cc..63ed3b72b01c 100644 --- a/drivers/video/metronomefb.c +++ b/drivers/video/metronomefb.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven. | 10 | * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven. |
11 | * | 11 | * |
12 | * This work was made possible by help and equipment support from E-Ink | 12 | * This work was made possible by help and equipment support from E-Ink |
13 | * Corporation. http://support.eink.com/community | 13 | * Corporation. http://www.eink.com/ |
14 | * | 14 | * |
15 | * This driver is written to be used with the Metronome display controller. | 15 | * This driver is written to be used with the Metronome display controller. |
16 | * It is intended to be architecture independent. A board specific driver | 16 | * It is intended to be architecture independent. A board specific driver |
diff --git a/firmware/keyspan_pda/keyspan_pda.S b/firmware/keyspan_pda/keyspan_pda.S index 418fe69aa5e0..f3acc197a5ef 100644 --- a/firmware/keyspan_pda/keyspan_pda.S +++ b/firmware/keyspan_pda/keyspan_pda.S | |||
@@ -74,7 +74,7 @@ | |||
74 | * recognizes the new device ID and glues it to the real serial driver code. | 74 | * recognizes the new device ID and glues it to the real serial driver code. |
75 | * | 75 | * |
76 | * USEFUL DOCS: | 76 | * USEFUL DOCS: |
77 | * EzUSB Technical Reference Manual: <http://www.anchorchips.com> | 77 | * EzUSB Technical Reference Manual: <http://www.cypress.com/> |
78 | * 8051 manuals: everywhere, but try www.dalsemi.com because the EzUSB is | 78 | * 8051 manuals: everywhere, but try www.dalsemi.com because the EzUSB is |
79 | * basically the Dallas enhanced 8051 code. Remember that the EzUSB IO ports | 79 | * basically the Dallas enhanced 8051 code. Remember that the EzUSB IO ports |
80 | * use totally different registers! | 80 | * use totally different registers! |
diff --git a/firmware/keyspan_pda/xircom_pgs.S b/firmware/keyspan_pda/xircom_pgs.S index 05d99dd63776..0b79bbf0ae15 100644 --- a/firmware/keyspan_pda/xircom_pgs.S +++ b/firmware/keyspan_pda/xircom_pgs.S | |||
@@ -74,7 +74,7 @@ | |||
74 | * recognizes the new device ID and glues it to the real serial driver code. | 74 | * recognizes the new device ID and glues it to the real serial driver code. |
75 | * | 75 | * |
76 | * USEFUL DOCS: | 76 | * USEFUL DOCS: |
77 | * EzUSB Technical Reference Manual: <http://www.anchorchips.com> | 77 | * EzUSB Technical Reference Manual: <http://www.cypress.com/> |
78 | * 8051 manuals: everywhere, but try www.dalsemi.com because the EzUSB is | 78 | * 8051 manuals: everywhere, but try www.dalsemi.com because the EzUSB is |
79 | * basically the Dallas enhanced 8051 code. Remember that the EzUSB IO ports | 79 | * basically the Dallas enhanced 8051 code. Remember that the EzUSB IO ports |
80 | * use totally different registers! | 80 | * use totally different registers! |
diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 6bbd75c5589b..7c232c1487ee 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h | |||
@@ -28,12 +28,7 @@ | |||
28 | * #define ATTR_KILL_SUID 2048 | 28 | * #define ATTR_KILL_SUID 2048 |
29 | * #define ATTR_KILL_SGID 4096 | 29 | * #define ATTR_KILL_SGID 4096 |
30 | * | 30 | * |
31 | * and this is because they were added in 2.5 development in this patch: | 31 | * and this is because they were added in 2.5 development. |
32 | * | ||
33 | * http://linux.bkbits.net:8080/linux-2.5/ | ||
34 | * cset@3caf4a12k4XgDzK7wyK-TGpSZ9u2Ww?nav=index.html | ||
35 | * |src/.|src/include|src/include/linux|related/include/linux/fs.h | ||
36 | * | ||
37 | * Actually, they are not needed by most ->setattr() methods - they are set by | 32 | * Actually, they are not needed by most ->setattr() methods - they are set by |
38 | * callers of notify_change() to notify that the setuid/setgid bits must be | 33 | * callers of notify_change() to notify that the setuid/setgid bits must be |
39 | * dropped. | 34 | * dropped. |
diff --git a/fs/partitions/ldm.c b/fs/partitions/ldm.c index 648c9d8f3357..e55fefcb0dcc 100644 --- a/fs/partitions/ldm.c +++ b/fs/partitions/ldm.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (c) 2001-2007 Anton Altaparmakov | 5 | * Copyright (c) 2001-2007 Anton Altaparmakov |
6 | * Copyright (C) 2001,2002 Jakob Kemi <jakob.kemi@telia.com> | 6 | * Copyright (C) 2001,2002 Jakob Kemi <jakob.kemi@telia.com> |
7 | * | 7 | * |
8 | * Documentation is available at http://www.linux-ntfs.org/content/view/19/37/ | 8 | * Documentation is available at http://www.linux-ntfs.org/doku.php?id=downloads |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify it under | 10 | * This program is free software; you can redistribute it and/or modify it under |
11 | * the terms of the GNU General Public License as published by the Free Software | 11 | * the terms of the GNU General Public License as published by the Free Software |
diff --git a/fs/partitions/ldm.h b/fs/partitions/ldm.h index d1fb50b28d86..374242c0971a 100644 --- a/fs/partitions/ldm.h +++ b/fs/partitions/ldm.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (c) 2001-2007 Anton Altaparmakov | 5 | * Copyright (c) 2001-2007 Anton Altaparmakov |
6 | * Copyright (C) 2001,2002 Jakob Kemi <jakob.kemi@telia.com> | 6 | * Copyright (C) 2001,2002 Jakob Kemi <jakob.kemi@telia.com> |
7 | * | 7 | * |
8 | * Documentation is available at http://www.linux-ntfs.org/content/view/19/37/ | 8 | * Documentation is available at http://www.linux-ntfs.org/doku.php?id=downloads |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify it | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | * under the terms of the GNU General Public License as published by the Free | 11 | * under the terms of the GNU General Public License as published by the Free |
diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig index 513f431038f9..7cd46666ba2c 100644 --- a/fs/reiserfs/Kconfig +++ b/fs/reiserfs/Kconfig | |||
@@ -10,7 +10,8 @@ config REISERFS_FS | |||
10 | 10 | ||
11 | In general, ReiserFS is as fast as ext2, but is very efficient with | 11 | In general, ReiserFS is as fast as ext2, but is very efficient with |
12 | large directories and small files. Additional patches are needed | 12 | large directories and small files. Additional patches are needed |
13 | for NFS and quotas, please see <http://www.namesys.com/> for links. | 13 | for NFS and quotas, please see |
14 | <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links. | ||
14 | 15 | ||
15 | It is more easily extended to have features currently found in | 16 | It is more easily extended to have features currently found in |
16 | database and keyword search systems than block allocation based file | 17 | database and keyword search systems than block allocation based file |
@@ -18,7 +19,8 @@ config REISERFS_FS | |||
18 | plugins consistent with our motto ``It takes more than a license to | 19 | plugins consistent with our motto ``It takes more than a license to |
19 | make source code open.'' | 20 | make source code open.'' |
20 | 21 | ||
21 | Read <http://www.namesys.com/> to learn more about reiserfs. | 22 | Read <https://reiser4.wiki.kernel.org/index.php/Main_Page> |
23 | to learn more about reiserfs. | ||
22 | 24 | ||
23 | Sponsored by Threshold Networks, Emusic.com, and Bigstorage.com. | 25 | Sponsored by Threshold Networks, Emusic.com, and Bigstorage.com. |
24 | 26 | ||
diff --git a/fs/reiserfs/README b/fs/reiserfs/README index 14e8c9d460e5..e2f7a264e3ff 100644 --- a/fs/reiserfs/README +++ b/fs/reiserfs/README | |||
@@ -43,7 +43,7 @@ to address the fair crediting issue in the next GPL version.) | |||
43 | [END LICENSING] | 43 | [END LICENSING] |
44 | 44 | ||
45 | Reiserfs is a file system based on balanced tree algorithms, which is | 45 | Reiserfs is a file system based on balanced tree algorithms, which is |
46 | described at http://devlinux.com/namesys. | 46 | described at https://reiser4.wiki.kernel.org/index.php/Main_Page |
47 | 47 | ||
48 | Stop reading here. Go there, then return. | 48 | Stop reading here. Go there, then return. |
49 | 49 | ||
diff --git a/include/crypto/gf128mul.h b/include/crypto/gf128mul.h index 4086b8ebfafe..da2530e34b26 100644 --- a/include/crypto/gf128mul.h +++ b/include/crypto/gf128mul.h | |||
@@ -54,8 +54,8 @@ | |||
54 | 54 | ||
55 | /* Comment by Rik: | 55 | /* Comment by Rik: |
56 | * | 56 | * |
57 | * For some background on GF(2^128) see for example: http://- | 57 | * For some background on GF(2^128) see for example: |
58 | * csrc.nist.gov/CryptoToolkit/modes/proposedmodes/gcm/gcm-revised-spec.pdf | 58 | * http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-revised-spec.pdf |
59 | * | 59 | * |
60 | * The elements of GF(2^128) := GF(2)[X]/(X^128-X^7-X^2-X^1-1) can | 60 | * The elements of GF(2^128) := GF(2)[X]/(X^128-X^7-X^2-X^1-1) can |
61 | * be mapped to computer memory in a variety of ways. Let's examine | 61 | * be mapped to computer memory in a variety of ways. Let's examine |
diff --git a/include/linux/fdreg.h b/include/linux/fdreg.h index c2eeb63b72db..61ce64169004 100644 --- a/include/linux/fdreg.h +++ b/include/linux/fdreg.h | |||
@@ -89,7 +89,7 @@ | |||
89 | /* the following commands are new in the 82078. They are not used in the | 89 | /* the following commands are new in the 82078. They are not used in the |
90 | * floppy driver, except the first three. These commands may be useful for apps | 90 | * floppy driver, except the first three. These commands may be useful for apps |
91 | * which use the FDRAWCMD interface. For doc, get the 82078 spec sheets at | 91 | * which use the FDRAWCMD interface. For doc, get the 82078 spec sheets at |
92 | * http://www-techdoc.intel.com/docs/periph/fd_contr/datasheets/ */ | 92 | * http://www.intel.com/design/archives/periphrl/docs/29046803.htm */ |
93 | 93 | ||
94 | #define FD_PARTID 0x18 /* part id ("extended" version cmd) */ | 94 | #define FD_PARTID 0x18 /* part id ("extended" version cmd) */ |
95 | #define FD_SAVE 0x2e /* save fdc regs for later restore */ | 95 | #define FD_SAVE 0x2e /* save fdc regs for later restore */ |
diff --git a/include/linux/if_infiniband.h b/include/linux/if_infiniband.h index 3e659ec7dfdd..7d958475d4ac 100644 --- a/include/linux/if_infiniband.h +++ b/include/linux/if_infiniband.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD | 5 | * <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD |
6 | * license, available in the LICENSE.TXT file accompanying this | 6 | * license, available in the LICENSE.TXT file accompanying this |
7 | * software. These details are also available at | 7 | * software. These details are also available at |
8 | * <http://openib.org/license.html>. | 8 | * <http://www.openfabrics.org/software_license.htm>. |
9 | * | 9 | * |
10 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 10 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
11 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 11 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
diff --git a/include/linux/n_r3964.h b/include/linux/n_r3964.h index de24af79ebd3..54b8e0d8d916 100644 --- a/include/linux/n_r3964.h +++ b/include/linux/n_r3964.h | |||
@@ -4,7 +4,6 @@ | |||
4 | * Copyright by | 4 | * Copyright by |
5 | * Philips Automation Projects | 5 | * Philips Automation Projects |
6 | * Kassel (Germany) | 6 | * Kassel (Germany) |
7 | * http://www.pap-philips.de | ||
8 | * ----------------------------------------------------------- | 7 | * ----------------------------------------------------------- |
9 | * This software may be used and distributed according to the terms of | 8 | * This software may be used and distributed according to the terms of |
10 | * the GNU General Public License, incorporated herein by reference. | 9 | * the GNU General Public License, incorporated herein by reference. |
diff --git a/net/ax25/Kconfig b/net/ax25/Kconfig index 2a72aa96a568..705e53ef4af0 100644 --- a/net/ax25/Kconfig +++ b/net/ax25/Kconfig | |||
@@ -7,7 +7,7 @@ menuconfig HAMRADIO | |||
7 | bool "Amateur Radio support" | 7 | bool "Amateur Radio support" |
8 | help | 8 | help |
9 | If you want to connect your Linux box to an amateur radio, answer Y | 9 | If you want to connect your Linux box to an amateur radio, answer Y |
10 | here. You want to read <http://www.tapr.org/tapr/html/pkthome.html> | 10 | here. You want to read <http://www.tapr.org/> |
11 | and more specifically about AX.25 on Linux | 11 | and more specifically about AX.25 on Linux |
12 | <http://www.linux-ax25.org/>. | 12 | <http://www.linux-ax25.org/>. |
13 | 13 | ||
@@ -42,7 +42,7 @@ config AX25 | |||
42 | check out the file <file:Documentation/networking/ax25.txt> in the | 42 | check out the file <file:Documentation/networking/ax25.txt> in the |
43 | kernel source. More information about digital amateur radio in | 43 | kernel source. More information about digital amateur radio in |
44 | general is on the WWW at | 44 | general is on the WWW at |
45 | <http://www.tapr.org/tapr/html/pkthome.html>. | 45 | <http://www.tapr.org/>. |
46 | 46 | ||
47 | To compile this driver as a module, choose M here: the | 47 | To compile this driver as a module, choose M here: the |
48 | module will be called ax25. | 48 | module will be called ax25. |
@@ -89,7 +89,7 @@ config NETROM | |||
89 | <http://www.linux-ax25.org>. You also might want to check out the | 89 | <http://www.linux-ax25.org>. You also might want to check out the |
90 | file <file:Documentation/networking/ax25.txt>. More information about | 90 | file <file:Documentation/networking/ax25.txt>. More information about |
91 | digital amateur radio in general is on the WWW at | 91 | digital amateur radio in general is on the WWW at |
92 | <http://www.tapr.org/tapr/html/pkthome.html>. | 92 | <http://www.tapr.org/>. |
93 | 93 | ||
94 | To compile this driver as a module, choose M here: the | 94 | To compile this driver as a module, choose M here: the |
95 | module will be called netrom. | 95 | module will be called netrom. |
@@ -108,7 +108,7 @@ config ROSE | |||
108 | <http://www.linux-ax25.org>. You also might want to check out the | 108 | <http://www.linux-ax25.org>. You also might want to check out the |
109 | file <file:Documentation/networking/ax25.txt>. More information about | 109 | file <file:Documentation/networking/ax25.txt>. More information about |
110 | digital amateur radio in general is on the WWW at | 110 | digital amateur radio in general is on the WWW at |
111 | <http://www.tapr.org/tapr/html/pkthome.html>. | 111 | <http://www.tapr.org/>. |
112 | 112 | ||
113 | To compile this driver as a module, choose M here: the | 113 | To compile this driver as a module, choose M here: the |
114 | module will be called rose. | 114 | module will be called rose. |
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 7c3a7d191249..1cc7ef270d54 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -84,7 +84,7 @@ config IP_FIB_TRIE | |||
84 | 84 | ||
85 | An experimental study of compression methods for dynamic tries | 85 | An experimental study of compression methods for dynamic tries |
86 | Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. | 86 | Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. |
87 | http://www.nada.kth.se/~snilsson/public/papers/dyntrie2/ | 87 | <http://www.csc.kth.se/~snilsson/software/dyntrie2/> |
88 | 88 | ||
89 | endchoice | 89 | endchoice |
90 | 90 | ||
@@ -555,7 +555,7 @@ config TCP_CONG_VENO | |||
555 | distinguishing to circumvent the difficult judgment of the packet loss | 555 | distinguishing to circumvent the difficult judgment of the packet loss |
556 | type. TCP Veno cuts down less congestion window in response to random | 556 | type. TCP Veno cuts down less congestion window in response to random |
557 | loss packets. | 557 | loss packets. |
558 | See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf | 558 | See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186> |
559 | 559 | ||
560 | config TCP_CONG_YEAH | 560 | config TCP_CONG_YEAH |
561 | tristate "YeAH TCP" | 561 | tristate "YeAH TCP" |
diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c index 3a92a76ae41d..094e150c6260 100644 --- a/net/ipv4/cipso_ipv4.c +++ b/net/ipv4/cipso_ipv4.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * | 9 | * |
10 | * The CIPSO draft specification can be found in the kernel's Documentation | 10 | * The CIPSO draft specification can be found in the kernel's Documentation |
11 | * directory as well as the following URL: | 11 | * directory as well as the following URL: |
12 | * http://netlabel.sourceforge.net/files/draft-ietf-cipso-ipsecurity-01.txt | 12 | * http://tools.ietf.org/id/draft-ietf-cipso-ipsecurity-01.txt |
13 | * The FIPS-188 specification can be found at the following URL: | 13 | * The FIPS-188 specification can be found at the following URL: |
14 | * http://www.itl.nist.gov/fipspubs/fip188.htm | 14 | * http://www.itl.nist.gov/fipspubs/fip188.htm |
15 | * | 15 | * |
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 79d057a939ba..2230ae3bf20e 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * | 16 | * |
17 | * An experimental study of compression methods for dynamic tries | 17 | * An experimental study of compression methods for dynamic tries |
18 | * Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. | 18 | * Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. |
19 | * http://www.nada.kth.se/~snilsson/public/papers/dyntrie2/ | 19 | * http://www.csc.kth.se/~snilsson/software/dyntrie2/ |
20 | * | 20 | * |
21 | * | 21 | * |
22 | * IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson | 22 | * IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson |
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 1833bdbf9805..d048275a62cb 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -147,7 +147,7 @@ config IP_NF_TARGET_ULOG | |||
147 | which can only be viewed through syslog. | 147 | which can only be viewed through syslog. |
148 | 148 | ||
149 | The appropriate userspace logging daemon (ulogd) may be obtained from | 149 | The appropriate userspace logging daemon (ulogd) may be obtained from |
150 | <http://www.gnumonks.org/projects/ulogd/> | 150 | <http://www.netfilter.org/projects/ulogd/index.html> |
151 | 151 | ||
152 | To compile it as a module, choose M here. If unsure, say N. | 152 | To compile it as a module, choose M here. If unsure, say N. |
153 | 153 | ||
diff --git a/net/ipv4/tcp_illinois.c b/net/ipv4/tcp_illinois.c index 1eba160b72dc..00ca688d8964 100644 --- a/net/ipv4/tcp_illinois.c +++ b/net/ipv4/tcp_illinois.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * The algorithm is described in: | 6 | * The algorithm is described in: |
7 | * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm | 7 | * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm |
8 | * for High-Speed Networks" | 8 | * for High-Speed Networks" |
9 | * http://www.ews.uiuc.edu/~shaoliu/papersandslides/liubassri06perf.pdf | 9 | * http://www.ifp.illinois.edu/~srikant/Papers/liubassri06perf.pdf |
10 | * | 10 | * |
11 | * Implemented from description in paper and ns-2 simulation. | 11 | * Implemented from description in paper and ns-2 simulation. |
12 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> | 12 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> |
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index e663b78a2ef6..bccce3424a63 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -428,10 +428,10 @@ EXPORT_SYMBOL(tcp_initialize_rcv_mss); | |||
428 | * | 428 | * |
429 | * The algorithm for RTT estimation w/o timestamps is based on | 429 | * The algorithm for RTT estimation w/o timestamps is based on |
430 | * Dynamic Right-Sizing (DRS) by Wu Feng and Mike Fisk of LANL. | 430 | * Dynamic Right-Sizing (DRS) by Wu Feng and Mike Fisk of LANL. |
431 | * <http://www.lanl.gov/radiant/website/pubs/drs/lacsi2001.ps> | 431 | * <http://public.lanl.gov/radiant/pubs.html#DRS> |
432 | * | 432 | * |
433 | * More detail on this code can be found at | 433 | * More detail on this code can be found at |
434 | * <http://www.psc.edu/~jheffner/senior_thesis.ps>, | 434 | * <http://staff.psc.edu/jheffner/>, |
435 | * though this reference is out of date. A new paper | 435 | * though this reference is out of date. A new paper |
436 | * is pending. | 436 | * is pending. |
437 | */ | 437 | */ |
diff --git a/net/ipv4/tcp_veno.c b/net/ipv4/tcp_veno.c index b612acf76183..38bc0b52d745 100644 --- a/net/ipv4/tcp_veno.c +++ b/net/ipv4/tcp_veno.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * "TCP Veno: TCP Enhancement for Transmission over Wireless Access Networks." | 6 | * "TCP Veno: TCP Enhancement for Transmission over Wireless Access Networks." |
7 | * IEEE Journal on Selected Areas in Communication, | 7 | * IEEE Journal on Selected Areas in Communication, |
8 | * Feb. 2003. | 8 | * Feb. 2003. |
9 | * See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf | 9 | * See http://www.ie.cuhk.edu.hk/fileadmin/staff_upload/soung/Journal/J3.pdf |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/mm.h> | 12 | #include <linux/mm.h> |
diff --git a/net/netfilter/nf_conntrack_proto_tcp.c b/net/netfilter/nf_conntrack_proto_tcp.c index c4c885dca3bd..3fb2b73b24dc 100644 --- a/net/netfilter/nf_conntrack_proto_tcp.c +++ b/net/netfilter/nf_conntrack_proto_tcp.c | |||
@@ -329,8 +329,8 @@ static unsigned int get_conntrack_index(const struct tcphdr *tcph) | |||
329 | /* TCP connection tracking based on 'Real Stateful TCP Packet Filtering | 329 | /* TCP connection tracking based on 'Real Stateful TCP Packet Filtering |
330 | in IP Filter' by Guido van Rooij. | 330 | in IP Filter' by Guido van Rooij. |
331 | 331 | ||
332 | http://www.nluug.nl/events/sane2000/papers.html | 332 | http://www.sane.nl/events/sane2000/papers.html |
333 | http://www.iae.nl/users/guido/papers/tcp_filtering.ps.gz | 333 | http://www.darkart.com/mirrors/www.obfuscation.org/ipf/ |
334 | 334 | ||
335 | The boundaries and the conditions are changed according to RFC793: | 335 | The boundaries and the conditions are changed according to RFC793: |
336 | the packet must intersect the window (i.e. segments may be | 336 | the packet must intersect the window (i.e. segments may be |
diff --git a/sound/oss/ac97_codec.c b/sound/oss/ac97_codec.c index 456a1b4d7832..854c303264dc 100644 --- a/sound/oss/ac97_codec.c +++ b/sound/oss/ac97_codec.c | |||
@@ -21,11 +21,8 @@ | |||
21 | * | 21 | * |
22 | ************************************************************************** | 22 | ************************************************************************** |
23 | * | 23 | * |
24 | * The Intel Audio Codec '97 specification is available at the Intel | 24 | * The Intel Audio Codec '97 specification is available at: |
25 | * audio homepage: http://developer.intel.com/ial/scalableplatforms/audio/ | 25 | * http://download.intel.com/support/motherboards/desktop/sb/ac97_r23.pdf |
26 | * | ||
27 | * The specification itself is currently available at: | ||
28 | * ftp://download.intel.com/ial/scalableplatforms/ac97r22.pdf | ||
29 | * | 26 | * |
30 | ************************************************************************** | 27 | ************************************************************************** |
31 | * | 28 | * |
diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c index c7fba5379813..537cfba829a5 100644 --- a/sound/pci/ens1370.c +++ b/sound/pci/ens1370.c | |||
@@ -22,7 +22,7 @@ | |||
22 | /* Power-Management-Code ( CONFIG_PM ) | 22 | /* Power-Management-Code ( CONFIG_PM ) |
23 | * for ens1371 only ( FIXME ) | 23 | * for ens1371 only ( FIXME ) |
24 | * derived from cs4281.c, atiixp.c and via82xx.c | 24 | * derived from cs4281.c, atiixp.c and via82xx.c |
25 | * using http://www.alsa-project.org/~iwai/writing-an-alsa-driver/c1540.htm | 25 | * using http://www.alsa-project.org/~tiwai/writing-an-alsa-driver/ |
26 | * by Kurt J. Bosch | 26 | * by Kurt J. Bosch |
27 | */ | 27 | */ |
28 | 28 | ||
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 6433e65c9507..a2999d678918 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -716,7 +716,7 @@ static void snd_intel8x0_setup_periods(struct intel8x0 *chip, struct ichdev *ich | |||
716 | * Intel 82443MX running a 100MHz processor system bus has a hardware bug, | 716 | * Intel 82443MX running a 100MHz processor system bus has a hardware bug, |
717 | * which aborts PCI busmaster for audio transfer. A workaround is to set | 717 | * which aborts PCI busmaster for audio transfer. A workaround is to set |
718 | * the pages as non-cached. For details, see the errata in | 718 | * the pages as non-cached. For details, see the errata in |
719 | * http://www.intel.com/design/chipsets/specupdt/245051.htm | 719 | * http://download.intel.com/design/chipsets/specupdt/24505108.pdf |
720 | */ | 720 | */ |
721 | static void fill_nocache(void *buf, int size, int nocache) | 721 | static void fill_nocache(void *buf, int size, int nocache) |
722 | { | 722 | { |