add nvme.device to hdtoolbox's list

This commit is contained in:
Kalamatee 2023-03-18 19:20:14 +00:00 committed by deadwood
parent 690c3d3833
commit 9200800aec
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
TYPE = TOOL
STACK = 8192
TOOLTYPE = "DEVICE=scsi.device:32"
TOOLTYPE = "DEVICE=ata.device:32"
TOOLTYPE = "DEVICE=ahci.device:32"
TOOLTYPE = "DEVICE=usbscsi.device:32"
TOOLTYPE = "DEVICE=ata.device:32"
TOOLTYPE = "DEVICE=nvme.device:32"
TOOLTYPE = "DEVICE=scsi.device:32"
TOOLTYPE = "DEVICE=usbmss.device:32"
TOOLTYPE = "DEVICE=usbscsi.device:32"