summaryrefslogtreecommitdiff
path: root/sys/dev/fb
AgeCommit message (Expand)Author
2009-04-28- Change some softc members to be unsigned where more appropriate.Marius Strobl
2009-04-14Fix whitespace.Marius Strobl
2009-04-14- Remove the second license as I'm also fine with the first one.Marius Strobl
2009-04-14Fix whitespace.Marius Strobl
2008-11-29Third argument to the vi_mmap_t function is vm_paddr_t *.Konstantin Belousov
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-04-14Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2007-07-11Remove the internal use of __packed and put it on the structuresMatt Jacob
2007-06-16Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needMarius Strobl
2007-06-16- Define data of struct gfb_font a const as it's only used to supply fontMarius Strobl
2007-03-07Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl
2007-01-18On sparc64 also use the fillw() this header provides for ia64 soMarius Strobl
2007-01-16- Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.Marius Strobl
2007-01-08- Garbage collect more alpha remnants.Marius Strobl
2006-08-24Remove the DPMS code in creator_blank_display(), as it causes someMarius Strobl
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-05-12Remove some tga bits I missed.John Baldwin
2005-12-06Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov
2005-12-04Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-11-07Remove unecessary include file. machine/rpb.h is very alpha specificWarner Losh
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-07-10- Declare lookup tables etc. const. [1]Marius Strobl
2005-07-10- Declare lookup tables etc. const.Marius Strobl
2005-06-04- In machfb_configure() when probed for the high-level console returnMarius Strobl
2005-06-04- In creator_configure() when probed for the high-level console returnMarius Strobl
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-05-21Add machfb(4), a driver for ATI Mach64 graphics chips intended forMarius Strobl
2005-05-21o creator(4):Marius Strobl
2005-05-21- Remove duplicate FBSDID.Marius Strobl
2005-03-26check copyin return values when loading palleteSam Leffler
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-02-28Save and restore the VGA state across a suspend-resume cycle. ThisIan Dowse
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-15Fixed compilation warnings with option VGA_NO_MODE_CHANGE.Ruslan Ermilov
2004-09-24Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm
2004-08-06While we're revisiting old sins, try to clean up the code a little andDag-Erling Smørgrav
2004-07-15Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp
2004-07-09- Add missing <sys/module.h>. [1]Marius Strobl
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-10Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin
2004-06-03Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp
2004-05-30add missing #include <sys/module.h>Poul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2004-04-04- Use an ihandle_t to store the stdout instance handle instead of aThomas Moestl
2004-04-03Correct a potential panic condition that could be caused when getting orJacques Vidrine
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp