From 6d7819a5d47018cd38813f604f06d909988df586 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 22 Sep 2002 08:51:31 +0000 Subject: Move the com_scr register address definition over with the other seven. Approved by: bde --- sys/dev/ic/ns16550.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ic/ns16550.h') diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index 2d93e76..e0a448c 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) */ -- cgit v1.1