From 60820c0548766952babe2fc2ca87618fdf141ba5 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 17 Aug 2003 05:52:42 +0000 Subject: implement WSDISPLAYIO_{S,G}MODE --- 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 e851add5b6c..5515eea2163 100644 --- a/sys/dev/ic/stivar.h +++ b/sys/dev/ic/stivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stivar.h,v 1.11 2003/08/17 02:47:47 mickey Exp $ */ +/* $OpenBSD: stivar.h,v 1.12 2003/08/17 05:52:41 mickey Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -33,6 +33,7 @@ struct sti_softc { struct device sc_dev; void *sc_ih; + u_int sc_wsmode; u_int sc_flags; #define STI_TEXTMODE 0x0001 #define STI_CLEARSCR 0x0002 -- cgit v1.2.3