xref: /netbsd-src/sys/dev/wsfb/files.wsfb (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1# $NetBSD: files.wsfb,v 1.7 2010/08/31 02:49:17 macallan Exp $
2
3#
4# wsdisplay framebuffer drivers
5#
6
7# some generic flags that drivers may or may not honour
8defflag opt_wsfb.h WSFB_FAKE_VGA_FB	# allow mmap(0xa0000)
9defflag opt_wsfb.h WSFB_ALLOW_OTHERS	# allow to mmap() foreign ranges
10
11# a generic framebuffer console
12device genfb: wsemuldisplaydev, rasops1, rasops2, rasops8, rasops15, rasops16, rasops24, rasops32, vcons, drm
13file	dev/wsfb/genfb.c	genfb	needs-flag
14defflag opt_genfb.h GENFB_DEBUG GENFB_SHADOWFB
15