Thu Aug 6 16:26:51 2009 UTC ()
add rasops15 too for completeness


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

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

--- src/sys/dev/wsfb/files.wsfb 2009/08/06 16:24:43 1.5
+++ src/sys/dev/wsfb/files.wsfb 2009/08/06 16:26:51 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.wsfb,v 1.5 2009/08/06 16:24:43 macallan Exp $ 1# $NetBSD: files.wsfb,v 1.6 2009/08/06 16:26:51 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, rasops16, rasops24, rasops32, vcons, drm 12device genfb: wsemuldisplaydev, rasops1, rasops8, rasops15, 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