History log of /haiku/src/add-ons/kernel/drivers/graphics/intel_810/driver.cpp
Revision Date Author Comments
# 8a0c9d52 10-Aug-2019 Augustin Cavalier <waddlesplash@gmail.com>

OS: Rename B_USER_CLONEABLE_AREA to B_CLONEABLE_AREA.

It now lives in OS.h. The idea is that this will now be
accessible to userland applications, so userland memory
is protected from access by other processes, just as
kernel memory is.

No functional change (the constants are still the same,
though I've changed some to use shifts to make clear
which bits are allocated are which are unused.)


# b2de0c59 25-Jun-2019 Murai Takashi <tmurai01@gmail.com>

drivers/graphics/intel_810: fix -Wformat

Change-Id: Ia52bbcdc98847910c36bb1495418dbb3f0bc3cb0
Reviewed-on: https://review.haiku-os.org/c/1543
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>


# a3a41a5b 05-Sep-2018 Jérôme Duval <jerome.duval@gmail.com>

Make areas cloned by accelerants effectively cloneable.

Change-Id: I78046af6548e36571813ce516491c7fb64581967
Reviewed-on: https://review.haiku-os.org/513
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 9f22edc2 30-Jan-2014 Alexander von Gluck IV <kallisti5@unixzen.com>

intel_810: fix for x86_64


# 9f90e8a9 03-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Updated drivers to use BIOS module instead of vm86.


# 0e8316cc 30-May-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

intel_810: Style cleanup. No functional change

* I think the FunctionNames need to change to function_name


# e0ee3b79 30-May-2012 Gerald Zajac <zajacg@sbcglobal.net>

driver: New intel 810 video driver

* Introduced by Gerald Zajac in #8615
* Will need reviewed, tested, and some style cleanup
* Not in images until steps above complete


# 9f22edc2faf1dda3d20b76e3d7d3f4a3e7435431 30-Jan-2014 Alexander von Gluck IV <kallisti5@unixzen.com>

intel_810: fix for x86_64


# 9f90e8a9649d7b63607e2d90f94717bed2b072b5 03-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Updated drivers to use BIOS module instead of vm86.


# 0e8316cc908c3f24496bdf57855a6dcde483b82f 30-May-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

intel_810: Style cleanup. No functional change

* I think the FunctionNames need to change to function_name


# e0ee3b7971889f4656b26baae75f6ee96f42c190 30-May-2012 Gerald Zajac <zajacg@sbcglobal.net>

driver: New intel 810 video driver

* Introduced by Gerald Zajac in #8615
* Will need reviewed, tested, and some style cleanup
* Not in images until steps above complete