diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2016-01-10 18:11:23 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2016-01-10 18:11:23 +0000 |
| commit | 3deebd539b0a4a8cc136dc9adedf22ab84a9bc19 (patch) | |
| tree | ceaabbe275e747141a50f05f3a528eb70b5e0d24 /sys/dev/ic | |
| parent | ca496abd5a671f3bc8dc55ad8cb511c309f523f7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/ns16550.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index 33a7dd14b82b..e4c714f21463 100644 --- a/sys/dev/ic/ns16550.h +++ b/sys/dev/ic/ns16550.h @@ -205,6 +205,7 @@ * requires ACR[6]. */ #define com_icr 5 /* index control register (R/W) */ +#define REG_ICR com_icr /* * 16950 register #7. It is the same as com_scr except it has a different @@ -220,6 +221,7 @@ */ #define com_acr 0 /* additional control register (R/W) */ +#define REG_ACR com_acr #define ACR_ASE 0x80 /* ASR/RFL/TFL enable */ #define ACR_ICRE 0x40 /* ICR enable */ #define ACR_TLE 0x20 /* TTL/RTL enable */ |
