summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/p9100.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2016-04-21more RASTERCONSOLE purgingmacallan
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-19get rid of junk variablemacallan
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-05get rid of gc_attr & allocattr()macallan
2012-09-21support anti-aliased fonts, glyph caching etc.macallan
2012-01-11use rasops_init(0, 0)macallan
2010-05-04use box drawing font if neededmacallan
2010-03-01make latching optional.macallan
2010-03-01fix ancient typo, noticed by mouse@macallan
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-09-19u_intNN_t -> uintNN_ttsutsui
2009-09-17Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-08-20call vcons_replay_msgbuf() if we're the consolemacallan
2009-06-03make this compile again without tctrlmacallan
2009-05-27use pmf, while there do some cleanup, fix typos etc.macallan
2009-05-27finally commit a lot of stuff that's been sitting in my source tree formacallan
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-26Sprinkle #if NTCTRL > 0 so that this builds again withouthe
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-05-28Clean up bogus whitespaceblymn
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-06kill NULL initialisation of get/setborderdrochner
2006-03-29Use device_cfdata().thorpej
2006-03-08sprinkle #if NWSDISPLAY > 0 to make this compile cleanly without wscons againmacallan
2006-03-06- use vconsmacallan
2005-12-14proc -> lwpchristos
2005-12-11merge ktrace-lwp.christos
2005-11-12Add hardware cursor support, needs testing.macallan
2005-06-04Fix a shadowing variable.tsutsui
2005-05-16forgot to include rasops_glue.hmacallan
2005-05-16Added:macallan
2005-02-27nuke trailing whitespaceperry
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe