summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2012-07-12support anti-aliased fontsmacallan
2012-07-11don't wait for the blitter unless we want to send another command and themacallan
2012-07-11don't set clipping parameters and such every time we send a blitter commandmacallan
2012-07-10perry some whitespace nits & remove some obsolete commentsmacallan
2012-07-10magic number reduction, no functional changemacallan
2012-07-10add some register definitions from xf86-video-suncg6macallan
2012-07-10- re-initialize only when we're really going back to terminal emulationmacallan
2012-05-02make this compile again.christos
2012-04-27Make it compilable without envsysmartin
2012-04-26report power button events to sysmonmacallan
2012-01-11use rasops_init(0,0)macallan
2010-11-23add support for WSDISPLAYIO_LINEBYTES. mostly from macallan.mrg
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-09-14clear the screen when attaching, not when adding screens since that maymacallan
2010-09-14leave the screen description alone when we're not the console in order tomacallan
2010-09-14don't muck with the screen description if we're not the console, for somemacallan
2010-08-14Flush tty only when K_TXBUSY is not set.jym
2010-05-10Make this compile on sparc64.tsutsui
2010-05-04use box drawing font if neededmacallan
2010-03-23Properly convert values according to block size differences between themartin
2010-03-16Do not overwrite a ISO9660 partition (which the sunlabel can not properlymartin
2010-03-11various aprint_* fixes.mrg
2010-01-14actually assign audio control command codes to the audio control keysmacallan
2009-11-25make this compile on sparc64macallan
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
2009-09-19Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-09-19Split device_t/softc.tsutsui
2009-09-18Split device_t/softc. Tested on SS1+.tsutsui
2009-09-12Remove an extra parenthesis in #ifdef'ed out part. PR kern/41858tsutsui
2009-08-26apparently the official name for the S24 is FBTYPE_TCXCOLORmacallan
2009-08-20call vcons_replay_msgbuf() when appropriatemacallan
2009-08-15add FBTYPE_SUNTCX - forgot to commit that along with the tcx(8) updatemacallan
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-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.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-02-23Mimic cgsix memory corruption fix (bwtwo and cgthree wscons code isjdc
2009-02-20Include wsdisplay.h directly in the header to avoid different sizesmartin
2009-01-12protect kernel inline with _KERNELchristos
2009-01-11s/set/get/christos
2009-01-11retain compatibility with old firm_event. Perhaps we should bump the protocolchristos
2009-01-02Remove duplicated key symbol in UK keymap.jdc
2009-01-01Back out previous and clear the screen directly.jdc
2008-12-29On old chip revisions, clear the screen using rasops when attaching.jdc
2008-12-29Clear the screen (via rasops) when attaching.jdc