summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
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
*/