haiku/src/add-ons/kernel
Ingo Weinhold bf48aa4321 scsi_init_emulation_buffer():
* Use create_area_etc() instead of create_area(), so the alignment doesn't
  need to be ensured by hand.
* Use B_32_BIT_MEMORY for the time being.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37207 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-21 18:50:51 +00:00
..
bluetooth *Incorrect endianess handling from bdaddr at parsing from string. 2010-06-14 20:04:10 +00:00
bus_managers scsi_init_emulation_buffer(): 2010-06-21 18:50:51 +00:00
busses Converted sources that include the private <vm/vm.h> to C++. Fixes the build. 2010-06-10 10:38:29 +00:00
console * Changed physical_entry::{address,size} to phys_{addr,size}_t and changed 2010-05-27 22:07:27 +00:00
cpu * map_physical_memory() does now always set a memory type. If none is given (it 2010-02-18 13:52:43 +00:00
debugger Use debug_memcpy() instead of user_memcpy() in the kernel debugger. 2010-04-13 17:40:50 +00:00
drivers added recognition for case 0x03d510de: /* Nvidia Geforce 6100 nForce 420 */ 2010-06-16 19:32:31 +00:00
file_cache * Fixed the semantics of [v]snprintf(): If the buffer is not large enough, 2009-12-30 15:17:09 +00:00
file_systems * Enlarged the identify TOC buffer to 2048 bytes just to be sure. 2010-06-01 11:56:21 +00:00
generic read_write(): Consider a request created from an io_operation DMA safe. This 2010-06-21 16:19:49 +00:00
interrupt_controllers * Changed physical_entry::{address,size} to phys_{addr,size}_t and changed 2010-05-27 22:07:27 +00:00
media dropped a useless arg of the KernelAddon rule, hope I don't mess anything 2006-09-18 10:02:13 +00:00
network *Incorrect endianess handling from bdaddr at parsing from string. 2010-06-14 20:04:10 +00:00
partitioning_systems * Fixed the good old operator& precedence bug I noticed while looking over a 2010-06-13 16:52:21 +00:00
Jamfile * Removed old disk_scanner left-overs. 2009-07-29 01:23:47 +00:00