Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic include VGA kernel options



details:   https://anonhg.NetBSD.org/src/rev/64103ba58154
branches:  trunk
changeset: 795567:64103ba58154
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Fri Apr 18 21:45:22 2014 +0000

description:
include VGA kernel options

diffstat:

 sys/dev/ic/vga_raster.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8e1bc0213f95 -r 64103ba58154 sys/dev/ic/vga_raster.c
--- a/sys/dev/ic/vga_raster.c   Fri Apr 18 21:44:43 2014 +0000
+++ b/sys/dev/ic/vga_raster.c   Fri Apr 18 21:45:22 2014 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index