pull in rasops16 - needed for gdium support
This commit is contained in:
parent
7cb1141cfa
commit
69c048e118
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.wsfb,v 1.4 2009/02/14 20:33:59 jmcneill Exp $
|
||||
# $NetBSD: files.wsfb,v 1.5 2009/08/06 16:24:43 macallan Exp $
|
||||
|
||||
#
|
||||
# wsdisplay framebuffer drivers
|
||||
|
@ -9,6 +9,6 @@ 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
|
||||
device genfb: wsemuldisplaydev, rasops1, rasops8, rasops16, rasops24, rasops32, vcons, drm
|
||||
file dev/wsfb/genfb.c genfb needs-flag
|
||||
defflag opt_genfb.h GENFB_DEBUG
|
||||
|
|
Loading…
Reference in New Issue