Changed comment on TxBuffer.

This commit is contained in:
Joel Sherrill
1998-07-25 16:18:46 +00:00
parent b070d69a0f
commit c1da2504fb
2 changed files with 4 additions and 2 deletions

View File

@@ -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
*/

View File

@@ -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
*/