set scsi target id maximum to 33 (32 devices + controller) for ahci controller
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22072 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -116,6 +116,9 @@ ahci_register_device(device_node_handle parent)
|
|||||||
// info about ourself and our consumer
|
// info about ourself and our consumer
|
||||||
{ B_DRIVER_MODULE, B_STRING_TYPE, { string: AHCI_DEVICE_MODULE_NAME }},
|
{ B_DRIVER_MODULE, B_STRING_TYPE, { string: AHCI_DEVICE_MODULE_NAME }},
|
||||||
|
|
||||||
|
{ SCSI_DEVICE_MAX_TARGET_COUNT, B_UINT32_TYPE,
|
||||||
|
{ ui32: 33 }},
|
||||||
|
|
||||||
// DMA properties
|
// DMA properties
|
||||||
// data must be word-aligned;
|
// data must be word-aligned;
|
||||||
{ B_BLOCK_DEVICE_DMA_ALIGNMENT, B_UINT32_TYPE,
|
{ B_BLOCK_DEVICE_DMA_ALIGNMENT, B_UINT32_TYPE,
|
||||||
|
|||||||
Reference in New Issue
Block a user