summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-05-12 04:59:27 +0000
committerbde <bde@FreeBSD.org>1999-05-12 04:59:27 +0000
commitd3fa28edceced39291c6fb85b0cce8ce4756ba7a (patch)
tree936b784127b0789c1f9a59d4ff3ba38978c0ed9e /sys/i386/isa/pcvt
parent6045d0112071cf131e0789db486c678e7b19ccfd (diff)
downloadFreeBSD-src-d3fa28edceced39291c6fb85b0cce8ce4756ba7a.zip
FreeBSD-src-d3fa28edceced39291c6fb85b0cce8ce4756ba7a.tar.gz
Updated a comment (Crtat is no longer bogusly shared with syscons).
Don't declare a nonexistent variable.
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 1d01256..8603f37 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -751,7 +751,6 @@ in the config file"
#endif
EXTERN u_char *more_chars; /* response buffer via kbd */
-EXTERN int char_count; /* response char count */
EXTERN u_char color; /* color or mono display */
EXTERN u_short kern_attr; /* kernel messages char attributes */
@@ -968,7 +967,6 @@ u_char bgansitopc[] = { /* background ANSI color -> pc */
};
#if !PCVT_NETBSD
-/* XXX Crtat is shared with syscons. */
u_short *Crtat; /* screen start address */
#if !(PCVT_FREEBSD > 110 && PCVT_FREEBSD < 200)
struct tty *pcconsp = &pccons[0]; /* ptr to current device */
OpenPOWER on IntegriCloud