From 62442b4e9813caa72d3fcd297e5b2c3f85b3350a Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 30 Jun 1993 04:04:24 +0000 Subject: [PATCH] Added com_scratch entry. --- sys/arch/i386/isa/ic/ns16550.h | 3 ++- sys/dev/ic/ns16550.h | 3 ++- sys/dev/ic/ns16550reg.h | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/isa/ic/ns16550.h b/sys/arch/i386/isa/ic/ns16550.h index 489d451feee8..d5f64f63ca64 100644 --- a/sys/arch/i386/isa/ic/ns16550.h +++ b/sys/arch/i386/isa/ic/ns16550.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $Id: ns16550.h,v 1.2 1993/05/22 08:02:01 cgd Exp $ + * $Id: ns16550.h,v 1.3 1993/06/30 04:04:24 andrew Exp $ */ /* @@ -49,3 +49,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_scratch 7 /* scratch register (R/W) */ diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index 489d451feee8..d5f64f63ca64 100644 --- a/sys/dev/ic/ns16550.h +++ b/sys/dev/ic/ns16550.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $Id: ns16550.h,v 1.2 1993/05/22 08:02:01 cgd Exp $ + * $Id: ns16550.h,v 1.3 1993/06/30 04:04:24 andrew Exp $ */ /* @@ -49,3 +49,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_scratch 7 /* scratch register (R/W) */ diff --git a/sys/dev/ic/ns16550reg.h b/sys/dev/ic/ns16550reg.h index 9448c5b74abd..43908fc0f4fd 100644 --- a/sys/dev/ic/ns16550reg.h +++ b/sys/dev/ic/ns16550reg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $Id: ns16550reg.h,v 1.2 1993/05/22 08:02:01 cgd Exp $ + * $Id: ns16550reg.h,v 1.3 1993/06/30 04:04:24 andrew Exp $ */ /* @@ -49,3 +49,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_scratch 7 /* scratch register (R/W) */