summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc/cfb.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-31 13:40:07 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-31 13:40:07 +0000
commitd18ce66da98d108f5f166e4cd314b6989abefb96 (patch)
tree7a4bf356fbdc2520232e6ec68e9faf128f97e9a9 /sys/arch/alpha/tc/cfb.c
parentcb80d106aae3b78c45f5a8b3e460630c6b1b3ef8 (diff)
text video attributes, tested only on vga, send me E-mail if it breaks something, thx.
Diffstat (limited to 'sys/arch/alpha/tc/cfb.c')
-rw-r--r--sys/arch/alpha/tc/cfb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/tc/cfb.c b/sys/arch/alpha/tc/cfb.c
index 7a1176f5bba..894d6e454ca 100644
--- a/sys/arch/alpha/tc/cfb.c
+++ b/sys/arch/alpha/tc/cfb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cfb.c,v 1.7 1997/01/24 19:58:08 niklas Exp $ */
+/* $OpenBSD: cfb.c,v 1.8 1997/07/31 13:40:03 kstailey Exp $ */
/* $NetBSD: cfb.c,v 1.7 1996/12/05 01:39:39 cgd Exp $ */
/*
@@ -81,6 +81,7 @@ struct wscons_emulfuncs cfb_emulfuncs = {
rcons_erasecols,
rcons_copyrows,
rcons_eraserows,
+ rcons_setattr,
};
int cfbioctl __P((void *, u_long, caddr_t, int, struct proc *));