diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-04-02 21:45:54 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-04-02 21:45:54 +0000 |
| commit | 8d1289fe6d9bac0e8e11f134a2640b5ec6cf26f0 (patch) | |
| tree | eb31ca7499d49c1a5e87b5bf5d5c653178dd3417 /sys/dev/uart/uart_bus.h | |
| parent | 81eb3f0f5fb86450c3943843b2b601b29964db6f (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
| -rw-r--r-- | sys/dev/uart/uart_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index 7c5f47ab8cf6..19ceab0d2cef 100644 --- a/sys/dev/uart/uart_bus.h +++ b/sys/dev/uart/uart_bus.h @@ -93,7 +93,6 @@ struct uart_softc { int sc_callout:1; /* This UART is opened for callout. */ int sc_fastintr:1; /* This UART uses fast interrupts. */ - int sc_hasfifo:1; /* This UART has FIFOs. */ int sc_hwiflow:1; /* This UART has HW input flow ctl. */ int sc_hwoflow:1; /* This UART has HW output flow ctl. */ int sc_leaving:1; /* This UART is going away. */ |
