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:
Marcus Overhagen 2007-08-26 19:59:12 +00:00
parent 402a4a4e7b
commit a53e060c17

View File

@ -116,6 +116,9 @@ ahci_register_device(device_node_handle parent)
// info about ourself and our consumer
{ B_DRIVER_MODULE, B_STRING_TYPE, { string: AHCI_DEVICE_MODULE_NAME }},
{ SCSI_DEVICE_MAX_TARGET_COUNT, B_UINT32_TYPE,
{ ui32: 33 }},
// DMA properties
// data must be word-aligned;
{ B_BLOCK_DEVICE_DMA_ALIGNMENT, B_UINT32_TYPE,