aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* - Remove a redundant check for dpms(4).Jung-uk Kim2009-11-121-2/+2
* - Partially revert hackish r198964 and r199002.Jung-uk Kim2009-11-121-1/+0
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerJung-uk Kim2009-11-061-0/+1
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.Jung-uk Kim2009-11-051-49/+5
* Do not probe video mode if we are not going to use it.Jung-uk Kim2009-11-041-7/+9
* Restore color palette format if we reset video mode.Jung-uk Kim2009-11-041-0/+2
* Save/restore VGA color palette while suspending and resuming.Jung-uk Kim2009-11-041-0/+1
* Fix VESA color palette corruption:Jung-uk Kim2009-11-031-59/+36
* Remove a redundant byte swapping in the previous commit.Jung-uk Kim2009-10-231-1/+0
* - When we restore VESA state, try BIOS POST earlier. VESA restore stateJung-uk Kim2009-10-232-25/+71
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-191-304/+490
* Reject some VESA graphics modes if the controller does not have enoughJung-uk Kim2009-09-251-34/+50
* Fix LINT build.Xin LI2009-09-251-1/+1
* Some broken VESA BIOSes, e.g., IBM T23, return wrong value fromJung-uk Kim2009-09-241-4/+5
* - Use FreeBSD function naming convention.Jung-uk Kim2009-09-241-41/+41
* Move sys/dev/x86bios to sys/compat/x86bios.Jung-uk Kim2009-09-231-1/+1
* Initialize registers to zero before calling the interrupt handlers insideXin LI2009-09-231-0/+19
* Style(9) fixes.Xin LI2009-09-211-6/+6
* Collapase interrupt supporting functions to a new module, and switch fromXin LI2009-09-211-223/+192
* Enable s3pci on amd64 which works on top of VESA, and allowXin LI2009-09-211-1/+0
* Change cache attribute for VESA frame buffer from UC to write-combining.Jung-uk Kim2009-09-191-1/+2
* Enable BIOS modes on amd64.Xin LI2009-09-141-1/+1
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-094-244/+298
* Copy the following files to new places, a subsequent commit would removeXin LI2009-09-092-0/+1816
* - 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-87/+452
* - Garbage collect more alpha remnants.Marius Strobl2007-01-083-1102/+2
* 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