Module Name: src
Committed By: macallan
Date: Thu Aug 6 16:24:43 UTC 2009
Modified Files:
src/sys/dev/wsfb: files.wsfb
Log Message:
pull in rasops16 - needed for gdium support
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/wsfb/files.wsfb
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/wsfb/files.wsfb
diff -u src/sys/dev/wsfb/files.wsfb:1.4 src/sys/dev/wsfb/files.wsfb:1.5
--- src/sys/dev/wsfb/files.wsfb:1.4 Sat Feb 14 20:33:59 2009
+++ src/sys/dev/wsfb/files.wsfb Thu Aug 6 16:24:43 2009
@@ -1,4 +1,4 @@
-# $NetBSD: files.wsfb,v 1.4 2009/02/14 20:33:59 jmcneill Exp $
+# $NetBSD: files.wsfb,v 1.5 2009/08/06 16:24:43 macallan Exp $
#
# wsdisplay framebuffer drivers
@@ -9,6 +9,6 @@
defflag opt_wsfb.h WSFB_ALLOW_OTHERS # allow to mmap() foreign ranges
# a generic framebuffer console
-device genfb: wsemuldisplaydev, rasops1, rasops8, rasops24, rasops32, vcons, drm
+device genfb: wsemuldisplaydev, rasops1, rasops8, rasops16, rasops24, rasops32, vcons, drm
file dev/wsfb/genfb.c genfb needs-flag
defflag opt_genfb.h GENFB_DEBUG