summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/agten.c
AgeCommit message (Expand)Author
2013-10-19- remove set but unused variable.mrg
2013-07-30avoid uninitialized use of defattrmacallan
2012-10-23support anti-aliased fontsmacallan
2012-10-20- only sync the drawing engine when we're about to access video memorymacallan
2012-01-11use rasops_init(0, 0)macallan
2010-11-15This doesn't use uvm(9) API.uebayasi
2010-11-14Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't needuebayasi
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-01-29avoid using PAGE_SIZE directly so sparc/GENERIC builds againmacallan
2010-01-27round the space we bus_space_map() up to PAGE_SIZE alignmentmacallan
2009-09-17Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-08-20call vcons_replay_msgbuf() if we're the consolemacallan
2009-05-26use BUS_SPACE_MAP_LARGEmacallan
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-16use sparc_bus_map_large() to map the I128 framebuffermacallan
2008-12-12fix stride value returned by /dev/fbmacallan
2008-06-12use device_lookup_private to get softccegger
2008-05-17unbork previous by actually using CFATTACH_DECL_NEW(). Doh.macallan
2008-05-17magic number reduction - no functional changemacallan
2008-05-17don't map more video memory than we really needmacallan
2008-05-16struct device * -> device_tmacallan
2008-04-29Convert to new 2 clause licensemartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-11clean up a little bit, while there let userland mmap the whole glint videomacallan
2007-09-01add screen blanking supportmacallan
2007-08-30attach a /dev/fb* so X can talk to the boardmacallan
2007-08-28add hardware cursor supportmacallan
2007-08-27let userland mmap() the GLint framebuffer and make it visible when switchingmacallan
2007-08-26cleanup, fix some typosmacallan
2007-08-26add a driver for Fujitsu AG-10e graphics boardsmacallan