Date: Tue, 9 Sep 2003 22:01:08 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/uart uart_dev_ns8250.c Message-ID: <200309100501.h8A518Mj050323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/09/09 22:01:08 PDT FreeBSD src repository Modified files: sys/dev/uart uart_dev_ns8250.c Log: If we failed to size the Rx FIFO, assume the worst. This however is not a size of 1. Since we already know there is a FIFO, we can safely assume that it is at least 16 bytes. Note that all this is mostly academic anyway. We don't use the size of the Rx FIFO currently. If we add support for hardware flow control, we only care about Rx FIFO sizes larger than 16. Revision Changes Path 1.2 +1 -1 src/sys/dev/uart/uart_dev_ns8250.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309100501.h8A518Mj050323>