summaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-1618-18/+18
* Merge the kern_fpu_enter/kern_fpu_leave KPI and followup fixes for theKonstantin Belousov2010-11-191-10/+1
* MFC: r209737, r209740Jung-uk Kim2010-07-201-1/+3
* MFC: r208279Jung-uk Kim2010-05-241-0/+1
* MFC: r208276Jung-uk Kim2010-05-241-4/+4
* MFC: r206384Jung-uk Kim2010-04-261-22/+28
* MFC: r197185Jung-uk Kim2010-03-311-1/+1
* MFC: r205557, r205558, r205564, r205566, r205604, r205653Jung-uk Kim2010-03-312-31/+86
* MFC: r204235Jung-uk Kim2010-03-151-3/+3
* MFC x86emu/x86bios emulator and make previously i386 only dpms and vesaXin LI2010-03-025-3/+2005
* - Change some softc members to be unsigned where more appropriate.Marius Strobl2009-04-281-16/+14
* Fix whitespace.Marius Strobl2009-04-141-13/+13
* - Remove the second license as I'm also fine with the first one.Marius Strobl2009-04-141-139/+131
* Fix whitespace.Marius Strobl2009-04-141-31/+31
* Third argument to the vi_mmap_t function is vm_paddr_t *.Konstantin Belousov2008-11-291-1/+1
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-2/+2
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-141-1/+1
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-297-59/+112
* Remove the internal use of __packed and put it on the structuresMatt Jacob2007-07-111-29/+29
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needMarius Strobl2007-06-164-6202/+30
* - Define data of struct gfb_font a const as it's only used to supply fontMarius Strobl2007-06-162-2/+2
* Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl2007-03-071-29/+13
* On sparc64 also use the fillw() this header provides for ia64 soMarius Strobl2007-01-181-2/+4
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.Marius Strobl2007-01-162-86/+451
* - Garbage collect more alpha remnants.Marius Strobl2007-01-083-1101/+1
* Remove the DPMS code in creator_blank_display(), as it causes someMarius Strobl2006-08-241-9/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-162-2/+0
* Remove some tga bits I missed.John Baldwin2006-05-122-2602/+0
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov2005-12-061-3/+3
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-3/+3
* Fix -Wundef.Ruslan Ermilov2005-12-041-5/+8
* Remove unecessary include file. machine/rpb.h is very alpha specificWarner Losh2005-11-071-1/+0
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-287-35/+37
* - Declare lookup tables etc. const. [1]Marius Strobl2005-07-101-68/+148
* - Declare lookup tables etc. const.Marius Strobl2005-07-102-91/+170
* - In machfb_configure() when probed for the high-level console returnMarius Strobl2005-06-041-22/+36
* - In creator_configure() when probed for the high-level console returnMarius Strobl2005-06-042-41/+33
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-294-5/+0
* Add machfb(4), a driver for ATI Mach64 graphics chips intended forMarius Strobl2005-05-212-0/+1948
* o creator(4):Marius Strobl2005-05-212-165/+315
* - Remove duplicate FBSDID.Marius Strobl2005-05-213-13/+3
* check copyin return values when loading palleteSam Leffler2005-03-261-4/+7
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Save and restore the VGA state across a suspend-resume cycle. ThisIan Dowse2005-02-281-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.Ruslan Ermilov2004-12-151-1/+3
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm2004-09-241-5/+1
* While we're revisiting old sins, try to clean up the code a little andDag-Erling Smørgrav2004-08-061-168/+176
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-152-0/+4
* - Add missing <sys/module.h>. [1]Marius Strobl2004-07-091-6/+2