History log of /haiku-fatelf/src/add-ons/kernel/drivers/misc/poke.c
Revision Date Author Comments
# 64d79eff 27-May-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

* Changed physical_entry::{address,size} to phys_{addr,size}_t and changed
map_physical_memory()'s physicalAddress parameter type from void* to
phys_addr_t. This breaks source compatibility, but -- as long as
phys_{addr,size}_t remain 32 bit wide -- keeps binary compatibility with
BeOS.
* Adjusted all code using the affected interfaces (Oh what fun!). Added a few
TODOs in places where the wrong types (e.g. void* for physical addresses
are used). Looks like quite a few drivers aren't 64 bit safe and others
will break with PAE.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36960 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5b9797e 17-Aug-2009 François Revol <revol@free.fr>

Fix signedness warnings.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32460 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ce1e9a2d 18-Sep-2007 Jérôme Duval <korli@users.berlios.de>

remove executable bit on test.c
clean up poke.c
don't need to check the module in uninit_driver()



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22247 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c05350e7 19-Jul-2005 Axel Dörfler <axeld@pinc-software.de>

Fixed some bugs, partially by Oscar Lesta.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13767 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 80952089 16-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Added poke driver, courtesy of Oscar Lesta. The "poke" command line application will follow.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13187 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 64d79eff7290437d24b1a420537c3ed5c144ab96 27-May-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

* Changed physical_entry::{address,size} to phys_{addr,size}_t and changed
map_physical_memory()'s physicalAddress parameter type from void* to
phys_addr_t. This breaks source compatibility, but -- as long as
phys_{addr,size}_t remain 32 bit wide -- keeps binary compatibility with
BeOS.
* Adjusted all code using the affected interfaces (Oh what fun!). Added a few
TODOs in places where the wrong types (e.g. void* for physical addresses
are used). Looks like quite a few drivers aren't 64 bit safe and others
will break with PAE.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36960 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5b9797ec124cf311ca3d4ee3e760d0f4ee006db 17-Aug-2009 François Revol <revol@free.fr>

Fix signedness warnings.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32460 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ce1e9a2d4401c31e547bc7034eb621c9243c6cce 18-Sep-2007 Jérôme Duval <korli@users.berlios.de>

remove executable bit on test.c
clean up poke.c
don't need to check the module in uninit_driver()



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22247 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c05350e7816f0e2223792f53237ecf67ffdba74f 19-Jul-2005 Axel Dörfler <axeld@pinc-software.de>

Fixed some bugs, partially by Oscar Lesta.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13767 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 809520897394581ae610b17757662f42c1070868 16-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Added poke driver, courtesy of Oscar Lesta. The "poke" command line application will follow.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13187 a95241bf-73f2-0310-859d-f6bbb57e9c96