diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 03:13:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 03:13:08 +0000 |
commit | a2fa5d2ed1eec2de963b11f8a98180a12a2c4ca8 (patch) | |
tree | 8633afbc004b54db746dbf1465238d5752d1c9b2 /sys/dev/ic/stivar.h | |
parent | 79c14f975d6bf5ce62e1665e84eff5d8c4963fe8 (diff) |
give better depth and cmsize
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 2ddb3a7870b..85568c90df3 100644 --- a/sys/dev/ic/stivar.h +++ b/sys/dev/ic/stivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stivar.h,v 1.13 2003/08/19 02:52:38 mickey Exp $ */ +/* $OpenBSD: stivar.h,v 1.14 2003/08/19 03:13:07 mickey Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -40,6 +40,7 @@ struct sti_softc { #define STI_CONSOLE 0x0004 int sc_devtype; int sc_nscreens; + int sc_bpp; bus_space_tag_t iot, memt; bus_space_handle_t ioh, romh, fbh; |