haiku/src
Ingo Weinhold 91ccfa19a0 Added missing vm_put_physical_page() in do_io().
Something is still fishy though: Opening the dma_resources_test device
in DiskProbe, the wrong data is shown. do_io() seems to be invoked with
the correct physical address, vm_get_physical_page() succeeds, and after
memcpy() the correct data are in the virtual address it returned, but
db in the kernel debugger shows that the data in the physical page have
not been changed. When quitting DiskProbe the "page still has mappings"
assert is triggered for the page.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26602 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-24 04:25:06 +00:00
..
add-ons A module that hooks into the debugger to provide it with a demangle() so at least when using C++ in the kernel stack crawls are meaningful. 2008-07-23 16:08:16 +00:00
apps Tracker and DriveSetup now attempt to clean up the mount point after successfully unmounting the volume. 2008-07-23 22:55:00 +00:00
bin julun+mauricek: 2008-07-23 21:40:12 +00:00
build * whitespace cleanup, no functional change 2008-07-23 22:22:26 +00:00
data update to tzdata2008d 2008-07-19 10:47:57 +00:00
documentation
kits Only try to rmdir in the case of success. 2008-07-23 23:09:08 +00:00
libs * move libprint sources into libs, as it is a 3rdparty lib 2008-07-22 20:30:14 +00:00
preferences * move libprint sources into libs, as it is a 3rdparty lib 2008-07-22 20:30:14 +00:00
servers * move libprint sources into libs, as it is a 3rdparty lib 2008-07-22 20:30:14 +00:00
system * We have to use get_memory_map_etc() instead of get_memory_map(), since 2008-07-24 04:11:03 +00:00
tests Added missing vm_put_physical_page() in do_io(). 2008-07-24 04:25:06 +00:00
tools julun+mauricek: 2008-07-23 22:17:54 +00:00
Jamfile