kernel: Add NVMe to the device manager.
This commit is contained in:
parent
ace6654618
commit
067b0d08b2
@ -1560,6 +1560,9 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
|
|||||||
_AddPath(*stack, "busses", "ata");
|
_AddPath(*stack, "busses", "ata");
|
||||||
_AddPath(*stack, "busses", "ide");
|
_AddPath(*stack, "busses", "ide");
|
||||||
break;
|
break;
|
||||||
|
case PCI_nvm:
|
||||||
|
_AddPath(*stack, "drivers", "disk");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
_AddPath(*stack, "busses");
|
_AddPath(*stack, "busses");
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user