11.12Smacallan# $NetBSD: files.wsfb,v 1.12 2021/01/27 22:42:53 macallan 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 161.12Smacallandefparam opt_genfb.h GENFB_GLYPHCACHE=0 # glyphcache size in MB 17