summaryrefslogtreecommitdiff
path: root/sys/dev/sun/cgthree.c
AgeCommit message (Expand)Author
2009-11-25make this compile on sparc64macallan
2009-09-19Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-09-18Split device_t/softc. Tested on SS1+.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-23Mimic cgsix memory corruption fix (bwtwo and cgthree wscons code isjdc
2009-01-01Back out previous and clear the screen directly.jdc
2008-12-29Clear the screen (via rasops) when attaching.jdc
2008-11-28Add wscons/vcons support for cg3.jdc
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-06-04Add const.tsutsui
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
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
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
2000-08-20Move declaration up, before it is used.pk
2000-08-20Split & move cgthree from arch/sparc.pk