summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/tcx.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2016-09-23- finally fix tcx_clearscreen() and tcx_eraserows() to actually work, andmacallan
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-22restore the right colour map when X exitsmacallan
2014-07-16- move all register definitions and hardware documenting comments tomacallan
2014-07-07actually put the colour space ID where it belongs in tcx_clearscreen()macallan
2014-06-24use STIP/BLIT on 8bit tcx and RSTIP/RBLIT on S24macallan
2014-06-188bit tcx doesn't implement a hardware cursor, so don't pretend it does.macallan
2014-06-17fix a few 8bit tcx issues:macallan
2014-06-17remove last remnants of CG8 emulationmacallan
2014-05-13Do not attach if the STIP register is way too small (this happens in qemumartin
2014-05-09Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's.jdc
2014-04-29return a match score >1 to beat out genfb if presentmacallan
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
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