summaryrefslogtreecommitdiffstats
path: root/sys/sys/fbio.h
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-08-24 04:26:54 +0000
committeryokota <yokota@FreeBSD.org>1999-08-24 04:26:54 +0000
commit06ec3ed8b8c82cc10eda433e7d4a96bfe3146fd2 (patch)
treed7ff0aaeae937d47c9d3a7c6fdf501af66352def /sys/sys/fbio.h
parent6d0c96fd31d369c1cec5b0f8d22c10b4bce112f1 (diff)
downloadFreeBSD-src-06ec3ed8b8c82cc10eda433e7d4a96bfe3146fd2.zip
FreeBSD-src-06ec3ed8b8c82cc10eda433e7d4a96bfe3146fd2.tar.gz
Correct the mode information for the VGA mode X.
- This mode uses four planes rather than one. - "# of bytes in a scan line" = "# of pixels in the line"/2
Diffstat (limited to 'sys/sys/fbio.h')
-rw-r--r--sys/sys/fbio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h
index c4b5153..055dfad 100644
--- a/sys/sys/fbio.h
+++ b/sys/sys/fbio.h
@@ -36,7 +36,7 @@
*
* @(#)fbio.h 8.2 (Berkeley) 10/30/93
*
- * $Id: fbio.h,v 1.5 1997/02/22 09:45:12 peter Exp $
+ * $Id: fbio.h,v 1.6 1999/06/22 14:13:43 yokota Exp $
*/
#ifndef _SYS_FBIO_H_
@@ -230,6 +230,7 @@ struct video_info {
#define V_INFO_MM_DIRECT 3
#define V_INFO_MM_CGA 100
#define V_INFO_MM_HGC 101
+#define V_INFO_MM_VGAX 102
/* for MM_PACKED and MM_DIRECT only */
int vi_pixel_size; /* in bytes */
/* for MM_DIRECT only */
OpenPOWER on IntegriCloud