summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
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
2008-12-22make this compile again with NWSDISPLAY==0macallan
2008-12-13remove unused variable.mrg
2008-12-12device_t-ificationmacallan
2008-12-12add display type for Fujitsu AG-10e (oops)macallan
2008-12-05Add wscons/vcons support for bw2 (sbus and P4).jdc
2008-11-28Add wscons/vcons support for cg3.jdc
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-05-25Implement wscons colemak and dvorak keyboard variants for Sun keyboards.ghen
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-21Fix minor device_t split fallout.martin
2008-04-20Misc cosmetics.tsutsui
2008-04-20- use device_lookup_private() where appropriatetsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-01Welcome to 4.99.55:rmind
2008-02-21rasops is global nowmartin
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-11-10Call ttyoutput/ttstart with tty_lock held.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had