files.wsfb revision 1.11
11.11Srin# $NetBSD: files.wsfb,v 1.11 2019/07/26 10:48:45 rin Exp $
21.1Smacallan
31.1Smacallan#
41.1Smacallan# wsdisplay framebuffer drivers
51.1Smacallan#
61.1Smacallan
71.1Smacallan# some generic flags that drivers may or may not honour
81.1Smacallandefflag opt_wsfb.h WSFB_FAKE_VGA_FB	# allow mmap(0xa0000)
91.1Smacallandefflag opt_wsfb.h WSFB_ALLOW_OTHERS	# allow to mmap() foreign ranges
101.1Smacallan
111.1Smacallan# a generic framebuffer console
121.11Srindefine genfb: rasops1, rasops2, rasops4, rasops8, rasops15, rasops16, rasops24, rasops32, vcons, edid
131.9Snatdevice genfb: genfb, wsemuldisplaydev, drm, splash
141.4Sjmcneillfile	dev/wsfb/genfb.c	genfb	needs-flag
151.7Smacallandefflag opt_genfb.h GENFB_DEBUG GENFB_SHADOWFB
16