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
/
sbus
/
agten.c
Age
Commit message (
Expand
)
Author
2013-10-19
- remove set but unused variable.
mrg
2013-07-30
avoid uninitialized use of defattr
macallan
2012-10-23
support anti-aliased fonts
macallan
2012-10-20
- only sync the drawing engine when we're about to access video memory
macallan
2012-01-11
use rasops_init(0, 0)
macallan
2010-11-15
This doesn't use uvm(9) API.
uebayasi
2010-11-14
Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't need
uebayasi
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-01-29
avoid using PAGE_SIZE directly so sparc/GENERIC builds again
macallan
2010-01-27
round the space we bus_space_map() up to PAGE_SIZE alignment
macallan
2009-09-17
Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.
tsutsui
2009-09-17
Remove struct sbusdev and related functions sbus_establish() and sbusreset().
tsutsui
2009-08-20
call vcons_replay_msgbuf() if we're the console
macallan
2009-05-26
use BUS_SPACE_MAP_LARGE
macallan
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-04-16
use sparc_bus_map_large() to map the I128 framebuffer
macallan
2008-12-12
fix stride value returned by /dev/fb
macallan
2008-06-12
use device_lookup_private to get softc
cegger
2008-05-17
unbork previous by actually using CFATTACH_DECL_NEW(). Doh.
macallan
2008-05-17
magic number reduction - no functional change
macallan
2008-05-17
don't map more video memory than we really need
macallan
2008-05-16
struct device * -> device_t
macallan
2008-04-29
Convert to new 2 clause license
martin
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-09-11
clean up a little bit, while there let userland mmap the whole glint video
macallan
2007-09-01
add screen blanking support
macallan
2007-08-30
attach a /dev/fb* so X can talk to the board
macallan
2007-08-28
add hardware cursor support
macallan
2007-08-27
let userland mmap() the GLint framebuffer and make it visible when switching
macallan
2007-08-26
cleanup, fix some typos
macallan
2007-08-26
add a driver for Fujitsu AG-10e graphics boards
macallan