summaryrefslogtreecommitdiff
path: root/sys/dev/wsfb
AgeCommit message (Expand)Author
2010-10-07finish device_t-ificationmacallan
2010-10-06add support for backlight control via machine dependent callbacksmacallan
2010-08-31make use of a shadow framebuffer optional, use VCONS_DONT_READ by defaultmacallan
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-22Restore splashscreen support with genfb.ahoka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-08-24Expose genfb_restore_palette and allow MD code to specify PMF callbacks.jmcneill
2009-08-20call vcons_replay_msgbuf()macallan
2009-08-06add rasops15 too for completenessmacallan
2009-08-06pull in rasops16 - needed for gdium supportmacallan
2009-02-21s/long/intptr_t/christos
2009-02-20sparc complains "cast to pointer from integer of different size"; cast thedogcow
2009-02-20If the bus glue provides an ioctl handler, don't return before we have ajmcneill
2009-02-17Use kmem_alloc instead of malloc for shadowfbjmcneill
2009-02-17Print the physical address if available instead of a virtual address.jmcneill
2009-02-17Add clear-screen and cursor-row properties to allow genfb to persistjmcneill
2009-02-16Provide callbacks so MD code can explicitly prevent genfb from matching;jmcneill
2009-02-15Introduce genfb_ops genfb_borrow callback to allow the bus frontend tojmcneill
2009-02-14Provide a stub genfb_cnattach for md code to call to give a hint to thejmcneill
2008-04-29Convert to new 2 clause licensemartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-09missing newline in messagephx
2008-03-09Do not attach genfb when the frame buffer is not flagged as being consolephx
2007-12-17deal with a bug in the Sun Raptor's firmware which reportsmacallan
2007-11-19sprinkle \nmacallan
2007-11-05don't panic if we're not finding all the properties we need. Just complainmacallan
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-30Clear the screen during initialization so that the first messages are notjmmv
2007-08-30Print some details of the framebuffer configuration during attach.jmmv
2007-08-30Properly initialize the palette registers by calling the colormap callbackjmmv
2007-08-24use bool with prop_dictionary_get_bool()macallan
2007-08-05fix typo - fbsize is /height/ * stride. Doh.macallan
2007-08-04add shadow fb supportmacallan
2007-04-14add a callback to change the colour mapmacallan
2007-04-11add WSDISPLAYIO_LINEBYTES support so we can run XFree86 with wsfbmacallan
2007-04-11pull in rasops1 and rasops32macallan
2007-04-10move genfb's PCI frontend to dev/pcimacallan
2007-04-10- move all memory mapping into the bus frontendmacallan
2007-04-07add genfb, a generic framebuffer console driver that's configured viamacallan