summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/genfb_sbus.c
AgeCommit message (Expand)Author
2020-09-06uvm/uvm_extern.h, not machine/pmap.h, for pmap(9). Sort includes.riastradh
2020-09-05Round of uvm.h cleanup.riastradh
2014-07-24Add enable/disable polling hooks to genfb_ops.riastradh
2010-10-07finish device_t-ificationmacallan
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-29Convert to new 2 clause licensemartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-05fix typo - fbsize is /height/ * stride. Doh.macallan
2007-04-11add an sbus frontend fro genfbmacallan