summaryrefslogtreecommitdiff
path: root/sys/dev/fb/creatorreg.h
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-07-10 11:16:34 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-07-10 11:16:34 +0000
commita2ffe82f1d2ffab346c6fc96559ec68cd019faf9 (patch)
treed19af38c7c762d65052b195e9b89e57a6c7e54fb /sys/dev/fb/creatorreg.h
parent4baa0720d8d37c8dfbb2aae6926f5431e0cf2e4c (diff)
Notes
Diffstat (limited to 'sys/dev/fb/creatorreg.h')
-rw-r--r--sys/dev/fb/creatorreg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h
index ce79582360e4..87fe9808cd78 100644
--- a/sys/dev/fb/creatorreg.h
+++ b/sys/dev/fb/creatorreg.h
@@ -231,6 +231,9 @@ struct creator_softc {
int sc_bg_cache;
int sc_fg_cache;
int sc_fifo_cache;
+ int sc_fontinc_cache;
+ int sc_fontw_cache;
+ int sc_pmask_cache;
int sc_flags;
#define CREATOR_AFB (1 << 0)