diff options
author | bde <bde@FreeBSD.org> | 1998-11-22 09:41:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-11-22 09:41:12 +0000 |
commit | 93a34fb12412c64bf8cd69a9c74680383fc56b3c (patch) | |
tree | 60f8c80e670cb9488e0e5a6a2d44c8adb74b7774 | |
parent | 4084e8c5f1d4a3c05810653a025ce3476b6a3c3a (diff) | |
download | FreeBSD-src-93a34fb12412c64bf8cd69a9c74680383fc56b3c.zip FreeBSD-src-93a34fb12412c64bf8cd69a9c74680383fc56b3c.tar.gz |
Fixed a comment in code that will soon go away.
-rw-r--r-- | sys/i386/isa/sio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 8a6f603..4ede49a 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.215 1998/09/13 22:15:44 eivind Exp $ + * $Id: sio.c,v 1.216 1998/10/22 05:58:40 bde Exp $ */ #include "opt_comconsole.h" @@ -2112,8 +2112,8 @@ comparam(tp, t) * while the UART is doing output (they refuse to transmit anything * more until given a hard reset). Fix this by stopping filling * the device buffers and waiting for them to drain. Reading the - * line status port outside of siointr1() might lose some receiver - * error bits, but that is acceptable here. + * line status port outside of siointr1() might lose an output + * interrupt, but this will be fixed by (re)starting output. */ disable_intr(); retry: |