files.wsfb revision 1.1
11.1Smacallan# $NetBSD: files.wsfb,v 1.1 2007/04/07 03:41:26 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.1Smacallandevice genfb: wsemuldisplaydev, rasops8, vcons, drm 131.1Smacallanfile dev/wsfb/genfb.c genfb 141.1Smacallandefflag opt_genfb.h GENFB_DEBUG 151.1Smacallan 161.1Smacallan# a PCI frontend for genfb 171.1Smacallanattach genfb at pci with pci_genfb 181.1Smacallanfile dev/wsfb/pci_genfb.c genfb 191.1Smacallan 201.1Smacallan# an SBus frontend for genfb 211.1Smacallan#attach genfb at sbus with sbus_genfb 221.1Smacallan#file dev/wsfb/sbus_genfb.c genfb 23