]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/serial/8250.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[net-next-2.6.git] / drivers / serial / 8250.c
index 167c4a6ccbc39b276806c5646e8792627f732c9d..4d8e14b7aa931bcf3de11c6e5805005e0bf413ca 100644 (file)
@@ -919,7 +919,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;