Module Name: src
Committed By: mlelstv
Date: Fri Apr 18 21:45:22 UTC 2014
Modified Files:
src/sys/dev/ic: vga_raster.c
Log Message:
include VGA kernel options
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/vga_raster.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/vga_raster.c
diff -u src/sys/dev/ic/vga_raster.c:1.38 src/sys/dev/ic/vga_raster.c:1.39
--- src/sys/dev/ic/vga_raster.c:1.38 Fri Apr 18 21:44:43 2014
+++ src/sys/dev/ic/vga_raster.c Fri Apr 18 21:45:22 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: vga_raster.c,v 1.38 2014/04/18 21:44:43 mlelstv Exp $ */
+/* $NetBSD: vga_raster.c,v 1.39 2014/04/18 21:45:22 mlelstv Exp $ */
/*
* Copyright (c) 2001, 2002 Bang Jun-Young
@@ -56,8 +56,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga_raster.c,v 1.38 2014/04/18 21:44:43 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga_raster.c,v 1.39 2014/04/18 21:45:22 mlelstv Exp $");
+#include "opt_vga.h"
#include "opt_wsmsgattrs.h" /* for WSDISPLAY_CUSTOM_OUTPUT */
#include <sys/param.h>