Thu Aug 6 16:24:43 2009 UTC ()
pull in rasops16 - needed for gdium support


(macallan)
diff -r1.4 -r1.5 src/sys/dev/wsfb/files.wsfb

cvs diff -r1.4 -r1.5 src/sys/dev/wsfb/files.wsfb (expand / switch to unified diff)

--- src/sys/dev/wsfb/files.wsfb 2009/02/14 20:33:59 1.4
+++ src/sys/dev/wsfb/files.wsfb 2009/08/06 16:24:43 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.wsfb,v 1.4 2009/02/14 20:33:59 jmcneill Exp $ 1# $NetBSD: files.wsfb,v 1.5 2009/08/06 16:24:43 macallan Exp $
2 2
3# 3#
4# wsdisplay framebuffer drivers 4# wsdisplay framebuffer drivers
5# 5#
6 6
7# some generic flags that drivers may or may not honour 7# some generic flags that drivers may or may not honour
8defflag opt_wsfb.h WSFB_FAKE_VGA_FB # allow mmap(0xa0000) 8defflag opt_wsfb.h WSFB_FAKE_VGA_FB # allow mmap(0xa0000)
9defflag opt_wsfb.h WSFB_ALLOW_OTHERS # allow to mmap() foreign ranges 9defflag opt_wsfb.h WSFB_ALLOW_OTHERS # allow to mmap() foreign ranges
10 10
11# a generic framebuffer console 11# a generic framebuffer console
12device genfb: wsemuldisplaydev, rasops1, rasops8, rasops24, rasops32, vcons, drm 12device genfb: wsemuldisplaydev, rasops1, rasops8, rasops16, rasops24, rasops32, vcons, drm
13file dev/wsfb/genfb.c genfb needs-flag 13file dev/wsfb/genfb.c genfb needs-flag
14defflag opt_genfb.h GENFB_DEBUG 14defflag opt_genfb.h GENFB_DEBUG