diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 02:52:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 02:52:39 +0000 |
commit | 79c14f975d6bf5ce62e1665e84eff5d8c4963fe8 (patch) | |
tree | 86f6ea2f2a64aa92e54f1635185b2fecc8ed7f14 /sys/dev/ic/stivar.h | |
parent | 62af66bb174e81375a09744a8cbad3119c4ffebb (diff) |
implement WSDISPLAYIO_{GET,PUT}CMAP; untested
Diffstat (limited to 'sys/dev/ic/stivar.h')
-rw-r--r-- | sys/dev/ic/stivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h index 5515eea2163..2ddb3a7870b 100644 --- a/sys/dev/ic/stivar.h +++ b/sys/dev/ic/stivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stivar.h,v 1.12 2003/08/17 05:52:41 mickey Exp $ */ +/* $OpenBSD: stivar.h,v 1.13 2003/08/19 02:52:38 mickey Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -53,6 +53,7 @@ struct sti_softc { u_int sc_fontmaxcol; /* ...or in off-screen frame buffer */ u_int sc_fontbase; + u_int8_t sc_rcmap[STI_NCMAP], sc_gcmap[STI_NCMAP], sc_bcmap[STI_NCMAP]; vaddr_t sc_code; sti_init_t init; |