* Replaced the B_BLOCK_DEVICE_* defines with B_DMA_* defines that better match

our dma_restrictions structure (but we're using blocks instead of bytes,
  since unlike the block size, the restrictions attributes are constant).
* We might want to use blocks for the dma_restrictions structure as well in
  the future...
* Fixed another bug in the device_node variant of DMAResource::Init(): the max
  segment size was specified in blocks as well.
* Removed the "hardcode" block_io module and header.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26973 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-08-14 15:08:16 +00:00
parent 61b1a536e8
commit 70e2d4ac43
29 changed files with 91 additions and 1904 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2007, Haiku, Inc. All RightsReserved.
* Copyright 2004-2008, Haiku, Inc. All RightsReserved.
* Copyright 2002/03, Thomas Kurschel. All rights reserved.
*
* Distributed under the terms of the MIT License.
@@ -18,7 +18,6 @@
#include <bus/SCSI.h>
#include <block_io.h>
#include <scsi_cmds.h>
#include <Drivers.h>