summaryrefslogtreecommitdiff
path: root/sys/dev/pci/tga.c
AgeCommit message (Expand)Author
2022-10-16Use a consistent pointer variable. No functional change.tsutsui
2022-09-17Use C99 designated initializers.tsutsui
2022-09-17Make local functions static.tsutsui
2021-08-19s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/outputandvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-11-04remove unused codechristos
2012-01-11add extra parameter for wsfont_find()macallan
2011-01-25fix the previous. there's no "vc" variable, nor does the local "dc"mrg
2011-01-22Implement new WSDISPLAYIO_GET_BUSID ioctl.cegger
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in rip->ri_flg if tga_init() is invoked from cnattach.tsutsui
2009-05-16KNF and misc cosmetics.tsutsui
2009-05-16Split device_t/softc. Tested on arc:tsutsui
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-07Implement the required ioctls for running Xorg through /dev/ttyE0.ahoka
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-13Complete initializers so those files compile.cube
2006-04-26In tgamatch(), ifdef tag test under __alpha__ || arc.rpaulo
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-06-29Remove redundant tga_getconf() and tga_identify() prototypes.kleink
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-10-29Don't bother with one of the loops if the data to move is too narrow.mycroft
2003-10-29Calculate lastx and lastleft outside the loops...mycroft
2003-10-27uninitialized variableschs
2003-10-21vaddr_t is not pointer, so don't compare it against NULL.tsutsui
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2002-10-29Remove no longer needed #ifdef __alpha__ and #ifdef __mips__.tsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-16Force GPSR to 0 before a blit, so my text doesn't get shifted to the right...mycroft
2002-09-16Copy forwards even when moving to the right, if the regions do not overlap.mycroft
2002-09-16Simplify the blitting code slightly, and fix fenceposts.mycroft