haiku/src/system/kernel/device_manager
Ingo Weinhold ce97aa1274 DMAResource::Init(): Also evaluate the device node's B_DMA_LOW_ADDRESS and
B_DMA_HIGH_ADDRESS attributes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37143 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-15 00:09:51 +00:00
..
AbstractModuleDevice.cpp * VFS: 2009-10-01 03:06:34 +00:00
AbstractModuleDevice.h * VFS: 2009-10-01 03:06:34 +00:00
BaseDevice.cpp * VFS: 2009-10-01 03:06:34 +00:00
BaseDevice.h * VFS: 2009-10-01 03:06:34 +00:00
devfs_private.h
devfs.cpp Fixed more address types related issues. Mostly printf() or comparison 2010-06-02 20:46:49 +00:00
device_manager_private.h
device_manager.cpp Moved IOSchedulerRoster into its own header/source files. 2010-04-26 14:09:39 +00:00
dma_resources.cpp DMAResource::Init(): Also evaluate the device node's B_DMA_LOW_ADDRESS and 2010-06-15 00:09:51 +00:00
dma_resources.h * Introduced type generic_io_vec, which is similar to iovec, but uses types 2010-06-02 18:42:20 +00:00
FileDevice.cpp * VFS: 2009-10-01 03:06:34 +00:00
FileDevice.h * VFS: 2009-10-01 03:06:34 +00:00
id_generator.cpp
id_generator.h
io_requests.cpp transfer_io_request_data(): There was some confusion about the isWrite 2009-11-19 16:19:59 +00:00
io_resources.cpp
io_resources.h
IOCache.cpp Fixed more address types related issues. Mostly printf() or comparison 2010-06-02 20:46:49 +00:00
IOCache.h * Introduced type generic_io_vec, which is similar to iovec, but uses types 2010-06-02 18:42:20 +00:00
IOCallback.cpp * Moved IOCallback class into separate source file. 2010-04-21 11:20:07 +00:00
IOCallback.h * Moved IOCallback class into separate source file. 2010-04-21 11:20:07 +00:00
IORequest.cpp IORequest::_Copy*(): Resolved TODO: Don't cast the generic_addr_t to void* 2010-06-14 21:33:11 +00:00
IORequest.h IORequest::_Copy*(): Resolved TODO: Don't cast the generic_addr_t to void* 2010-06-14 21:33:11 +00:00
IOScheduler.cpp * Introduced IOScheduler::MediaChanged() - this is now called by scsi_cd instead 2010-06-01 12:05:24 +00:00
IOScheduler.h * Introduced type generic_io_vec, which is similar to iovec, but uses types 2010-06-02 18:42:20 +00:00
IOSchedulerRoster.cpp Moved IOSchedulerRoster into its own header/source files. 2010-04-26 14:09:39 +00:00
IOSchedulerRoster.h Moved IOSchedulerRoster into its own header/source files. 2010-04-26 14:09:39 +00:00
IOSchedulerSimple.cpp Fixed more address types related issues. Mostly printf() or comparison 2010-06-02 20:46:49 +00:00
IOSchedulerSimple.h * Introduced type generic_io_vec, which is similar to iovec, but uses types 2010-06-02 18:42:20 +00:00
Jamfile Renamed IOScheduler to IOSchedulerSimple and pulled an interface IOScheduler 2010-04-26 14:47:24 +00:00
legacy_drivers.cpp * Restructured the notification driven addition/removal of drivers to 2010-02-14 22:57:47 +00:00
legacy_drivers.h