mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 23:20:35 -06:00
Added options for USB passthrough devices on DiskSettings.page, using info from https://www.smartmontools.org/wiki/USB for smartmontools 7.3
This commit is contained in:
@@ -364,6 +364,13 @@ _(Default SMART controller type)_:
|
||||
<?=mk_option(_var($var,'smType'), "-d cciss", "HP cciss")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d marvell", "Marvell")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d megaraid", "MegaRAID")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d usbcypress", "Cypress ATACB")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d usbjmicron", "JMicron ATA pass-through")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d usbprolific", "Prolific ATA pass-through")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d usbsunplus", "Sunplus ATA pass-through")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d sntasmedia", "ASMedia NVMe pass-through")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d sntjmicron", "JMicron NVMe pass-through")?>
|
||||
<?=mk_option(_var($var,'smType'), "-d sntrealtek", "Realtek NVMe pass-through")?>
|
||||
</select>
|
||||
|
||||
:disk_default_smart_controller_help:
|
||||
|
||||
Reference in New Issue
Block a user