Update broken web addresses in the kernel.
[sfrench/cifs-2.6.git] / drivers / serial / 8250.c
index 24110f6f61e0efae9beddc0d509ba28968e73224..131c95f5476aab5caeb59b93b1cb6c8ad1f40789 100644 (file)
@@ -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://linux.derkeiler.com/Mailing-Lists/Kernel/2004-11/4812.html 
         */
        if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16)
                return 1;