* PCI_mass_storage_other no longer scans the non-existing busses/disk path, but

all busses now. This should help with broken controllers that don't advertize
  their capabilities correctly.
* Maybe we want to have a list that translates some types for certain devices,
  too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25667 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-05-26 21:03:32 +00:00
parent ac1d597e94
commit 4584521e0b

View File

@ -1426,7 +1426,7 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
_AddPath(*stack, "busses", "sata");
break;
default:
_AddPath(*stack, "busses", "disk");
_AddPath(*stack, "busses");
break;
}
break;