On Thu, Feb 27, 2020 at 6:45 PM Dmitry Antipov <dmantipov@xxxxxxxxx> wrote: > > Hello, Hi Dmitry, > > my Debian 9.12 system with 4.9-based kernel reports the following device: > > # lspci | grep -i sas > 04:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID Tri-Mode SAS3516 (rev 01) > > # lspci -n | grep '04:00.0' > 04:00.0 0104: 1000:0014 (rev 01) > > but 0014 is not listed in drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h among the supported device ids. > > Any ideas on who 1000:0014 is really are, and should it be supported by mpt3sas? 1000:0014 is LSI/Broadcom MegaRAID controller and supported by megaraid_sas driver (drivers/scsi/megaraid). Thanks, Sumit > > Dmitry