public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses.
@ 2010-09-09 22:37 Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 122/223]drivers/parisc/README.dino " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/net/natsemi.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c
index a6033d4..a8c6d3c 100644
--- a/drivers/net/natsemi.c
+++ b/drivers/net/natsemi.c
@@ -19,9 +19,7 @@
 	Annapolis MD 21403
 
 	Support information and updates available at
-	http://www.scyld.com/network/netsemi.html
-	[link no longer provides useful info -jgarzik]
-
+	http://www.penguincomputing.com/	
 
 	TODO:
 	* big endian support with CFG:BEM instead of cpu_to_le32
@@ -207,9 +205,7 @@ recieve and transmit paths which are synchronised using a combination of
 hardware descriptor ownership, disabling interrupts and NAPI poll scheduling.
 
 IVb. References
-
-http://www.scyld.com/expert/100mbps.html
-http://www.scyld.com/expert/NWay.html
+http://www.penguincomputing.com/
 Datasheet is available from:
 http://www.national.com/pf/DP/DP83815.html
 
@@ -223,7 +219,7 @@ None characterised.
 /*
  * Support for fibre connections on Am79C874:
  * This phy needs a special setup when connected to a fibre cable.
- * http://www.amd.com/files/connectivitysolutions/networking/archivednetworking/22235.pdf
+ * http://web.archive.org/web/*/http://www.amd.com/files/connectivitysolutions/networking/archivednetworking/22235.pdf 
  */
 #define PHYID_AM79C874	0x0022561b
 
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 122/223]drivers/parisc/README.dino Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 123/223]drivers/parport/Kconfig " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/parisc/README.dino |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/parisc/README.dino b/drivers/parisc/README.dino
index 097324f..8194037 100644
--- a/drivers/parisc/README.dino
+++ b/drivers/parisc/README.dino
@@ -10,8 +10,7 @@
 ** PCI bus. HP-supplied graphics cards that utilize the PCI bus are
 ** not affected."
 **
-** REVISIT: "go/pci_defect" link below is stale.
-**	HP Internal can use <http://hpfcdma.fc.hp.com:80/Dino/>
+** http://www.hp.com/#Product 
 **
 **	Product		First Good Serial Number
 **  C200/C240 (US)	US67350000
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 123/223]drivers/parport/Kconfig Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 122/223]drivers/parisc/README.dino " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 124/223]drivers/pci/quirks.c " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/parport/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig
index 855f389..b578d2c 100644
--- a/drivers/parport/Kconfig
+++ b/drivers/parport/Kconfig
@@ -18,8 +18,8 @@ menuconfig PARPORT
 	  <file:drivers/parport/BUGS-parport>.
 
 	  For extensive information about drivers for many devices attaching
-	  to the parallel port see <http://www.torque.net/linux-pp.html> on
-	  the WWW.
+	  to the parallel port see 
+	  http://web.archive.org/web/*/http://www.torque.net/linux-pp.html.
 
 	  It is possible to share a single parallel port among several devices
 	  and it is safe to compile all the corresponding drivers into the
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 124/223]drivers/pci/quirks.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 122/223]drivers/parisc/README.dino " Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 123/223]drivers/parport/Kconfig " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 125/223]drivers/pcmcia/yenta_socket.c " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/pci/quirks.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 89ed181..58fc076 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -205,7 +205,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 	PCI_DEVICE_ID_INTEL_82439TX, 	quir
 /*
  *	VIA Apollo KT133 needs PCI latency patch
  *	Made according to a windows driver based patch by George E. Breese
- *	see PCI Latency Adjust on http://www.viahardware.com/download/viatweak.shtm
+ *	see PCI Latency Adjust on http://www.sudhian.com/ 
  *      Also see http://www.au-ja.org/review-kt133a-1-en.phtml for
  *      the info on which Mr Breese based his work.
  *
@@ -996,7 +996,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TOSHIBA,	0x605,	quirk_transparent_bridge)
 /*
  * Common misconfiguration of the MediaGX/Geode PCI master that will
  * reduce PCI bandwidth from 70MB/s to 25MB/s.  See the GXM/GXLV/GX1
- * datasheets found at http://www.national.com/ds/GX for info on what
+ * datasheets found at http://www.national.com/analog for info on what
  * these bits do.  <christer@weinigel.se>
  */
 static void quirk_mediagx_master(struct pci_dev *dev)
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 125/223]drivers/pcmcia/yenta_socket.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 124/223]drivers/pci/quirks.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 126/223]drivers/pnp/pnpbios/proc.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/pcmcia/yenta_socket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c
index 414d9a6..91a7225 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)
  * invisible during PCI scans because of a misconfigured subordinate number
  * of the parent brige - some BIOSes seem to be too lazy to set it right.
  * Does the fixup carefully by checking how far it can go without conflicts.
- * See http\://bugzilla.kernel.org/show_bug.cgi?id=2944 for more information.
+ * See http://bugzilla.kernel.org/show_bug.cgi?id=2944 for more information.
  */
 static void yenta_fixup_parent_bridge(struct pci_bus *cardbus_bridge)
 {
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 126/223]drivers/pnp/pnpbios/proc.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 125/223]drivers/pcmcia/yenta_socket.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 127/223]drivers/scsi/scsi_debug.c " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/pnp/pnpbios/proc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/pnp/pnpbios/proc.c b/drivers/pnp/pnpbios/proc.c
index 2d8ac43..bc89f39 100644
--- a/drivers/pnp/pnpbios/proc.c
+++ b/drivers/pnp/pnpbios/proc.c
@@ -11,7 +11,6 @@
  *
  * The .../escd file is utilized by the lsescd utility written by
  * Gunther Mayer.
- *     http://home.t-online.de/home/gunther.mayer/lsescd
  *
  * The .../legacy_device_resources file is not used yet.
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 127/223]drivers/scsi/scsi_debug.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 126/223]drivers/pnp/pnpbios/proc.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 128/223]drivers/scsi/ibmmca.c " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/scsi/scsi_debug.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index b02bdc6..705f541 100644
--- a/drivers/scsi/scsi_debug.c
+++ b/drivers/scsi/scsi_debug.c
@@ -555,8 +555,8 @@ static int inquiry_evpd_84(unsigned char * arr)
 static int inquiry_evpd_85(unsigned char * arr)
 {
 	int num = 0;
-	const char * na1 = "https://www.kernel.org/config";
-	const char * na2 = "http://www.kernel.org/log";
+	const char * na1 = "https://www.kernel.org";
+	const char * na2 = "http://www.kernel.org";
 	int plen, olen;
 
 	arr[num++] = 0x1;	/* lu, storage config */
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 128/223]drivers/scsi/ibmmca.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 127/223]drivers/scsi/scsi_debug.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 129/223]drivers/scsi/Kconfig " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/scsi/ibmmca.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/ibmmca.c b/drivers/scsi/ibmmca.c
index 9a4b69d..be29702 100644
--- a/drivers/scsi/ibmmca.c
+++ b/drivers/scsi/ibmmca.c
@@ -7,8 +7,6 @@
  See the file Documentation/scsi/ibmmca.txt for a detailed description
  of this driver, the commandline arguments and the history of its
  development.
- See the WWW-page: http://www.uni-mainz.de/~langm000/linux.html for latest
- updates, info and ADF-files for adapters supported by this driver.
 
  Alan Cox <alan@lxorguk.ukuu.org.uk>
  Updated for Linux 2.5.45 to use the new error handler, cleaned up the
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 129/223]drivers/scsi/Kconfig Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 128/223]drivers/scsi/ibmmca.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:42   ` Randy Dunlap
  2010-09-09 22:37 ` [PATCH 130/223]drivers/scsi/arm/Kconfig " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 1 reply; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/scsi/Kconfig |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index bbf91ae..6fe68d0 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -116,7 +116,7 @@ config CHR_DEV_OSST
 	  <http://www.tldp.org/docs.html#howto>  and
 	  <file:Documentation/scsi/osst.txt>  in the kernel source.
 	  More info on the OnStream driver may be found on
-	  <http://linux1.onstream.nl/test/>
+	  <http://web.archive.org/web/*/http://linux1.onstream.nl/test/>
 	  Please also have a look at the standard st docu, as most of it
 	  applies to osst as well.
 
@@ -156,9 +156,9 @@ config CHR_DEV_SG
 	  directly, so you need some additional software which knows how to
 	  talk to these devices using the SCSI protocol:
 
-	  For scanners, look at SANE (<http://www.mostang.com/sane/>). For CD
+	  For scanners, look at SANE (<http://www.sane-project.org/>). For CD
 	  writer software look at Cdrtools
-	  (<http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html>)
+	  (<http://cdrecord.berlios.de/private/cdrecord.html>)
 	  and for burning a "disk at once": CDRDAO
 	  (<http://cdrdao.sourceforge.net/>). Cdparanoia is a high
 	  quality digital reader of audio CDs (<http://www.xiph.org/paranoia/>).
@@ -949,7 +949,7 @@ config SCSI_IPS
 	depends on PCI && SCSI
 	---help---
 	  This is support for the IBM ServeRAID hardware RAID controllers.
-	  See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
+	  See <http://www.ibm.com/us/en/>
 	  for more information.  If this driver does not work correctly
 	  without modification please contact the author by email at
 	  <ipslinux@adaptec.com>.
@@ -1608,9 +1608,9 @@ config SCSI_DEBUG
 	  each with multiple dummy SCSI devices (disks). It defaults to one
 	  host adapter with one dummy SCSI disk. Each dummy disk uses kernel
 	  RAM as storage (i.e. it is a ramdisk). To save space when multiple
-	  dummy disks are simulated, they share the same kernel RAM for 
-	  their storage. See <http://www.torque.net/sg/sdebug.html> for more
-	  information. This driver is primarily of use to those testing the
+	  dummy disks are simulated, they share the same kernel RAM for their 
+	  storage. See <http://web.archive.org/web/*/http://www.torque.net/sg/sdebug.html> 
+	  for more information. This driver is primarily of use to those testing the
 	  SCSI and block subsystems. If unsure, say N.
 
 config SCSI_MESH
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 130/223]drivers/scsi/arm/Kconfig Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 129/223]drivers/scsi/Kconfig " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 131/223]drivers/serial/sn_console.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/scsi/arm/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/arm/Kconfig b/drivers/scsi/arm/Kconfig
index a8587f1..53c645a 100644
--- a/drivers/scsi/arm/Kconfig
+++ b/drivers/scsi/arm/Kconfig
@@ -39,7 +39,7 @@ config SCSI_ARXESCSI
 	  HD discs from the then new A5000 on earlier models. This interface
 	  was either sold on its own or with an integral SCSI controller.
 	  Technical details on this NCR53c94-based device are available at
-	  <http://www.cryton.demon.co.uk/acornbits/scsi_arxe.html>
+	  <http://web.archive.org/web/*/http://www.cryton.demon.co.uk/acornbits/scsi_arxe.html>
 	  Say Y here to compile in support for the SCSI controller.
 
 config SCSI_CUMANA_2
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 131/223]drivers/serial/sn_console.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 130/223]drivers/scsi/arm/Kconfig " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 132/223]drivers/serial/8250.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/serial/sn_console.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/sn_console.c b/drivers/serial/sn_console.c
index cff9a30..daead24 100644
--- a/drivers/serial/sn_console.c
+++ b/drivers/serial/sn_console.c
@@ -34,7 +34,7 @@
  *
  * For further information regarding this notice, see:
  *
- * http://oss.sgi.com/projects/GenInfo/NoticeExplan
+ * http://oss.sgi.com/projects/failsafe/docs/LnxFailSafe_PG/html/fpcontent.html 
  */
 
 #include <linux/interrupt.h>
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 132/223]drivers/serial/8250.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 131/223]drivers/serial/sn_console.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 133/223]drivers/serial/bfin_sport_uart.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/serial/8250.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index 24110f6..538f13f 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -924,7 +924,7 @@ static int broken_efr(struct uart_8250_port *up)
 	/*
 	 * Exar ST16C2550 "A2" devices incorrectly detect as
 	 * having an EFR, and report an ID of 0x0201.  See
-	 * http://www.exar.com/info.php?pdf=dan180_oct2004.pdf
+	 * http://www.exar.com/ 
 	 */
 	if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16)
 		return 1;
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 133/223]drivers/serial/bfin_sport_uart.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 132/223]drivers/serial/8250.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 23:06   ` Mike Frysinger
  2010-09-09 22:37 ` [PATCH 134/223]drivers/serial/uartlite.c " Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 135/223]drivers/serial/bfin_sport_uart.h " Justin P. Mattock
  13 siblings, 1 reply; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/serial/bfin_sport_uart.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/bfin_sport_uart.c b/drivers/serial/bfin_sport_uart.c
index e57fb3d..5c0aed5 100644
--- a/drivers/serial/bfin_sport_uart.c
+++ b/drivers/serial/bfin_sport_uart.c
@@ -10,7 +10,7 @@
 
 /*
  * This driver and the hardware supported are in term of EE-191 of ADI.
- * http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf
+ * http://www.analog.com/static/imported-files/application_notes/EE191.pdf
  * This application note describe how to implement a UART on a Sharc DSP,
  * but this driver is implemented on Blackfin Processor.
  * Transmit Frame Sync is not used by this driver to transfer data out.
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 134/223]drivers/serial/uartlite.c Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 133/223]drivers/serial/bfin_sport_uart.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 22:37 ` [PATCH 135/223]drivers/serial/bfin_sport_uart.h " Justin P. Mattock
  13 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/serial/uartlite.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c
index 9b03d7b..3fa2e16 100644
--- a/drivers/serial/uartlite.c
+++ b/drivers/serial/uartlite.c
@@ -44,7 +44,7 @@ MODULE_DEVICE_TABLE(of, ulite_of_match);
  * Register definitions
  *
  * For register details see datasheet:
- * http://www.xilinx.com/bvdocs/ipcenter/data_sheet/opb_uartlite.pdf
+ * http://www.xilinx.com/support/documentation/ip_documentation/opb_uartlite.pdf 
  */
 
 #define ULITE_RX		0x00
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 135/223]drivers/serial/bfin_sport_uart.h Update broken web addresses.
  2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-09 22:37 ` [PATCH 134/223]drivers/serial/uartlite.c " Justin P. Mattock
@ 2010-09-09 22:37 ` Justin P. Mattock
  2010-09-09 23:06   ` Mike Frysinger
  13 siblings, 1 reply; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/serial/bfin_sport_uart.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/bfin_sport_uart.h b/drivers/serial/bfin_sport_uart.h
index 9ce253e..6d06ce1 100644
--- a/drivers/serial/bfin_sport_uart.h
+++ b/drivers/serial/bfin_sport_uart.h
@@ -10,7 +10,7 @@
 
 /*
  * This driver and the hardware supported are in term of EE-191 of ADI.
- * http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf
+ * http://www.analog.com/static/imported-files/application_notes/EE191.pdf 
  * This application note describe how to implement a UART on a Sharc DSP,
  * but this driver is implemented on Blackfin Processor.
  * Transmit Frame Sync is not used by this driver to transfer data out.
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [PATCH 129/223]drivers/scsi/Kconfig Update broken web addresses.
  2010-09-09 22:37 ` [PATCH 129/223]drivers/scsi/Kconfig " Justin P. Mattock
@ 2010-09-09 22:42   ` Randy Dunlap
  2010-09-09 22:50     ` Justin P. Mattock
  0 siblings, 1 reply; 20+ messages in thread
From: Randy Dunlap @ 2010-09-09 22:42 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On Thu,  9 Sep 2010 15:37:36 -0700 Justin P. Mattock wrote:

> Below you will find an Update to a broken web address.
> Please let me know if this needs to be changed.
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  drivers/scsi/Kconfig |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
> index bbf91ae..6fe68d0 100644
> --- a/drivers/scsi/Kconfig
> +++ b/drivers/scsi/Kconfig
> @@ -1608,9 +1608,9 @@ config SCSI_DEBUG
>  	  each with multiple dummy SCSI devices (disks). It defaults to one
>  	  host adapter with one dummy SCSI disk. Each dummy disk uses kernel
>  	  RAM as storage (i.e. it is a ramdisk). To save space when multiple
> -	  dummy disks are simulated, they share the same kernel RAM for 
> -	  their storage. See <http://www.torque.net/sg/sdebug.html> for more
> -	  information. This driver is primarily of use to those testing the
> +	  dummy disks are simulated, they share the same kernel RAM for their 
> +	  storage. See <http://web.archive.org/web/*/http://www.torque.net/sg/sdebug.html> 
> +	  for more information. This driver is primarily of use to those testing the
>  	  SCSI and block subsystems. If unsure, say N.

This one should be <http://sg.danny.cz/sg/sdebug26.html>

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 129/223]drivers/scsi/Kconfig Update broken web addresses.
  2010-09-09 22:42   ` Randy Dunlap
@ 2010-09-09 22:50     ` Justin P. Mattock
  0 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:50 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: trivial, linux-kernel

On 09/09/2010 03:42 PM, Randy Dunlap wrote:
> On Thu,  9 Sep 2010 15:37:36 -0700 Justin P. Mattock wrote:
>
>> Below you will find an Update to a broken web address.
>> Please let me know if this needs to be changed.
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   drivers/scsi/Kconfig |   14 +++++++-------
>>   1 files changed, 7 insertions(+), 7 deletions(-)
>>
>> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
>> index bbf91ae..6fe68d0 100644
>> --- a/drivers/scsi/Kconfig
>> +++ b/drivers/scsi/Kconfig
>> @@ -1608,9 +1608,9 @@ config SCSI_DEBUG
>>   	  each with multiple dummy SCSI devices (disks). It defaults to one
>>   	  host adapter with one dummy SCSI disk. Each dummy disk uses kernel
>>   	  RAM as storage (i.e. it is a ramdisk). To save space when multiple
>> -	  dummy disks are simulated, they share the same kernel RAM for
>> -	  their storage. See<http://www.torque.net/sg/sdebug.html>  for more
>> -	  information. This driver is primarily of use to those testing the
>> +	  dummy disks are simulated, they share the same kernel RAM for their
>> +	  storage. See<http://web.archive.org/web/*/http://www.torque.net/sg/sdebug.html>
>> +	  for more information. This driver is primarily of use to those testing the
>>   	  SCSI and block subsystems. If unsure, say N.
>
> This one should be<http://sg.danny.cz/sg/sdebug26.html>
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>


cool, thanks..

Justin P. Mattock

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 133/223]drivers/serial/bfin_sport_uart.c Update broken web addresses.
  2010-09-09 22:37 ` [PATCH 133/223]drivers/serial/bfin_sport_uart.c " Justin P. Mattock
@ 2010-09-09 23:06   ` Mike Frysinger
  0 siblings, 0 replies; 20+ messages in thread
From: Mike Frysinger @ 2010-09-09 23:06 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On Thu, Sep 9, 2010 at 18:37, Justin P. Mattock wrote:
> Below you will find an Update to a broken web address.
> Please let me know if this needs to be changed.

thanks, this is OK
-mike

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 135/223]drivers/serial/bfin_sport_uart.h Update broken web addresses.
  2010-09-09 22:37 ` [PATCH 135/223]drivers/serial/bfin_sport_uart.h " Justin P. Mattock
@ 2010-09-09 23:06   ` Mike Frysinger
  2010-09-09 23:28     ` Justin P. Mattock
  0 siblings, 1 reply; 20+ messages in thread
From: Mike Frysinger @ 2010-09-09 23:06 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On Thu, Sep 9, 2010 at 18:37, Justin P. Mattock wrote:
> Below you will find an Update to a broken web address.
> Please let me know if this needs to be changed.

thanks, this is OK
-mike

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 135/223]drivers/serial/bfin_sport_uart.h Update broken web addresses.
  2010-09-09 23:06   ` Mike Frysinger
@ 2010-09-09 23:28     ` Justin P. Mattock
  0 siblings, 0 replies; 20+ messages in thread
From: Justin P. Mattock @ 2010-09-09 23:28 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: trivial, linux-kernel

On 09/09/2010 04:06 PM, Mike Frysinger wrote:
> On Thu, Sep 9, 2010 at 18:37, Justin P. Mattock wrote:
>> Below you will find an Update to a broken web address.
>> Please let me know if this needs to be changed.
>
> thanks, this is OK
> -mike
>


alright..cool

Justin P. Mattock



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-09-09 23:27 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 22:37 [PATCH 121/223]drivers/net/natsemi.c Update broken web addresses Justin P. Mattock
2010-09-09 22:37 ` [PATCH 122/223]drivers/parisc/README.dino " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 123/223]drivers/parport/Kconfig " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 124/223]drivers/pci/quirks.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 125/223]drivers/pcmcia/yenta_socket.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 126/223]drivers/pnp/pnpbios/proc.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 127/223]drivers/scsi/scsi_debug.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 128/223]drivers/scsi/ibmmca.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 129/223]drivers/scsi/Kconfig " Justin P. Mattock
2010-09-09 22:42   ` Randy Dunlap
2010-09-09 22:50     ` Justin P. Mattock
2010-09-09 22:37 ` [PATCH 130/223]drivers/scsi/arm/Kconfig " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 131/223]drivers/serial/sn_console.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 132/223]drivers/serial/8250.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 133/223]drivers/serial/bfin_sport_uart.c " Justin P. Mattock
2010-09-09 23:06   ` Mike Frysinger
2010-09-09 22:37 ` [PATCH 134/223]drivers/serial/uartlite.c " Justin P. Mattock
2010-09-09 22:37 ` [PATCH 135/223]drivers/serial/bfin_sport_uart.h " Justin P. Mattock
2010-09-09 23:06   ` Mike Frysinger
2010-09-09 23:28     ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox