kernel: Add NVMe to the device manager.

This commit is contained in:
Augustin Cavalier 2019-04-14 18:59:23 -04:00
parent ace6654618
commit 067b0d08b2

View File

@ -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;