diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-22 08:51:31 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-22 08:51:31 +0000 |
| commit | c8423e97021edebb1954be8a54bca4bf02e7e7a1 (patch) | |
| tree | 1aa15bb4666f4919a5c236acddf9c63f21a54313 /sys/dev/ic | |
| parent | 4a2eca23cad9d40a1fada75edcfa78e2cbb3c34f (diff) | |
Notes
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/ns16550.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index 2d93e76a554d..e0a448cab283 100644 --- a/sys/dev/ic/ns16550.h +++ b/sys/dev/ic/ns16550.h @@ -48,3 +48,4 @@ #define com_mcr 4 /* modem control register (R/W) */ #define com_lsr 5 /* line status register (R/W) */ #define com_msr 6 /* modem status register (R/W) */ +#define com_scr 7 /* scratch register for 16450 up (R/W) */ |
