summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 16:18:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 16:18:46 +0000
commitc1da2504fbe74d994b5f674dc3e3df514e207fa9 (patch)
treece5fb0de3dd05ce85bed9341202bdb7e5cf88701 /c/src/libchip
parentRemoved mc68681_flush and corrected spacing. (diff)
downloadrtems-c1da2504fbe74d994b5f674dc3e3df514e207fa9.tar.bz2
Changed comment on TxBuffer.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/serial/serial.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libchip/serial/serial.h b/c/src/libchip/serial/serial.h
index 34f643e52c..6f3dae7919 100644
--- a/c/src/libchip/serial/serial.h
+++ b/c/src/libchip/serial/serial.h
@@ -145,7 +145,8 @@ typedef struct _console_tbl {
typedef struct _console_data {
void *termios_data;
volatile boolean bActive;
- volatile Ring_buffer_t TxBuffer; /* XXX remove from other drivers */
+ volatile Ring_buffer_t TxBuffer; /* XXX remove usage from drivers */
+ /* XXX only the ns16550 uses this now */
/*
* This field may be used for any purpose required by the driver
*/