Removed TX ring buffer.

This commit is contained in:
Joel Sherrill
1998-07-25 16:52:17 +00:00
parent cb27f05cc7
commit adedb057d5
2 changed files with 0 additions and 4 deletions

View File

@@ -145,8 +145,6 @@ typedef struct _console_tbl {
typedef struct _console_data {
void *termios_data;
volatile boolean bActive;
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,8 +145,6 @@ typedef struct _console_tbl {
typedef struct _console_data {
void *termios_data;
volatile boolean bActive;
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
*/