summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-06-10 04:20:37 +0000
committernyan <nyan@FreeBSD.org>2001-06-10 04:20:37 +0000
commit10d5355359595d78f578b04b34d482874358662d (patch)
tree3ea31996343451dfd847c14af94c903ecd929c3b /sys/dev/ic
parentde6f91157758447d35b6ce0598bf169fcbc0d8bc (diff)
downloadFreeBSD-src-10d5355359595d78f578b04b34d482874358662d.zip
FreeBSD-src-10d5355359595d78f578b04b34d482874358662d.tar.gz
Added ESP98 specific register (merged from i386/isa/ic/esp.h).
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/esp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ic/esp.h b/sys/dev/ic/esp.h
index a381ee7..b8f9037 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) */
OpenPOWER on IntegriCloud