NetBSD/sys/dev/wsfb/files.wsfb
jmcneill a71612a2f8 Provide a stub genfb_cnattach for md code to call to give a hint to the
bus driver's match function to return a higher confidence (so it can
beat out vga(4), for example). genfb needs-flag so md code can determine
if the genfb driver is present.
2009-02-14 20:33:58 +00:00

15 lines
470 B
Plaintext

# $NetBSD: files.wsfb,v 1.4 2009/02/14 20:33:59 jmcneill Exp $
#
# wsdisplay framebuffer drivers
#
# some generic flags that drivers may or may not honour
defflag opt_wsfb.h WSFB_FAKE_VGA_FB # allow mmap(0xa0000)
defflag opt_wsfb.h WSFB_ALLOW_OTHERS # allow to mmap() foreign ranges
# a generic framebuffer console
device genfb: wsemuldisplaydev, rasops1, rasops8, rasops24, rasops32, vcons, drm
file dev/wsfb/genfb.c genfb needs-flag
defflag opt_genfb.h GENFB_DEBUG