* 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:
@@ -1426,7 +1426,7 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
|
|||||||
_AddPath(*stack, "busses", "sata");
|
_AddPath(*stack, "busses", "sata");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
_AddPath(*stack, "busses", "disk");
|
_AddPath(*stack, "busses");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user