summaryrefslogtreecommitdiff
path: root/sys/dev/sun/fb.c
AgeCommit message (Expand)Author
2016-04-21RASTERCONSOLE is gone, wsdisplay no longer optionalmacallan
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
2010-03-11various aprint_* fixes.mrg
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-05use aprint_*_dev and device_xnamecegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2006-10-15Missing initializermartin
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-10-08Fixes the following bug:macallan
2005-06-24Attach multiple displays as fb0, fb1, ... so that X can use multiple headsjdc
2005-02-04de-__Pperry
2004-03-19fb_is_console/SUN4U: fbnode => prom_stdout_node.pk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2004-03-17Update previous change: set defaults properly.pk
2004-03-16Use prom_getoption() and drop home-grown string-to-integer conversion code.pk
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-03Refactor kbd and mouse drivers so that they can use different middleuwe
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-22Changed some preprocessor tests for SUN4 to test for !SUN4Ufredette
2001-11-13add RCSIDslukem
2001-11-12In fb_bell call kbd_docmd only #if NKBD > 0.uwe
2001-09-26getprop* -> PROM_getprop*eeh
2001-06-24Avoid unused variables if RASTERCONS_FULLSCREEN is defined. (see PR#13231)pk
2000-10-31fb_is_console(): we must match on the `fb' propery in a V0 PROMs root nodepk
2000-08-23Common framebuffer functions.pk