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", "ide");
|
||||
break;
|
||||
case PCI_nvm:
|
||||
_AddPath(*stack, "drivers", "disk");
|
||||
break;
|
||||
default:
|
||||
_AddPath(*stack, "busses");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user