index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wsfb
Age
Commit message (
Expand
)
Author
2010-10-07
finish device_t-ification
macallan
2010-10-06
add support for backlight control via machine dependent callbacks
macallan
2010-08-31
make use of a shadow framebuffer optional, use VCONS_DONT_READ by default
macallan
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-02-22
Restore splashscreen support with genfb.
ahoka
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-08-24
Expose genfb_restore_palette and allow MD code to specify PMF callbacks.
jmcneill
2009-08-20
call vcons_replay_msgbuf()
macallan
2009-08-06
add rasops15 too for completeness
macallan
2009-08-06
pull in rasops16 - needed for gdium support
macallan
2009-02-21
s/long/intptr_t/
christos
2009-02-20
sparc complains "cast to pointer from integer of different size"; cast the
dogcow
2009-02-20
If the bus glue provides an ioctl handler, don't return before we have a
jmcneill
2009-02-17
Use kmem_alloc instead of malloc for shadowfb
jmcneill
2009-02-17
Print the physical address if available instead of a virtual address.
jmcneill
2009-02-17
Add clear-screen and cursor-row properties to allow genfb to persist
jmcneill
2009-02-16
Provide callbacks so MD code can explicitly prevent genfb from matching;
jmcneill
2009-02-15
Introduce genfb_ops genfb_borrow callback to allow the bus frontend to
jmcneill
2009-02-14
Provide a stub genfb_cnattach for md code to call to give a hint to the
jmcneill
2008-04-29
Convert to new 2 clause license
martin
2008-04-05
use aprint_*_dev and device_xname
cegger
2008-03-09
missing newline in message
phx
2008-03-09
Do not attach genfb when the frame buffer is not flagged as being console
phx
2007-12-17
deal with a bug in the Sun Raptor's firmware which reports
macallan
2007-11-19
sprinkle \n
macallan
2007-11-05
don't panic if we're not finding all the properties we need. Just complain
macallan
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-08-30
Clear the screen during initialization so that the first messages are not
jmmv
2007-08-30
Print some details of the framebuffer configuration during attach.
jmmv
2007-08-30
Properly initialize the palette registers by calling the colormap callback
jmmv
2007-08-24
use bool with prop_dictionary_get_bool()
macallan
2007-08-05
fix typo - fbsize is /height/ * stride. Doh.
macallan
2007-08-04
add shadow fb support
macallan
2007-04-14
add a callback to change the colour map
macallan
2007-04-11
add WSDISPLAYIO_LINEBYTES support so we can run XFree86 with wsfb
macallan
2007-04-11
pull in rasops1 and rasops32
macallan
2007-04-10
move genfb's PCI frontend to dev/pci
macallan
2007-04-10
- move all memory mapping into the bus frontend
macallan
2007-04-07
add genfb, a generic framebuffer console driver that's configured via
macallan