summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/tcx.c
AgeCommit message (Expand)Author
2012-01-11use rasops_init(0, 0)macallan
2010-05-04use box drawing font if neededmacallan
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-26adjust some mmap ranges so X can work, also use FBTYPE_TCXCOLORmacallan
2009-08-20call vcons_replay_msgbuf() if we're the consolemacallan
2009-08-20use vcons_replay_msgbuf()macallan
2009-08-20add support for a hardware cursor via wsdisplaymacallan
2009-08-19clear the screen and initialize it with the right WID to bypass the LUT onmacallan
2009-08-19- more cosmeticsmacallan
2009-08-19- some cosmetic fixesmacallan
2009-08-18device_t-ifymacallan
2009-08-06make the tcx driver do something useful:macallan
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
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
2007-01-07Allow this to compile with -DDEBUG: convert proc to lwp->l_proc.jdc
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-07-14Make this compile with the TCX_CG8 option turned on (PR#26269).pk
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-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-23Use the structures defined in bsd_openprom.h for "reg", "range",thorpej
2002-03-27Merge in the patch (PR kern/15963) to provide unaccelerated 24bit supportdarrenr
2002-03-20Use bus_space_vaddr().eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2001-11-13add RCSIDslukem
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2000-08-22Get tcxreg.h from the correct location.pk
2000-08-20Move these SBus drivers here from arch/sparc.pk