From a2fa5d2ed1eec2de963b11f8a98180a12a2c4ca8 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 19 Aug 2003 03:13:08 +0000 Subject: give better depth and cmsize --- sys/dev/ic/stivar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/stivar.h') 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; -- cgit v1.2.3