summaryrefslogtreecommitdiff
path: root/sys/dev/sun/cgsix.c
AgeCommit message (Expand)Author
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-12welcome to the new lwp world.christos
2005-12-11merge ktrace-lwp.christos
2005-06-28deal with more than one cgsix, make sure to get things right even when nonemacallan
2005-06-21Fix mis-placed newline.thorpej
2005-06-04Add const.tsutsui
2005-05-22fixed a typo in cg6_ras_do_cursor and made using the blitter to draw themacallan
2005-05-16Added support for virtual consoles, colour and some code to determine themacallan
2005-03-14KNFmartin
2005-03-03Fix a conditional: sparc's will use the raster ops via RASTERCONSOLmartin
2005-03-03Make it (at least) compile w/o wsdisplay @ cgsix.martin
2005-02-27nuke trailing whitespaceperry
2005-02-25From Micahel Lorenz: wsdisplay support for cg6martin
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-11-13add RCSIDslukem
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2001-01-10Initialize the FBC mode register in cg6attach().tsutsui
2000-11-05fix types in debug code.chs
2000-08-26Don't bcopy() from luserland.eeh
2000-08-26Make 64-bit clean.eeh
2000-08-20Move cgsix, bwtwo and BT DAC support here from arch/sparc.pk