summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/dev
AgeCommit message (Expand)Author
2021-12-05Fix typo again... s/Comparision/Comparison/msaitoh
2021-12-05s/comparsion/comparision/ in comment.msaitoh
2021-11-10s/endianess/endianness/msaitoh
2021-09-18Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.tsutsui
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-26if ddb is enabled set cpu_reset_address to crime_reboot.mrg
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2020-05-29For struct timecounter, use C99 initializers.rin
2020-01-02Use todr_gettime_ymdhms / todr_settime_ymdhms.thorpej
2019-12-27s/suport/support/msaitoh
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-04-26fix misleading error messagemacallan
2018-09-27add event counters for int0 at mainbusmacallan
2018-03-17Add support for overriding the video mode by setting an ARCS environmentjmcneill
2017-05-19enable font loading / screen resizingmacallan
2016-02-14Remove extra stray break missed by Christos when committing PR 50783.dholland
2016-02-08PR/50783: David Binderman: Indent switch properly, add missing break.christos
2015-09-23no need to set RI_CLEAR - we do our own clearing and rasops assumes a linearmacallan
2015-07-11Improve spelling: regsiter -> registerkamil
2015-04-04don't malloc a tiny, fixed size buffer to scribble into, then not use itmacallan
2015-02-18switch sgimips to common bus_dma and bus_space in arch/mips/macallan
2015-01-20- remove scratch area, it's been unused since we're drawing characters bymacallan
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-09-02support ioctl() WSDISPLAYIO_SVIDEO, _GVIDEO and _GET_EDIDmacallan
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-06-03actually get rid of actually unused variables, still works on my Indymacallan
2014-06-02sprinkle __unused()macallan
2014-05-17split crime_bus_reset() into crime_{cpu,mem}_reset() and only resetmrg
2014-03-24- use cpu_{g,s}etmodelchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-12-16- remove unused variablesmrg
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-11use rasops_init(0,0)macallan
2011-10-06The crmfb device does not depend on iic; i2cbus and i2c_bitbang ishe
2011-08-18device_t-ifymacallan
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-05-22crmfb may run in more than 8 bit now so we need the other rasops* as wellmacallan
2011-05-17add support for running the console in more than 8 bitmacallan
2011-05-17add some constants, clarify some hw limitationsmacallan
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-04-13use PRIx64 for printing 64-bit valuesplunky
2011-04-07add mode setting supportmacallan
2011-04-07defflag CRMFB_DEBUGmacallan
2011-04-04remove some old debug codemacallan
2011-04-04crmfb needs edid and friends nowmacallan