diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2005-07-10 11:16:34 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2005-07-10 11:16:34 +0000 |
| commit | a2ffe82f1d2ffab346c6fc96559ec68cd019faf9 (patch) | |
| tree | d19af38c7c762d65052b195e9b89e57a6c7e54fb /sys/dev/fb/creatorreg.h | |
| parent | 4baa0720d8d37c8dfbb2aae6926f5431e0cf2e4c (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb/creatorreg.h')
| -rw-r--r-- | sys/dev/fb/creatorreg.h | 3 |
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) |
