I need to tell kernel to completely ignore some SCSI devices (eg. from vendor 'PURE'). I see libata.force=x.yy:disable can be used for individual SATA devices, but I need something equivalent for SCSI devices. Any idea? (Via scsi_mod.dev_flags ???)
$ modinfo scsi_mod | grep dev_flags: | fmt -w 80
parm: dev_flags:Given scsi_dev_flags=vendor:model:flags[,v:m:f] add
black/white list entries for vendor and model with an integer value of flags
to the scsi device info list (string) parm: default_dev_flags:scsi
default device flag uint64_t value (ullong)
scsi_mod.dev_flagscould do it but I don't know how to interpret value for<flags>, that is value for<vendor>:<model>:<flags>. Probably should be BLIST_REPORTLUN2|BLIST_TRY_VPD_PAGES? elixir.bootlin.com/linux/latest/source/include/scsi/…