summaryrefslogtreecommitdiff
path: root/sys/dev/pci/tga.c
AgeCommit message (Expand)Author
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
2002-07-04alloc_attr -> allocattrjunyoung
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-12Added support for the PowerStorm 4d20, initial support that is.elric
2001-11-13add RCSIDlukem
2001-09-04Use bus_space_mmap().thorpej
2001-08-05use unsigned variable types as appropriatejdolecek