| Commit message (Expand) | Author | Age | Files | Lines |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 8 | -28/+30 |
* | - Remove a redundant check for dpms(4). | jkim | 2009-11-12 | 1 | -2/+2 |
* | - Partially revert hackish r198964 and r199002. | jkim | 2009-11-12 | 1 | -1/+0 |
* | Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register | jkim | 2009-11-06 | 1 | -0/+1 |
* | Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c. | jkim | 2009-11-05 | 1 | -49/+5 |
* | Do not probe video mode if we are not going to use it. | jkim | 2009-11-04 | 1 | -7/+9 |
* | Restore color palette format if we reset video mode. | jkim | 2009-11-04 | 1 | -0/+2 |
* | Save/restore VGA color palette while suspending and resuming. | jkim | 2009-11-04 | 1 | -0/+1 |
* | Fix VESA color palette corruption: | jkim | 2009-11-03 | 1 | -59/+36 |
* | Remove a redundant byte swapping in the previous commit. | jkim | 2009-10-23 | 1 | -1/+0 |
* | - When we restore VESA state, try BIOS POST earlier. VESA restore state | jkim | 2009-10-23 | 2 | -25/+71 |
* | Rewrite x86bios and update its dependent drivers. | jkim | 2009-10-19 | 1 | -304/+490 |
* | Reject some VESA graphics modes if the controller does not have enough | jkim | 2009-09-25 | 1 | -34/+50 |
* | Fix LINT build. | delphij | 2009-09-25 | 1 | -1/+1 |
* | Some broken VESA BIOSes, e.g., IBM T23, return wrong value from | jkim | 2009-09-24 | 1 | -4/+5 |
* | - Use FreeBSD function naming convention. | jkim | 2009-09-24 | 1 | -41/+41 |
* | Move sys/dev/x86bios to sys/compat/x86bios. | jkim | 2009-09-23 | 1 | -1/+1 |
* | Initialize registers to zero before calling the interrupt handlers inside | delphij | 2009-09-23 | 1 | -0/+19 |
* | Style(9) fixes. | delphij | 2009-09-21 | 1 | -6/+6 |
* | Collapase interrupt supporting functions to a new module, and switch from | delphij | 2009-09-21 | 1 | -223/+192 |
* | Enable s3pci on amd64 which works on top of VESA, and allow | delphij | 2009-09-21 | 1 | -1/+0 |
* | Change cache attribute for VESA frame buffer from UC to write-combining. | jkim | 2009-09-19 | 1 | -1/+2 |
* | Enable BIOS modes on amd64. | delphij | 2009-09-14 | 1 | -1/+1 |
* | - Teach vesa(4) and dpms(4) about x86emu. [1] | delphij | 2009-09-09 | 4 | -244/+298 |
* | Copy the following files to new places, a subsequent commit would remove | delphij | 2009-09-09 | 2 | -0/+1816 |
* | - Change some softc members to be unsigned where more appropriate. | marius | 2009-04-28 | 1 | -16/+14 |
* | Fix whitespace. | marius | 2009-04-14 | 1 | -13/+13 |
* | - Remove the second license as I'm also fine with the first one. | marius | 2009-04-14 | 1 | -139/+131 |
* | Fix whitespace. | marius | 2009-04-14 | 1 | -31/+31 |
* | Third argument to the vi_mmap_t function is vm_paddr_t *. | kib | 2008-11-29 | 1 | -1/+1 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 2 | -2/+2 |
* | Convert amd64 and i386 to share the atrtc device driver. | phk | 2008-04-14 | 1 | -1/+1 |
* | Replace explicit calls to video methods with their respective variants | wkoszek | 2007-12-29 | 7 | -59/+112 |
* | Remove the internal use of __packed and put it on the structures | mjacob | 2007-07-11 | 1 | -29/+29 |
* | Move the gallant 12 x 22 font data from a .h to a .c so it doesn't need | marius | 2007-06-16 | 4 | -6202/+30 |
* | - Define data of struct gfb_font a const as it's only used to supply font | marius | 2007-06-16 | 2 | -2/+2 |
* | Rototill the sparc64 nexus(4) (actually this brings in the code the | marius | 2007-03-07 | 1 | -29/+13 |
* | On sparc64 also use the fillw() this header provides for ia64 so | marius | 2007-01-18 | 1 | -2/+4 |
* | - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c. | marius | 2007-01-16 | 2 | -87/+452 |
* | - Garbage collect more alpha remnants. | marius | 2007-01-08 | 3 | -1102/+2 |
* | Remove the DPMS code in creator_blank_display(), as it causes some | marius | 2006-08-24 | 1 | -9/+0 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Remove some tga bits I missed. | jhb | 2006-05-12 | 2 | -2602/+0 |
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels of | ru | 2005-12-06 | 1 | -3/+3 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -3/+3 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -5/+8 |
* | Remove unecessary include file. machine/rpb.h is very alpha specific | imp | 2005-11-07 | 1 | -1/+0 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 7 | -35/+37 |
* | - Declare lookup tables etc. const. [1] | marius | 2005-07-10 | 1 | -68/+148 |
* | - Declare lookup tables etc. const. | marius | 2005-07-10 | 2 | -91/+170 |