* AHCI and other SATA drivers aren't in busses/sata, but either busses/scsi
or busses/ide. * This change makes the AHCI driver working again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25705 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9101535322
commit
abc690633a
@ -1427,7 +1427,9 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
|
||||
_AddPath(*stack, "busses", "ide");
|
||||
break;
|
||||
case PCI_sata:
|
||||
_AddPath(*stack, "busses", "sata");
|
||||
// TODO: check for ahci interface
|
||||
_AddPath(*stack, "busses", "scsi");
|
||||
_AddPath(*stack, "busses", "ide");
|
||||
break;
|
||||
default:
|
||||
_AddPath(*stack, "busses");
|
||||
|
Loading…
Reference in New Issue
Block a user