summaryrefslogtreecommitdiffstats
path: root/sys/sys/consio.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-04-27 13:34:32 +0000
committernyan <nyan@FreeBSD.org>2000-04-27 13:34:32 +0000
commit34c45fc8f0c7442b15283c34b1d44b138f5079b7 (patch)
tree76f8ca6964620d45ae26dc81079673d18442d193 /sys/sys/consio.h
parent4f2f4c3284f431e8b0a018cc4eb22599d2e8c476 (diff)
downloadFreeBSD-src-34c45fc8f0c7442b15283c34b1d44b138f5079b7.zip
FreeBSD-src-34c45fc8f0c7442b15283c34b1d44b138f5079b7.tar.gz
Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.
Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp> and Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
Diffstat (limited to 'sys/sys/consio.h')
-rw-r--r--sys/sys/consio.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/sys/consio.h b/sys/sys/consio.h
index 2f5ae3d..7a9fb02 100644
--- a/sys/sys/consio.h
+++ b/sys/sys/consio.h
@@ -345,8 +345,11 @@ typedef struct vt_mode vtmode_t;
#define SW_VGA_CG640 _IO('S', M_VGA_CG640)
#define SW_VGA_MODEX _IO('S', M_VGA_MODEX)
-#define SW_PC98_80x25 _IO('S', M_PC98_80x25)
-#define SW_PC98_80x30 _IO('S', M_PC98_80x30)
+#define SW_PC98_80x25 _IO('S', M_PC98_80x25)
+#define SW_PC98_80x30 _IO('S', M_PC98_80x30)
+#define SW_PC98_EGC640x400 _IO('S', M_PC98_EGC640x400)
+#define SW_PC98_PEGC640x400 _IO('S', M_PC98_PEGC640x400)
+#define SW_PC98_PEGC640x480 _IO('S', M_PC98_PEGC640x480)
#define SW_VGA_C90x25 _IO('S', M_VGA_C90x25)
#define SW_VGA_M90x25 _IO('S', M_VGA_M90x25)
OpenPOWER on IntegriCloud