Module Name:    src
Committed By:   tnn
Date:           Wed Mar 24 19:33:51 UTC 2010

Modified Files:
        src/sys/dev/ic: vga_raster.c
Removed Files:
        src/sys/dev/ic: videomode.h

Log Message:
sys/dev/ic/videomode.h is almost identical to sys/dev/videomode/videomode.h
Remove the former.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/vga_raster.c
cvs rdiff -u -r1.4 -r0 src/sys/dev/ic/videomode.h

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.33 src/sys/dev/ic/vga_raster.c:1.34
--- src/sys/dev/ic/vga_raster.c:1.33	Sun Oct 19 17:47:38 2008
+++ src/sys/dev/ic/vga_raster.c	Wed Mar 24 19:33:51 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: vga_raster.c,v 1.33 2008/10/19 17:47:38 jmcneill Exp $	*/
+/*	$NetBSD: vga_raster.c,v 1.34 2010/03/24 19:33:51 tnn Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002 Bang Jun-Young
@@ -56,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga_raster.c,v 1.33 2008/10/19 17:47:38 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga_raster.c,v 1.34 2010/03/24 19:33:51 tnn Exp $");
 
 #include "opt_wsmsgattrs.h" /* for WSDISPLAY_CUSTOM_OUTPUT */
 
@@ -73,7 +73,7 @@
 #include <dev/ic/pcdisplayvar.h>
 #include <dev/ic/vgareg.h>
 #include <dev/ic/vgavar.h>
-#include <dev/ic/videomode.h>
+#include <dev/videomode/videomode.h>
 
 #include <dev/wscons/wsdisplayvar.h>
 #include <dev/wscons/wsconsio.h>

Reply via email to