* 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:
parent
ac1d597e94
commit
4584521e0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user