diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-17 05:52:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-17 05:52:42 +0000 |
commit | 60820c0548766952babe2fc2ca87618fdf141ba5 (patch) | |
tree | bfd00fb8b6a34aa64bf912874c2823ccd06a81cf /sys/dev/ic/stivar.h | |
parent | 7152c194cef9abc370bc9d6b08e2ebe6e23ed3df (diff) |
implement WSDISPLAYIO_{S,G}MODE
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 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 |