summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Do not penalize correct or correctable VESA mode tables by calling anotherjkim2010-03-251-7/+14
* Teach VGA framebuffer about 8-bit palette format for VESA.jkim2010-03-242-12/+16
* Add my copyright here. It seems I have contributed enough code. :-)jkim2010-03-231-0/+1
* Be extremely careful when we determine bytes per scan line information.jkim2010-03-231-11/+54
* Fall back to VGA palette functions if VESA function failed and DAC is stilljkim2010-03-231-11/+10
* Map entire video memory again. This is a partial backout of r203535.jkim2010-03-231-3/+4
* Yet another attempt to make palette loading more safer:jkim2010-02-231-24/+33
* Re-add accidentally removed pixel format for direct memory model.jkim2010-02-231-2/+42
* Fix FBIO_ADPINFO ioctl on amd64.jkim2010-02-231-3/+3
* Map and report actual video memory we need.jkim2010-02-061-81/+34
* Replace some homegrown functions with better/correct ones.jkim2010-02-051-46/+7
* Remove dead code and fix style(9) bugs.jkim2010-02-031-66/+77
* Use bytes per scan line from mode table. The previous implementation didjkim2010-02-031-37/+13
* Correct virtual address of frame buffer for non-linear mode.jkim2010-02-031-1/+1
* Use VESA palette load/save functions if VESA BIOS says the current palettejkim2010-01-271-14/+22
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-298-28/+30
* - Remove a redundant check for dpms(4).jkim2009-11-121-2/+2
* - Partially revert hackish r198964 and r199002.jkim2009-11-121-1/+0
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerjkim2009-11-061-0/+1
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.jkim2009-11-051-49/+5
* Do not probe video mode if we are not going to use it.jkim2009-11-041-7/+9
* Restore color palette format if we reset video mode.jkim2009-11-041-0/+2
* Save/restore VGA color palette while suspending and resuming.jkim2009-11-041-0/+1
* Fix VESA color palette corruption:jkim2009-11-031-59/+36
* Remove a redundant byte swapping in the previous commit.jkim2009-10-231-1/+0
* - When we restore VESA state, try BIOS POST earlier. VESA restore statejkim2009-10-232-25/+71
* Rewrite x86bios and update its dependent drivers.jkim2009-10-191-304/+490
* Reject some VESA graphics modes if the controller does not have enoughjkim2009-09-251-34/+50
* Fix LINT build.delphij2009-09-251-1/+1
* Some broken VESA BIOSes, e.g., IBM T23, return wrong value fromjkim2009-09-241-4/+5
* - Use FreeBSD function naming convention.jkim2009-09-241-41/+41
* Move sys/dev/x86bios to sys/compat/x86bios.jkim2009-09-231-1/+1
* Initialize registers to zero before calling the interrupt handlers insidedelphij2009-09-231-0/+19
* Style(9) fixes.delphij2009-09-211-6/+6
* Collapase interrupt supporting functions to a new module, and switch fromdelphij2009-09-211-223/+192
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-1/+0
* Change cache attribute for VESA frame buffer from UC to write-combining.jkim2009-09-191-1/+2
* Enable BIOS modes on amd64.delphij2009-09-141-1/+1
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-094-244/+298
* Copy the following files to new places, a subsequent commit would removedelphij2009-09-092-0/+1816
* - Change some softc members to be unsigned where more appropriate.marius2009-04-281-16/+14
* Fix whitespace.marius2009-04-141-13/+13
* - Remove the second license as I'm also fine with the first one.marius2009-04-141-139/+131
* Fix whitespace.marius2009-04-141-31/+31
* Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-272-2/+2
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-1/+1
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-297-59/+112
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-111-29/+29
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needmarius2007-06-164-6202/+30
OpenPOWER on IntegriCloud