feat: support for USB mass storage devices, hotplugging
This commit is contained in:
@@ -668,6 +668,7 @@ namespace Drivers::Storage::Nvme {
|
||||
bdev.Ctx = (void*)(uintptr_t)i;
|
||||
bdev.SectorCount = g_namespaces[i].SectorCount;
|
||||
bdev.SectorSize = (uint16_t)g_namespaces[i].SectorSize;
|
||||
bdev.Kind = Storage::BLOCK_KIND_NVME;
|
||||
memcpy(bdev.Model, g_namespaces[i].Model, 41);
|
||||
Storage::RegisterBlockDevice(bdev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user