]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/fb/vesa.c
Make sure the interrupt entry point is within the video ROM range. We must
[FreeBSD/FreeBSD.git] / sys / dev / fb / vesa.c
2010-08-31 jkimMake sure the interrupt entry point is within the video...
2010-08-25 jkimFix a debugging message under bootverbose. This addres...
2010-08-25 jkimAdd an experimental feature to shadow video BIOS. ...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-07 jkimProtect shared palette and state buffer with a mutex...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-13 jkimInitialize a variable before its use.
2010-07-13 jkimPreallocate buffers for palette and state. Do not...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 jkimPlug a possible memory leak.
2010-07-06 jkimFix a possible null pointer dereference. A patch for...
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-23 jkimUse M_WAITOK for VESA BIOS initialization consistently.
2010-06-23 jkimLet x86bios_alloc() pass contigmalloc(9) flags. Use...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-18 jkimRestore the previous VESA mode after BIOS POST, just...
2010-05-18 jkimRemove unnecessary pointer increment. A wrong pointer...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-07 jkimAllocate memory for VBE info block with malloc(9),...
2010-03-25 jkimDo not penalize correct or correctable VESA mode tables...
2010-03-24 jkimTeach VGA framebuffer about 8-bit palette format for...
2010-03-23 jkimAdd my copyright here. It seems I have contributed...
2010-03-23 jkimBe extremely careful when we determine bytes per scan...
2010-03-23 jkimFall back to VGA palette functions if VESA function...
2010-03-23 jkimMap entire video memory again. This is a partial backo...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-02 impMerge with latest head.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-23 jkimYet another attempt to make palette loading more safer:
2010-02-23 jkimRe-add accidentally removed pixel format for direct...
2010-02-07 impmerge from base/head
2010-02-06 jkimMap and report actual video memory we need.
2010-02-05 jkimReplace some homegrown functions with better/correct...
2010-02-03 jkimRemove dead code and fix style(9) bugs.
2010-02-03 jkimUse bytes per scan line from mode table. The previous...
2010-02-03 jkimCorrect virtual address of frame buffer for non-linear...
2010-01-27 jkimUse VESA palette load/save functions if VESA BIOS says...
2010-01-06 impMerge from head at r201628.
2009-12-29 rnolandUpdate d_mmap() to accept vm_ooffset_t and vm_memattr_t.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 jkim- Remove a redundant check for dpms(4).
2009-11-12 gonzoMFC @199204
2009-11-05 jkimSave/restore VGA state from vga_pci.c instead of relyin...
2009-11-04 jkimDo not probe video mode if we are not going to use it.
2009-11-04 jkimRestore color palette format if we reset video mode.
2009-11-03 jkimFix VESA color palette corruption:
2009-10-23 jkimRemove a redundant byte swapping in the previous commit.
2009-10-23 jkim- When we restore VESA state, try BIOS POST earlier...
2009-10-19 jkimRewrite x86bios and update its dependent drivers.
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-02 gonzo- MFC
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-25 desSync with head
2009-09-25 jkimReject some VESA graphics modes if the controller does...
2009-09-25 delphijFix LINT build.
2009-09-24 jkimSome broken VESA BIOSes, e.g., IBM T23, return wrong...
2009-09-24 jkim- Use FreeBSD function naming convention.
2009-09-23 jkimMove sys/dev/x86bios to sys/compat/x86bios.
2009-09-23 delphijInitialize registers to zero before calling the interru...
2009-09-21 delphijStyle(9) fixes.
2009-09-21 delphijCollapase interrupt supporting functions to a new modul...
2009-09-19 jkimChange cache attribute for VESA frame buffer from UC...
2009-09-17 desMerge from head
2009-09-11 jkimMFV: r196804
2009-09-09 delphij - Teach vesa(4) and dpms(4) about x86emu. [1]
2009-09-09 delphijCopy the following files to new places, a subsequent...