summaryrefslogtreecommitdiffstats
path: root/sys/sys/fbio.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/fbio.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/fbio.h')
-rw-r--r--sys/sys/fbio.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h
index f6a9699..1ae1d13 100644
--- a/sys/sys/fbio.h
+++ b/sys/sys/fbio.h
@@ -380,8 +380,11 @@ typedef struct video_adapter_info video_adapter_info_t;
#define M_ENH_B80x43 0x70 /* ega black & white 80x43 */
#define M_ENH_C80x43 0x71 /* ega color 80x43 */
-#define M_PC98_80x25 98 /* PC98 80x25 */
-#define M_PC98_80x30 99 /* PC98 80x30 */
+#define M_PC98_80x25 98 /* PC98 text 80x25 */
+#define M_PC98_80x30 99 /* PC98 text 80x30 */
+#define M_PC98_EGC640x400 100 /* PC98 graphic 640x400 16 colors */
+#define M_PC98_PEGC640x400 101 /* PC98 graphic 640x400 256 colors */
+#define M_PC98_PEGC640x480 102 /* PC98 graphic 640x480 256 colors */
#define M_HGC_P0 0xe0 /* hercules graphics - page 0 @ B0000 */
#define M_HGC_P1 0xe1 /* hercules graphics - page 1 @ B8000 */
OpenPOWER on IntegriCloud