diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-06-10 04:20:37 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-06-10 04:20:37 +0000 |
| commit | 94a503c92dbc7662adc93de844797f579c0ef58a (patch) | |
| tree | 3ea31996343451dfd847c14af94c903ecd929c3b /sys/dev/ic | |
| parent | da0f982b482e6c2c1a0df4163d6fa4a6c6f9012b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/esp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ic/esp.h b/sys/dev/ic/esp.h index a381ee7d22aa..b8f903782395 100644 --- a/sys/dev/ic/esp.h +++ b/sys/dev/ic/esp.h @@ -59,6 +59,7 @@ #define ESP_SETFLOWTYPE 0x08 /* set type of flow-control (2 bytes) */ #define ESP_SETRXFLOW 0x0a /* set Rx FIFO flow control levels (4 bytes) */ #define ESP_SETMODE 0x10 /* set board mode (1 byte) */ +#define ESP_SETCLOCK 0x23 /* set UART clock prescaler */ /* Mode bits (ESP_SETMODE). */ #define ESP_MODE_FIFO 0x02 /* act like a 16550 (compatibility mode) */ |
