View Issue Details

IDProjectCategoryView StatusLast Update
0001455channel: elrepo/el9kmod-mpt3saspublic2024-05-22 12:28
Reportercwoelkers Assigned Topperry  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformEL9OSRocky LinuxOS Version9.4
Summary0001455: mpt3sas driver does not recognize SAS-2 card
DescriptionI am upgrading one of our NAS servers from CentOS 7 to Rocky and would like to go to Rocky 9. The server contains three HBA cards, two SAS-3 connected to three JBOD enclosures, 4 ports per card with 2 ports per JBOD, and one LSI 9201-16e for SAS-2 connected to a tape robot and the associated drives. The lspci tools lists the SAS-2 card as "5e:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor] (rev 02)".
So far I have tried adding a file in /etc/modprobe.d to ensure the module loads, adding the max_queue_depth=10000 option, and adding the same option to grub via the command grubby --update-kernel=ALL --args="mpt3sas.max_queue_depth=10000". None of this changed anything.

The output of the 'modinfo mpt3sas', 'lspci', and 'dmesg | grep mpt3sas' commands are attached.
Tagsdriver, rocky
Attached Files
dmesg.txt (28,164 bytes)   
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.14.0-427.16.1.el9_4.x86_64 root=/dev/mapper/rocky9-root ro crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M resume=/dev/mapper/rocky9-swap rd.md.uuid=2cf3deba:6121872f:be47d5f3:4ff48d2c rd.lvm.lv=rocky9/root rd.lvm.lv=rocky9/swap rhgb quiet mpt3sas.max_queue_depth=10000
[    0.032383] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.14.0-427.16.1.el9_4.x86_64 root=/dev/mapper/rocky9-root ro crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M resume=/dev/mapper/rocky9-swap rd.md.uuid=2cf3deba:6121872f:be47d5f3:4ff48d2c rd.lvm.lv=rocky9/root rd.lvm.lv=rocky9/swap rhgb quiet mpt3sas.max_queue_depth=10000
[    2.716857] mpt3sas version 43.100.00.00 loaded
[    2.717141] Warning: Disabled Hardware is detected: mpt3sas:1000:0064 @ 0000:5e:00.0 is no longer enabled in this release.
[    2.717155] mpt3sas: probe of 0000:5e:00.0 failed with error -13
[    2.717555] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (790681100 kB)
[    2.771554] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    2.771569] mpt3sas_cm0: MSI-X vectors supported: 96
[    2.771570] mpt3sas_cm0:  0 48 48
[    2.772401] mpt3sas_cm0: High IOPs queues : disabled
[    2.772403] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 191
[    2.772404] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 192
[    2.772404] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 193
[    2.772405] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 194
[    2.772405] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 195
[    2.772406] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 196
[    2.772406] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 197
[    2.772407] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 198
[    2.772407] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 199
[    2.772408] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 200
[    2.772408] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 201
[    2.772409] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 202
[    2.772410] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 203
[    2.772410] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 204
[    2.772411] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 205
[    2.772411] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 206
[    2.772412] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 207
[    2.772412] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 208
[    2.772413] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 209
[    2.772413] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 210
[    2.772414] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 211
[    2.772415] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 212
[    2.772415] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 213
[    2.772416] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 214
[    2.772416] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 215
[    2.772417] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 216
[    2.772417] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 217
[    2.772418] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 218
[    2.772418] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 219
[    2.772419] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 220
[    2.772419] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 221
[    2.772420] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 222
[    2.772420] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 223
[    2.772421] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 224
[    2.772421] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 225
[    2.772422] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 226
[    2.772423] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 227
[    2.772423] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 228
[    2.772424] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 229
[    2.772424] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 230
[    2.772425] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 231
[    2.772425] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 232
[    2.772426] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 233
[    2.772426] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 234
[    2.772427] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 235
[    2.772427] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 236
[    2.772428] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 237
[    2.772428] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 238
[    2.772429] mpt3sas_cm0: iomem(0x00000000e0c00000), mapped(0x000000007d6f7da6), size(65536)
[    2.772431] mpt3sas_cm0: ioport(0x000000000000c000), size(256)
[    2.829818] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    2.858399] mpt3sas_cm0: scatter gather: sge_in_main_msg(9), sge_per_chain(15), sge_per_io(128), chains_per_io(8)
[    2.859463] mpt3sas_cm0: request pool(0x00000000b9105936) - dma(0x6103600000): depth(6472), frame_size(256), pool_size(1618 kB)
[    2.897697] mpt3sas_cm0: sense pool(0x0000000054b66480) - dma(0x6303b00000): depth(6451), element_size(96), pool_size (604 kB)
[    2.897772] mpt3sas_cm0: reply pool(0x000000006b07cc5f) - dma(0x6403000000): depth(6536), frame_size(128), pool_size(817 kB)
[    2.897780] mpt3sas_cm0: config page(0x0000000011f83714) - dma(0x6303a2b000): size(512)
[    2.897782] mpt3sas_cm0: Allocated physical memory: size(20852 kB)
[    2.897782] mpt3sas_cm0: Current Controller Queue Depth(6448),Max Controller Queue Depth(6464)
[    2.897783] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    3.044749] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    3.045008] mpt3sas_cm0: LSISAS3216: FWVersion(09.00.100.00), ChipRevision(0x01)
[    3.045011] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    3.047790] mpt3sas_cm0: sending port enable !!
[    3.047968] mpt3sas_cm1: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (790681100 kB)
[    3.102557] mpt3sas_cm1: CurrentHostPageSize is 0: Setting default host page size to 4k
[    3.102570] mpt3sas_cm1: MSI-X vectors supported: 96
[    3.102573] mpt3sas_cm1:  0 48 48
[    3.103503] mpt3sas_cm1: High IOPs queues : disabled
[    3.103505] mpt3sas1-msix0: PCI-MSI-X enabled: IRQ 298
[    3.103506] mpt3sas1-msix1: PCI-MSI-X enabled: IRQ 299
[    3.103506] mpt3sas1-msix2: PCI-MSI-X enabled: IRQ 300
[    3.103507] mpt3sas1-msix3: PCI-MSI-X enabled: IRQ 301
[    3.103508] mpt3sas1-msix4: PCI-MSI-X enabled: IRQ 302
[    3.103508] mpt3sas1-msix5: PCI-MSI-X enabled: IRQ 303
[    3.103509] mpt3sas1-msix6: PCI-MSI-X enabled: IRQ 304
[    3.103509] mpt3sas1-msix7: PCI-MSI-X enabled: IRQ 305
[    3.103510] mpt3sas1-msix8: PCI-MSI-X enabled: IRQ 306
[    3.103510] mpt3sas1-msix9: PCI-MSI-X enabled: IRQ 307
[    3.103511] mpt3sas1-msix10: PCI-MSI-X enabled: IRQ 308
[    3.103511] mpt3sas1-msix11: PCI-MSI-X enabled: IRQ 309
[    3.103512] mpt3sas1-msix12: PCI-MSI-X enabled: IRQ 310
[    3.103512] mpt3sas1-msix13: PCI-MSI-X enabled: IRQ 311
[    3.103513] mpt3sas1-msix14: PCI-MSI-X enabled: IRQ 312
[    3.103514] mpt3sas1-msix15: PCI-MSI-X enabled: IRQ 313
[    3.103514] mpt3sas1-msix16: PCI-MSI-X enabled: IRQ 314
[    3.103515] mpt3sas1-msix17: PCI-MSI-X enabled: IRQ 315
[    3.103515] mpt3sas1-msix18: PCI-MSI-X enabled: IRQ 316
[    3.103516] mpt3sas1-msix19: PCI-MSI-X enabled: IRQ 317
[    3.103516] mpt3sas1-msix20: PCI-MSI-X enabled: IRQ 318
[    3.103517] mpt3sas1-msix21: PCI-MSI-X enabled: IRQ 319
[    3.103517] mpt3sas1-msix22: PCI-MSI-X enabled: IRQ 320
[    3.103518] mpt3sas1-msix23: PCI-MSI-X enabled: IRQ 321
[    3.103518] mpt3sas1-msix24: PCI-MSI-X enabled: IRQ 322
[    3.103519] mpt3sas1-msix25: PCI-MSI-X enabled: IRQ 323
[    3.103519] mpt3sas1-msix26: PCI-MSI-X enabled: IRQ 324
[    3.103520] mpt3sas1-msix27: PCI-MSI-X enabled: IRQ 325
[    3.103521] mpt3sas1-msix28: PCI-MSI-X enabled: IRQ 326
[    3.103521] mpt3sas1-msix29: PCI-MSI-X enabled: IRQ 327
[    3.103522] mpt3sas1-msix30: PCI-MSI-X enabled: IRQ 328
[    3.103522] mpt3sas1-msix31: PCI-MSI-X enabled: IRQ 329
[    3.103523] mpt3sas1-msix32: PCI-MSI-X enabled: IRQ 330
[    3.103523] mpt3sas1-msix33: PCI-MSI-X enabled: IRQ 331
[    3.103524] mpt3sas1-msix34: PCI-MSI-X enabled: IRQ 332
[    3.103524] mpt3sas1-msix35: PCI-MSI-X enabled: IRQ 333
[    3.103525] mpt3sas1-msix36: PCI-MSI-X enabled: IRQ 334
[    3.103525] mpt3sas1-msix37: PCI-MSI-X enabled: IRQ 335
[    3.103526] mpt3sas1-msix38: PCI-MSI-X enabled: IRQ 336
[    3.103526] mpt3sas1-msix39: PCI-MSI-X enabled: IRQ 337
[    3.103527] mpt3sas1-msix40: PCI-MSI-X enabled: IRQ 338
[    3.103527] mpt3sas1-msix41: PCI-MSI-X enabled: IRQ 339
[    3.103528] mpt3sas1-msix42: PCI-MSI-X enabled: IRQ 340
[    3.103528] mpt3sas1-msix43: PCI-MSI-X enabled: IRQ 341
[    3.103529] mpt3sas1-msix44: PCI-MSI-X enabled: IRQ 342
[    3.103530] mpt3sas1-msix45: PCI-MSI-X enabled: IRQ 343
[    3.103530] mpt3sas1-msix46: PCI-MSI-X enabled: IRQ 344
[    3.103531] mpt3sas1-msix47: PCI-MSI-X enabled: IRQ 345
[    3.103531] mpt3sas_cm1: iomem(0x00000000ee500000), mapped(0x000000008bba7cc2), size(65536)
[    3.103534] mpt3sas_cm1: ioport(0x000000000000e000), size(256)
[    3.160344] mpt3sas_cm1: CurrentHostPageSize is 0: Setting default host page size to 4k
[    3.189025] mpt3sas_cm1: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    3.190752] mpt3sas_cm1: request pool(0x0000000044aae2a1) - dma(0x6056000000): depth(10253), frame_size(128), pool_size(1281 kB)
[    3.311192] mpt3sas_cm1: sense pool(0x000000001072f8b9) - dma(0x6403d00000): depth(10000), element_size(96), pool_size (937 kB)
[    3.311323] mpt3sas_cm1: reply pool(0x0000000070eaec4b) - dma(0x6056200000): depth(10317), frame_size(128), pool_size(1289 kB)
[    3.311334] mpt3sas_cm1: config page(0x00000000f2c88706) - dma(0x6403c53000): size(512)
[    3.311335] mpt3sas_cm1: Allocated physical memory: size(35015 kB)
[    3.311336] mpt3sas_cm1: Current Controller Queue Depth(9997),Max Controller Queue Depth(10176)
[    3.311336] mpt3sas_cm1: Scatter Gather Elements per IO(128)
[    3.474859] mpt3sas_cm1: _base_display_fwpkg_version: complete
[    3.475183] mpt3sas_cm1: LSISAS3008: FWVersion(05.00.00.00), ChipRevision(0x02)
[    3.475189] mpt3sas_cm1: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    3.479022] mpt3sas_cm1: sending port enable !!
[    3.479345] mpt3sas_cm2: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (790681100 kB)
[    3.535779] mpt3sas_cm2: CurrentHostPageSize is 0: Setting default host page size to 4k
[    3.535791] mpt3sas_cm2: MSI-X vectors supported: 96
[    3.535793] mpt3sas_cm2:  0 48 48
[    3.536658] mpt3sas_cm2: High IOPs queues : disabled
[    3.536660] mpt3sas2-msix0: PCI-MSI-X enabled: IRQ 404
[    3.536662] mpt3sas2-msix1: PCI-MSI-X enabled: IRQ 405
[    3.536663] mpt3sas2-msix2: PCI-MSI-X enabled: IRQ 406
[    3.536664] mpt3sas2-msix3: PCI-MSI-X enabled: IRQ 407
[    3.536664] mpt3sas2-msix4: PCI-MSI-X enabled: IRQ 408
[    3.536665] mpt3sas2-msix5: PCI-MSI-X enabled: IRQ 409
[    3.536665] mpt3sas2-msix6: PCI-MSI-X enabled: IRQ 410
[    3.536666] mpt3sas2-msix7: PCI-MSI-X enabled: IRQ 411
[    3.536667] mpt3sas2-msix8: PCI-MSI-X enabled: IRQ 412
[    3.536668] mpt3sas2-msix9: PCI-MSI-X enabled: IRQ 413
[    3.536669] mpt3sas2-msix10: PCI-MSI-X enabled: IRQ 414
[    3.536669] mpt3sas2-msix11: PCI-MSI-X enabled: IRQ 415
[    3.536670] mpt3sas2-msix12: PCI-MSI-X enabled: IRQ 416
[    3.536670] mpt3sas2-msix13: PCI-MSI-X enabled: IRQ 417
[    3.536671] mpt3sas2-msix14: PCI-MSI-X enabled: IRQ 418
[    3.536671] mpt3sas2-msix15: PCI-MSI-X enabled: IRQ 419
[    3.536672] mpt3sas2-msix16: PCI-MSI-X enabled: IRQ 420
[    3.536672] mpt3sas2-msix17: PCI-MSI-X enabled: IRQ 421
[    3.536673] mpt3sas2-msix18: PCI-MSI-X enabled: IRQ 422
[    3.536673] mpt3sas2-msix19: PCI-MSI-X enabled: IRQ 423
[    3.536674] mpt3sas2-msix20: PCI-MSI-X enabled: IRQ 424
[    3.536674] mpt3sas2-msix21: PCI-MSI-X enabled: IRQ 425
[    3.536675] mpt3sas2-msix22: PCI-MSI-X enabled: IRQ 426
[    3.536676] mpt3sas2-msix23: PCI-MSI-X enabled: IRQ 427
[    3.536677] mpt3sas2-msix24: PCI-MSI-X enabled: IRQ 428
[    3.536677] mpt3sas2-msix25: PCI-MSI-X enabled: IRQ 429
[    3.536677] mpt3sas2-msix26: PCI-MSI-X enabled: IRQ 430
[    3.536678] mpt3sas2-msix27: PCI-MSI-X enabled: IRQ 431
[    3.536678] mpt3sas2-msix28: PCI-MSI-X enabled: IRQ 432
[    3.536679] mpt3sas2-msix29: PCI-MSI-X enabled: IRQ 433
[    3.536679] mpt3sas2-msix30: PCI-MSI-X enabled: IRQ 434
[    3.536680] mpt3sas2-msix31: PCI-MSI-X enabled: IRQ 435
[    3.536680] mpt3sas2-msix32: PCI-MSI-X enabled: IRQ 436
[    3.536681] mpt3sas2-msix33: PCI-MSI-X enabled: IRQ 437
[    3.536681] mpt3sas2-msix34: PCI-MSI-X enabled: IRQ 438
[    3.536682] mpt3sas2-msix35: PCI-MSI-X enabled: IRQ 439
[    3.536683] mpt3sas2-msix36: PCI-MSI-X enabled: IRQ 440
[    3.536683] mpt3sas2-msix37: PCI-MSI-X enabled: IRQ 441
[    3.536684] mpt3sas2-msix38: PCI-MSI-X enabled: IRQ 442
[    3.536684] mpt3sas2-msix39: PCI-MSI-X enabled: IRQ 443
[    3.536685] mpt3sas2-msix40: PCI-MSI-X enabled: IRQ 444
[    3.536685] mpt3sas2-msix41: PCI-MSI-X enabled: IRQ 445
[    3.536686] mpt3sas2-msix42: PCI-MSI-X enabled: IRQ 446
[    3.536686] mpt3sas2-msix43: PCI-MSI-X enabled: IRQ 447
[    3.536687] mpt3sas2-msix44: PCI-MSI-X enabled: IRQ 448
[    3.536687] mpt3sas2-msix45: PCI-MSI-X enabled: IRQ 449
[    3.536688] mpt3sas2-msix46: PCI-MSI-X enabled: IRQ 450
[    3.536688] mpt3sas2-msix47: PCI-MSI-X enabled: IRQ 451
[    3.536689] mpt3sas_cm2: iomem(0x00000000ee300000), mapped(0x00000000b91f9071), size(65536)
[    3.536691] mpt3sas_cm2: ioport(0x000000000000d000), size(256)
[    3.593475] mpt3sas_cm2: CurrentHostPageSize is 0: Setting default host page size to 4k
[    3.622135] mpt3sas_cm2: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    3.623757] mpt3sas_cm2: request pool(0x00000000ad0d13a7) - dma(0x6403e00000): depth(10253), frame_size(128), pool_size(1281 kB)
[    3.744109] mpt3sas_cm2: sense pool(0x000000002729e931) - dma(0x6205800000): depth(10000), element_size(96), pool_size (937 kB)
[    3.744235] mpt3sas_cm2: reply pool(0x0000000082d765fe) - dma(0x6104800000): depth(10317), frame_size(128), pool_size(1289 kB)
[    3.744246] mpt3sas_cm2: config page(0x00000000b3527200) - dma(0x60572fc000): size(512)
[    3.744247] mpt3sas_cm2: Allocated physical memory: size(35015 kB)
[    3.744248] mpt3sas_cm2: Current Controller Queue Depth(9997),Max Controller Queue Depth(10176)
[    3.744249] mpt3sas_cm2: Scatter Gather Elements per IO(128)
[    3.908126] mpt3sas_cm2: _base_display_fwpkg_version: complete
[    3.908430] mpt3sas_cm2: LSISAS3008: FWVersion(05.00.00.00), ChipRevision(0x02)
[    3.908432] mpt3sas_cm2: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    3.912262] mpt3sas_cm2: sending port enable !!
[    4.825392] mpt3sas_cm0: hba_port entry: 00000000a519a099, port: 255 is added to hba_port list
[    4.830368] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x500062b20698c5c0), phys(16)
[    4.832412] mpt3sas_cm0: expander_add: handle(0x0011), parent(0x0001), sas_addr(0x5003048017dc617f), phys(51)
[    4.840235] mpt3sas_cm0: handle(0x12) sas_address(0x5000c500cacd4819) port_type(0x1)
[    4.840340] mpt3sas_cm0: handle(0x13) sas_address(0x5000c500caccedd9) port_type(0x1)
[    4.840443] mpt3sas_cm0: handle(0x14) sas_address(0x5000c500cacd5c49) port_type(0x1)
[    4.840546] mpt3sas_cm0: handle(0x15) sas_address(0x5000c500cacd19c9) port_type(0x1)
[    4.840650] mpt3sas_cm0: handle(0x16) sas_address(0x5000c500cacd0f4d) port_type(0x1)
[    4.840754] mpt3sas_cm0: handle(0x17) sas_address(0x5000c500cacd5ef9) port_type(0x1)
[    4.840858] mpt3sas_cm0: handle(0x18) sas_address(0x5000c500cacd133d) port_type(0x1)
[    4.840961] mpt3sas_cm0: handle(0x19) sas_address(0x5000c500cab6617d) port_type(0x1)
[    4.841064] mpt3sas_cm0: handle(0x1a) sas_address(0x5000c500cacd1319) port_type(0x1)
[    4.841167] mpt3sas_cm0: handle(0x1b) sas_address(0x5000c500cacd1635) port_type(0x1)
[    4.841271] mpt3sas_cm0: handle(0x1c) sas_address(0x5000c500cacd0dd1) port_type(0x1)
[    4.841374] mpt3sas_cm0: handle(0x1d) sas_address(0x5000c500cab64245) port_type(0x1)
[    4.842894] mpt3sas_cm0: handle(0x1f) sas_address(0x5000c500cacd5f49) port_type(0x1)
[    4.842998] mpt3sas_cm0: handle(0x20) sas_address(0x5000c500cacd2069) port_type(0x1)
[    4.843102] mpt3sas_cm0: handle(0x21) sas_address(0x5000c500cacd251d) port_type(0x1)
[    4.843205] mpt3sas_cm0: handle(0x22) sas_address(0x5000c500cacf60a5) port_type(0x1)
[    4.843309] mpt3sas_cm0: handle(0x23) sas_address(0x5000c500cacd55c9) port_type(0x1)
[    4.843412] mpt3sas_cm0: handle(0x24) sas_address(0x5000c500cacd3a5d) port_type(0x1)
[    4.843516] mpt3sas_cm0: handle(0x25) sas_address(0x5000c500cacd0fa5) port_type(0x1)
[    4.843645] mpt3sas_cm0: handle(0x26) sas_address(0x5000c500cacd4cb1) port_type(0x1)
[    4.843756] mpt3sas_cm0: handle(0x27) sas_address(0x5000c500cacd2edd) port_type(0x1)
[    4.843859] mpt3sas_cm0: handle(0x28) sas_address(0x5000c500cacd1625) port_type(0x1)
[    4.843963] mpt3sas_cm0: handle(0x29) sas_address(0x5000c500cacd049d) port_type(0x1)
[    4.844067] mpt3sas_cm0: handle(0x2a) sas_address(0x5000c500cacdf9d1) port_type(0x1)
[    4.844170] mpt3sas_cm0: handle(0x2b) sas_address(0x5003048017dc617d) port_type(0x1)
[    4.844879] mpt3sas_cm0: expander_add: handle(0x001e), parent(0x0011), sas_addr(0x500304801f7f127f), phys(39)
[    4.850861] mpt3sas_cm0: handle(0x2c) sas_address(0x5000c500cacdc905) port_type(0x1)
[    4.850966] mpt3sas_cm0: handle(0x2d) sas_address(0x5000c500cacd299d) port_type(0x1)
[    4.851071] mpt3sas_cm0: handle(0x2e) sas_address(0x5000c500d7016d05) port_type(0x1)
[    4.851176] mpt3sas_cm0: handle(0x2f) sas_address(0x5000c500cacd1c99) port_type(0x1)
[    4.851281] mpt3sas_cm0: handle(0x30) sas_address(0x5000c500cacdf755) port_type(0x1)
[    4.851386] mpt3sas_cm0: handle(0x31) sas_address(0x5000c500d6ff3eed) port_type(0x1)
[    4.851491] mpt3sas_cm0: handle(0x32) sas_address(0x5000c500aed7b61d) port_type(0x1)
[    4.851608] mpt3sas_cm0: handle(0x33) sas_address(0x5000c500cacd2c75) port_type(0x1)
[    4.851722] mpt3sas_cm0: handle(0x34) sas_address(0x5000c500ca0b5809) port_type(0x1)
[    4.851828] mpt3sas_cm0: handle(0x35) sas_address(0x5000c500cacd0a45) port_type(0x1)
[    4.851933] mpt3sas_cm0: handle(0x36) sas_address(0x5000c500cacdf105) port_type(0x1)
[    4.852038] mpt3sas_cm0: handle(0x37) sas_address(0x5000c500cacd59f9) port_type(0x1)
[    4.852143] mpt3sas_cm0: handle(0x38) sas_address(0x5000c500cacd5305) port_type(0x1)
[    4.852249] mpt3sas_cm0: handle(0x39) sas_address(0x5000c500d9000969) port_type(0x1)
[    4.852354] mpt3sas_cm0: handle(0x3a) sas_address(0x5000c500cacd29d5) port_type(0x1)
[    4.852459] mpt3sas_cm0: handle(0x3b) sas_address(0x5000c500ae2cbebd) port_type(0x1)
[    4.853141] mpt3sas_cm0: handle(0x3c) sas_address(0x5000c500caca3365) port_type(0x1)
[    4.853247] mpt3sas_cm0: handle(0x3d) sas_address(0x5000c500cacd26b9) port_type(0x1)
[    4.853353] mpt3sas_cm0: handle(0x3e) sas_address(0x5000c500d9a114b9) port_type(0x1)
[    4.853459] mpt3sas_cm0: handle(0x3f) sas_address(0x5000c500cb1d6911) port_type(0x1)
[    4.853834] mpt3sas_cm0: handle(0x40) sas_address(0x500304801f7f127d) port_type(0x1)
[    5.082361] mpt3sas_cm0: expander_add: handle(0x0041), parent(0x0009), sas_addr(0x5003048017dc607f), phys(51)
[    5.090524] mpt3sas_cm0: handle(0x42) sas_address(0x5000c500cacd2e35) port_type(0x1)
[    5.090647] mpt3sas_cm0: handle(0x43) sas_address(0x5000c500cacd0ecd) port_type(0x1)
[    5.090754] mpt3sas_cm0: handle(0x44) sas_address(0x5000c500cb2e14bd) port_type(0x1)
[    5.090859] mpt3sas_cm0: handle(0x45) sas_address(0x5000c500cacd0889) port_type(0x1)
[    5.090964] mpt3sas_cm0: handle(0x46) sas_address(0x5000c500cacd28dd) port_type(0x1)
[    5.091070] mpt3sas_cm0: handle(0x47) sas_address(0x5000c500d8081cfd) port_type(0x1)
[    5.091176] mpt3sas_cm0: handle(0x48) sas_address(0x5000c500cacdbd75) port_type(0x1)
[    5.091282] mpt3sas_cm0: handle(0x49) sas_address(0x5000c500cacd0409) port_type(0x1)
[    5.091387] mpt3sas_cm0: handle(0x4a) sas_address(0x5000c500cacd16b9) port_type(0x1)
[    5.091493] mpt3sas_cm0: handle(0x4b) sas_address(0x5000c500c9f4d34d) port_type(0x1)
[    5.091601] mpt3sas_cm0: handle(0x4c) sas_address(0x5000c500cacd1b55) port_type(0x1)
[    5.091707] mpt3sas_cm0: handle(0x4d) sas_address(0x5000c500cacd0451) port_type(0x1)
[    5.093536] mpt3sas_cm0: handle(0x4f) sas_address(0x5000c500cacd3f69) port_type(0x1)
[    5.093649] mpt3sas_cm0: handle(0x50) sas_address(0x5000c500cacd0295) port_type(0x1)
[    5.093756] mpt3sas_cm0: handle(0x51) sas_address(0x5000c500cacd4bc9) port_type(0x1)
[    5.093861] mpt3sas_cm0: handle(0x52) sas_address(0x5000c500cabab905) port_type(0x1)
[    5.093966] mpt3sas_cm0: handle(0x53) sas_address(0x5000c500cacd1981) port_type(0x1)
[    5.094072] mpt3sas_cm0: handle(0x54) sas_address(0x5000c500cacd3aad) port_type(0x1)
[    5.094179] mpt3sas_cm0: handle(0x55) sas_address(0x5000c500cacda909) port_type(0x1)
[    5.094285] mpt3sas_cm0: handle(0x56) sas_address(0x5000c500cacd0d51) port_type(0x1)
[    5.094390] mpt3sas_cm0: handle(0x57) sas_address(0x5000c500cacdaa1d) port_type(0x1)
[    5.094496] mpt3sas_cm0: handle(0x58) sas_address(0x5000c500cacd3f11) port_type(0x1)
[    5.094602] mpt3sas_cm0: handle(0x59) sas_address(0x5000c500cacd3185) port_type(0x1)
[    5.094708] mpt3sas_cm0: handle(0x5a) sas_address(0x5000c500cacd59a1) port_type(0x1)
[    5.094814] mpt3sas_cm0: handle(0x5b) sas_address(0x5003048017dc607d) port_type(0x1)
[    5.096628] mpt3sas_cm0: expander_add: handle(0x004e), parent(0x0041), sas_addr(0x500304801f7f117f), phys(39)
[    5.103172] mpt3sas_cm0: handle(0x5c) sas_address(0x5000c500cacd3409) port_type(0x1)
[    5.103291] mpt3sas_cm0: handle(0x5d) sas_address(0x5000c500d8e21bf1) port_type(0x1)
[    5.103400] mpt3sas_cm0: handle(0x5e) sas_address(0x5000c500cacd01ed) port_type(0x1)
[    5.103508] mpt3sas_cm0: handle(0x5f) sas_address(0x5000c500da64c4f5) port_type(0x1)
[    5.103618] mpt3sas_cm0: handle(0x60) sas_address(0x5000c500cacd1569) port_type(0x1)
[    5.103727] mpt3sas_cm0: handle(0x61) sas_address(0x5000c500cacd203d) port_type(0x1)
[    5.103836] mpt3sas_cm0: handle(0x62) sas_address(0x5000c500cacd4c95) port_type(0x1)
[    5.103945] mpt3sas_cm0: handle(0x63) sas_address(0x5000c500cacd58a1) port_type(0x1)
[    5.104053] mpt3sas_cm0: handle(0x64) sas_address(0x5000c500cacd2351) port_type(0x1)
[    5.104162] mpt3sas_cm0: handle(0x65) sas_address(0x5000c500cacd3f65) port_type(0x1)
[    5.104270] mpt3sas_cm0: handle(0x66) sas_address(0x5000c500cacd235d) port_type(0x1)
[    5.104379] mpt3sas_cm0: handle(0x67) sas_address(0x5000c500cacdf14d) port_type(0x1)
[    5.104488] mpt3sas_cm0: handle(0x68) sas_address(0x5000c500cacd2581) port_type(0x1)
[    5.104597] mpt3sas_cm0: handle(0x69) sas_address(0x5000c500cacd2f85) port_type(0x1)
[    5.104707] mpt3sas_cm0: handle(0x6a) sas_address(0x5000c500cacdb555) port_type(0x1)
[    5.104816] mpt3sas_cm0: handle(0x6b) sas_address(0x5000c500cacd00f1) port_type(0x1)
[    5.105768] mpt3sas_cm0: handle(0x6c) sas_address(0x5000c500cacd3ea5) port_type(0x1)
[    5.105878] mpt3sas_cm0: handle(0x6d) sas_address(0x5000c500cacd23fd) port_type(0x1)
[    5.105987] mpt3sas_cm0: handle(0x6e) sas_address(0x5000c500cacd09d1) port_type(0x1)
[    5.106096] mpt3sas_cm0: handle(0x6f) sas_address(0x5000c500cacd3ad9) port_type(0x1)
[    5.106474] mpt3sas_cm0: handle(0x70) sas_address(0x500304801f7f117d) port_type(0x1)
[    5.264694] mpt3sas_cm1: hba_port entry: 000000009f5f71be, port: 255 is added to hba_port list
[    5.270216] mpt3sas_cm1: host_add: handle(0x0001), sas_addr(0x500605b00c289dd0), phys(8)
[    5.272433] mpt3sas_cm1: expander_add: handle(0x0009), parent(0x0001), sas_addr(0x50030480183be5ff), phys(51)
[    5.281541] mpt3sas_cm1: handle(0xa) sas_address(0x5000c500cacd3d41) port_type(0x1)
[    5.297207] mpt3sas_cm1: handle(0xb) sas_address(0x5000c500cacd1d6d) port_type(0x1)
[    5.312518] mpt3sas_cm1: handle(0xc) sas_address(0x5000c500cacd13e1) port_type(0x1)
[    5.328328] mpt3sas_cm1: handle(0xd) sas_address(0x5000c500cacdfacd) port_type(0x1)
[    5.343347] mpt3sas_cm1: handle(0xe) sas_address(0x5000c500cacd40d5) port_type(0x1)
[    5.358930] mpt3sas_cm1: handle(0xf) sas_address(0x5000c500cacd2f15) port_type(0x1)
[    5.373797] mpt3sas_cm1: handle(0x10) sas_address(0x5000c500cacd3ed5) port_type(0x1)
[    5.389530] mpt3sas_cm1: handle(0x11) sas_address(0x5000c500cacd5bf5) port_type(0x1)
[    5.404846] mpt3sas_cm1: handle(0x12) sas_address(0x5000c500cacd2f31) port_type(0x1)
[    5.420154] mpt3sas_cm1: handle(0x13) sas_address(0x5000c500cacd161d) port_type(0x1)
[    5.435316] mpt3sas_cm1: handle(0x14) sas_address(0x5000c500cacd13fd) port_type(0x1)
[    5.450533] mpt3sas_cm1: handle(0x15) sas_address(0x5000c500cacd0745) port_type(0x1)
[    5.467525] mpt3sas_cm1: handle(0x17) sas_address(0x5000c500d74a6fa1) port_type(0x1)
[    5.483079] mpt3sas_cm1: handle(0x18) sas_address(0x5000c500cacd2a3d) port_type(0x1)
[    5.498418] mpt3sas_cm1: handle(0x19) sas_address(0x5000c500cacd2329) port_type(0x1)
[    5.514455] mpt3sas_cm1: handle(0x1a) sas_address(0x5000c500cacd4c41) port_type(0x1)
[    5.529811] mpt3sas_cm1: handle(0x1b) sas_address(0x5000c500cacd3539) port_type(0x1)
[    5.545096] mpt3sas_cm1: handle(0x1c) sas_address(0x5000c500cacd0a7d) port_type(0x1)
[    5.559986] mpt3sas_cm1: handle(0x1d) sas_address(0x5000c500cacd4b81) port_type(0x1)
[    5.575266] mpt3sas_cm1: handle(0x1e) sas_address(0x5000c500cacd0b51) port_type(0x1)
[    5.590802] mpt3sas_cm1: handle(0x1f) sas_address(0x5000c500cab50951) port_type(0x1)
[    5.606135] mpt3sas_cm1: handle(0x20) sas_address(0x5000c500cacd2569) port_type(0x1)
[    5.621450] mpt3sas_cm1: handle(0x21) sas_address(0x5000c500a72feed9) port_type(0x1)
[    5.633038] mpt3sas_cm1: handle(0x22) sas_address(0x5000c500ae2c2791) port_type(0x1)
[    5.643962] mpt3sas_cm1: handle(0x23) sas_address(0x50030480183be5fd) port_type(0x1)
[    5.645934] mpt3sas_cm1: expander_add: handle(0x0016), parent(0x0009), sas_addr(0x500304801ec00d7f), phys(39)
[    5.652613] mpt3sas_cm1: handle(0x24) sas_address(0x5000c500ae2c1f0d) port_type(0x1)
[    5.664024] mpt3sas_cm1: handle(0x25) sas_address(0x5000c500cb28fc61) port_type(0x1)
[    5.679124] mpt3sas_cm1: handle(0x26) sas_address(0x5000c500cacd0c45) port_type(0x1)
[    5.694248] mpt3sas_cm1: handle(0x27) sas_address(0x5000c500d8115939) port_type(0x1)
[    5.709791] mpt3sas_cm1: handle(0x28) sas_address(0x5000c500a72d89b1) port_type(0x1)
[    5.720759] mpt3sas_cm1: handle(0x29) sas_address(0x5000c500ae2d78f9) port_type(0x1)
[    5.731736] mpt3sas_cm1: handle(0x2a) sas_address(0x5000c500ae2c1e99) port_type(0x1)
[    5.743170] mpt3sas_cm1: handle(0x2b) sas_address(0x5000c500ae226a4d) port_type(0x1)
[    5.754014] mpt3sas_cm1: handle(0x2c) sas_address(0x5000c500ae2d9e69) port_type(0x1)
[    5.765054] mpt3sas_cm1: handle(0x2d) sas_address(0x5000c500ae2c1d15) port_type(0x1)
[    5.776008] mpt3sas_cm1: handle(0x2e) sas_address(0x5000c500ae2c28e1) port_type(0x1)
[    5.787492] mpt3sas_cm1: handle(0x2f) sas_address(0x5000c500ae2c1e49) port_type(0x1)
[    5.799070] mpt3sas_cm1: handle(0x30) sas_address(0x5000c500ae2c1ab9) port_type(0x1)
[    5.810495] mpt3sas_cm1: handle(0x31) sas_address(0x5000c500ae2c1f49) port_type(0x1)
[    5.821904] mpt3sas_cm1: handle(0x32) sas_address(0x5000c500ae2c1c09) port_type(0x1)
[    5.833536] mpt3sas_cm1: handle(0x33) sas_address(0x5000c500d7308bcd) port_type(0x1)
[    5.849909] mpt3sas_cm1: handle(0x34) sas_address(0x5000c500ae2c2841) port_type(0x1)
[    5.860881] mpt3sas_cm1: handle(0x35) sas_address(0x5000c500ae2c2345) port_type(0x1)
[    5.871946] mpt3sas_cm1: handle(0x36) sas_address(0x5000c500ca38ed79) port_type(0x1)
[    5.887620] mpt3sas_cm1: handle(0x37) sas_address(0x5000c500ae2c1f15) port_type(0x1)
[    5.899349] mpt3sas_cm1: handle(0x38) sas_address(0x500304801ec00d7d) port_type(0x1)
[    6.515190] mpt3sas_cm2: hba_port entry: 0000000040f9b66c, port: 255 is added to hba_port list
[    6.516437] mpt3sas_cm2: host_add: handle(0x0001), sas_addr(0x500605b00c289e50), phys(8)
[   10.325577] mpt3sas_cm0: port enable: SUCCESS
[   10.524617] mpt3sas_cm1: port enable: SUCCESS
[   11.640576] mpt3sas_cm2: port enable: SUCCESS

dmesg.txt (28,164 bytes)   
modinfo.txt (7,444 bytes)   
filename:       /lib/modules/5.14.0-427.16.1.el9_4.x86_64/weak-updates/mpt3sas/mpt3sas.ko
alias:          mpt2sas
version:        43.100.00.00
license:        GPL
description:    LSI MPT Fusion SAS 3.0 Device Driver
author:         Avago Technologies <MPT-FusionLinux.pdl@avagotech.com>
rhelversion:    9.4
srcversion:     BDCB89D1493931C1207C7CB
alias:          pci:v00001000d000000E7sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E4sv*sd*bc*sc*i*
alias:          pci:v0000117Cd000000E6sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E6sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E5sv*sd*bc*sc*i*
alias:          pci:v00001000d000000B2sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E3sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E0sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E2sv*sd*bc*sc*i*
alias:          pci:v00001000d000000E1sv*sd*bc*sc*i*
alias:          pci:v00001000d000000D1sv*sd*bc*sc*i*
alias:          pci:v00001000d000000ACsv*sd*bc*sc*i*
alias:          pci:v00001000d000000ABsv*sd*bc*sc*i*
alias:          pci:v00001000d000000AAsv*sd*bc*sc*i*
alias:          pci:v00001000d000000AFsv*sd*bc*sc*i*
alias:          pci:v00001000d000000AEsv*sd*bc*sc*i*
alias:          pci:v00001000d000000ADsv*sd*bc*sc*i*
alias:          pci:v00001000d000000C3sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C2sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C1sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C0sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C8sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C7sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C6sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C5sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C4sv*sd*bc*sc*i*
alias:          pci:v00001000d000000C9sv*sd*bc*sc*i*
alias:          pci:v00001000d00000095sv*sd*bc*sc*i*
alias:          pci:v00001000d00000094sv*sd*bc*sc*i*
alias:          pci:v00001000d00000091sv*sd*bc*sc*i*
alias:          pci:v00001000d00000090sv*sd*bc*sc*i*
alias:          pci:v00001000d00000097sv*sd*bc*sc*i*
alias:          pci:v00001000d00000096sv*sd*bc*sc*i*
alias:          pci:v00001000d0000007Esv*sd*bc*sc*i*
alias:          pci:v00001000d000002B1sv*sd*bc*sc*i*
alias:          pci:v00001000d000002B0sv*sd*bc*sc*i*
alias:          pci:v00001000d0000006Esv*sd*bc*sc*i*
alias:          pci:v00001000d00000087sv*sd*bc*sc*i*
alias:          pci:v00001000d00000086sv*sd*bc*sc*i*
alias:          pci:v00001000d00000085sv*sd*bc*sc*i*
alias:          pci:v00001000d00000084sv*sd*bc*sc*i*
alias:          pci:v00001000d00000083sv*sd*bc*sc*i*
alias:          pci:v00001000d00000082sv*sd*bc*sc*i*
alias:          pci:v00001000d00000081sv*sd*bc*sc*i*
alias:          pci:v00001000d00000080sv*sd*bc*sc*i*
alias:          pci:v00001000d00000065sv*sd*bc*sc*i*
alias:          pci:v00001000d00000064sv*sd*bc*sc*i*
alias:          pci:v00001000d00000077sv*sd*bc*sc*i*
alias:          pci:v00001000d00000076sv*sd*bc*sc*i*
alias:          pci:v00001000d00000074sv*sd*bc*sc*i*
alias:          pci:v00001000d00000072sv*sd*bc*sc*i*
alias:          pci:v00001000d00000070sv*sd*bc*sc*i*
depends:        scsi_transport_sas,raid_class
retpoline:      Y
name:           mpt3sas
vermagic:       5.14.0-427.13.1.el9_4.x86_64 SMP preempt mod_unload modversions 
sig_id:         PKCS#7
signer:         ELRepo.org Secure Boot Key
sig_key:        E9:D4:71:CF:B4:FE:13:6C
sig_hashalgo:   sha256
signature:      8D:5A:6B:9E:D8:10:B2:25:FC:D0:6D:07:B0:DE:06:C8:FE:9D:43:D5:
		4B:DB:3B:B0:D1:E7:F8:14:81:6F:09:68:5D:D9:2D:E6:EB:13:79:5A:
		B5:EB:F7:24:D0:01:26:BB:34:5F:72:B3:2C:17:75:87:B7:E2:1B:A4:
		44:C7:21:9D:5B:0D:51:A8:5F:9D:1E:88:6A:87:0F:F8:CE:03:8A:14:
		C1:0D:BC:EB:89:9F:40:8C:FE:23:95:DD:C3:69:20:F3:09:D0:48:23:
		DF:96:37:74:A6:D3:27:BB:16:85:AD:75:D0:30:E6:C0:DF:D8:40:4C:
		7F:37:13:9F:89:80:37:7F:37:C0:3A:2A:A7:EA:0E:FA:FE:A1:7C:12:
		EA:C2:97:3F:83:1E:02:E4:45:AB:A2:AD:88:EE:4C:3B:EE:39:F3:C6:
		A6:28:9B:B2:B3:B7:36:1F:81:61:33:81:AC:08:CD:32:57:C4:A4:0C:
		D0:9A:DE:C8:6A:E0:30:91:A8:7C:3F:D0:D3:63:A5:05:68:BA:7E:68:
		41:E4:11:53:2C:97:6B:A5:9A:60:75:07:DF:57:00:7A:5F:CA:64:67:
		59:9C:0D:B7:ED:96:FB:1B:63:6F:E9:69:15:57:0C:F3:65:07:2A:2E:
		9B:55:BB:37:73:B5:E7:08:3A:A2:71:69:C9:38:B5:90:45:24:F7:86:
		DA:AC:6B:18:AD:4B:1A:AD:74:7F:48:97:73:BA:AB:EC:0D:E7:2B:6D:
		4B:EA:7B:CA:9B:14:17:B7:BA:8B:7B:FD:D5:58:CC:47:70:F9:C6:FE:
		B4:E1:F8:4F:C4:CA:1A:22:E0:F2:33:7C:1C:1B:FF:6D:84:74:32:58:
		04:72:2C:AF:0B:F0:5D:9A:2D:BE:04:C7:57:0A:BA:35:9B:0C:C4:2F:
		94:EB:AD:8D:46:17:0D:D6:5E:D5:0D:42:39:4C:D1:A8:6B:F5:FC:30:
		E8:7F:DB:2E:81:E2:1F:72:65:70:A8:EA:9D:BA:50:E8:9B:03:E5:65:
		64:7F:EB:8E:43:88:C1:F7:98:A9:A0:6F:85:B4:8C:B4:12:32:47:A8:
		D8:75:98:5A:EC:75:76:07:5D:86:FB:13:55:22:6A:5D:C0:6A:A4:37:
		F4:61:32:62:C2:3B:04:92:4C:6C:35:A7:AB:45:2C:AC:4B:AE:5B:D8:
		FD:7B:3C:96:46:45:36:E0:84:24:9A:7A:60:95:CE:41:6E:CF:2B:67:
		8F:B8:C7:56:D1:78:10:83:E6:A8:AA:86:4D:77:81:A5:26:8E:70:CB:
		43:52:69:0B:55:4F:2C:41:C0:51:E9:21:5E:C3:8C:E6:0F:FF:63:33:
		3A:8B:96:13:98:06:67:CD:93:CD:14:7D
parm:           logging_level: bits for enabling additional logging info (default=0)
parm:           max_sectors:max sectors, range 64 to 32767  default=32767 (ushort)
parm:           missing_delay: device missing delay , io missing delay (array of int)
parm:           max_lun: max lun, default=16895  (ullong)
parm:           hbas_to_enumerate: 0 - enumerates both SAS 2.0 & SAS 3.0 generation HBAs
 		  1 - enumerates only SAS 2.0 generation HBAs
 		  2 - enumerates only SAS 3.0 generation HBAs (default=0) (ushort)
parm:           diag_buffer_enable: post diag buffers (TRACE=1/SNAPSHOT=2/EXTENDED=4/default=0) (int)
parm:           disable_discovery: disable discovery  (int)
parm:           prot_mask: host protection capabilities mask, def=7  (int)
parm:           enable_sdev_max_qd:Enable sdev max qd as can_queue, def=disabled(0) (bool)
parm:           multipath_on_hba:Multipath support to add same target device
		as many times as it is visible to HBA from various paths
		(by default:
			 SAS 2.0 & SAS 3.0 HBA - This will be disabled,
			 SAS 3.5 HBA - This will be enabled) (int)
parm:           host_tagset_enable:Shared host tagset enable/disable Default: enable(1) (int)
parm:           max_queue_depth: max controller queue depth  (int)
parm:           max_sgl_entries: max sg entries  (int)
parm:           msix_disable: disable msix routed interrupts (default=0) (int)
parm:           smp_affinity_enable:SMP affinity feature enable/disable Default: enable(1) (int)
parm:           max_msix_vectors: max msix vectors (int)
parm:           irqpoll_weight:irq poll weight (default= one fourth of HBA queue depth) (int)
parm:           mpt3sas_fwfault_debug: enable detection of firmware fault and halt firmware - (default=0)
parm:           perf_mode:Performance mode (only for Aero/Sea Generation), options:
		0 - balanced: high iops mode is enabled &
		interrupt coalescing is enabled only on high iops queues,
		1 - iops: high iops mode is disabled &
		interrupt coalescing is enabled on all queues,
		2 - latency: high iops mode is disabled &
		interrupt coalescing is enabled on all queues with timeout value 0xA,
		default - default perf_mode is 'balanced' (int)
parm:           poll_queues:Number of queues to be use for io_uring poll mode.
		This parameter is effective only if host_tagset_enable=1. &
		when poll_queues are enabled then &
		perf_mode is set to latency mode. &
		 (int)

modinfo.txt (7,444 bytes)   
lspci.txt (21,844 bytes)   
00:00.0 Host bridge: Intel Corporation Sky Lake-E DMI3 Registers (rev 07)
00:04.0 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.1 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.2 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.3 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.4 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.5 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.6 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:04.7 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
00:05.0 System peripheral: Intel Corporation Sky Lake-E MM/Vt-d Configuration Registers (rev 07)
00:05.2 System peripheral: Intel Corporation Sky Lake-E RAS (rev 07)
00:05.4 PIC: Intel Corporation Sky Lake-E IOAPIC (rev 07)
00:08.0 System peripheral: Intel Corporation Sky Lake-E Ubox Registers (rev 07)
00:08.1 Performance counters: Intel Corporation Sky Lake-E Ubox Registers (rev 07)
00:08.2 System peripheral: Intel Corporation Sky Lake-E Ubox Registers (rev 07)
00:11.0 Unassigned class [ff00]: Intel Corporation C620 Series Chipset Family MROM 0 (rev 09)
00:11.1 Unassigned class [ff00]: Intel Corporation C620 Series Chipset Family MROM 1 (rev 09)
00:11.5 SATA controller: Intel Corporation C620 Series Chipset Family SSATA Controller [AHCI mode] (rev 09)
00:14.0 USB controller: Intel Corporation C620 Series Chipset Family USB 3.0 xHCI Controller (rev 09)
00:14.2 Signal processing controller: Intel Corporation C620 Series Chipset Family Thermal Subsystem (rev 09)
00:16.0 Communication controller: Intel Corporation C620 Series Chipset Family MEI Controller #1 (rev 09)
00:16.1 Communication controller: Intel Corporation C620 Series Chipset Family MEI Controller #2 (rev 09)
00:16.4 Communication controller: Intel Corporation C620 Series Chipset Family MEI Controller #3 (rev 09)
00:17.0 SATA controller: Intel Corporation C620 Series Chipset Family SATA Controller [AHCI mode] (rev 09)
00:1c.0 PCI bridge: Intel Corporation C620 Series Chipset Family PCI Express Root Port #1 (rev f9)
00:1c.5 PCI bridge: Intel Corporation C620 Series Chipset Family PCI Express Root Port #6 (rev f9)
00:1f.0 ISA bridge: Intel Corporation C621 Series Chipset LPC/eSPI Controller (rev 09)
00:1f.2 Memory controller: Intel Corporation C620 Series Chipset Family Power Management Controller (rev 09)
00:1f.4 SMBus: Intel Corporation C620 Series Chipset Family SMBus (rev 09)
00:1f.5 Serial bus controller: Intel Corporation C620 Series Chipset Family SPI Controller (rev 09)
02:00.0 PCI bridge: ASPEED Technology, Inc. AST1150 PCI-to-PCI Bridge (rev 04)
03:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 41)
17:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port A (rev 07)
17:02.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port C (rev 07)
17:03.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port D (rev 07)
17:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 07)
17:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 07)
17:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 07)
17:08.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:08.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:09.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0a.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0a.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0e.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:0f.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:10.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:10.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:1d.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:1d.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:1d.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:1d.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
17:1e.0 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
17:1e.1 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
17:1e.2 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
17:1e.3 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
17:1e.4 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
17:1e.5 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
17:1e.6 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
18:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710/X557-AT 10GBASE-T (rev 02)
18:00.1 Ethernet controller: Intel Corporation Ethernet Controller X710/X557-AT 10GBASE-T (rev 02)
18:00.2 Ethernet controller: Intel Corporation Ethernet Controller X710/X557-AT 10GBASE-T (rev 02)
18:00.3 Ethernet controller: Intel Corporation Ethernet Controller X710/X557-AT 10GBASE-T (rev 02)
19:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
1a:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
3a:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 07)
3a:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 07)
3a:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 07)
3a:08.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:09.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0a.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0a.1 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0a.2 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0a.3 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0a.4 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0a.5 System peripheral: Intel Corporation Sky Lake-E LM Channel 1 (rev 07)
3a:0a.6 System peripheral: Intel Corporation Sky Lake-E LMS Channel 1 (rev 07)
3a:0a.7 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 1 (rev 07)
3a:0b.0 System peripheral: Intel Corporation Sky Lake-E DECS Channel 2 (rev 07)
3a:0b.1 System peripheral: Intel Corporation Sky Lake-E LM Channel 2 (rev 07)
3a:0b.2 System peripheral: Intel Corporation Sky Lake-E LMS Channel 2 (rev 07)
3a:0b.3 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 2 (rev 07)
3a:0c.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0c.1 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0c.2 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0c.3 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0c.4 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
3a:0c.5 System peripheral: Intel Corporation Sky Lake-E LM Channel 1 (rev 07)
3a:0c.6 System peripheral: Intel Corporation Sky Lake-E LMS Channel 1 (rev 07)
3a:0c.7 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 1 (rev 07)
3a:0d.0 System peripheral: Intel Corporation Sky Lake-E DECS Channel 2 (rev 07)
3a:0d.1 System peripheral: Intel Corporation Sky Lake-E LM Channel 2 (rev 07)
3a:0d.2 System peripheral: Intel Corporation Sky Lake-E LMS Channel 2 (rev 07)
3a:0d.3 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 2 (rev 07)
5d:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port A (rev 07)
5d:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 07)
5d:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 07)
5d:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 07)
5d:0e.0 Performance counters: Intel Corporation Sky Lake-E KTI 0 (rev 07)
5d:0e.1 System peripheral: Intel Corporation Sky Lake-E UPI Registers (rev 07)
5d:0f.0 Performance counters: Intel Corporation Sky Lake-E KTI 0 (rev 07)
5d:0f.1 System peripheral: Intel Corporation Sky Lake-E UPI Registers (rev 07)
5d:12.0 Performance counters: Intel Corporation Sky Lake-E M3KTI Registers (rev 07)
5d:12.1 Performance counters: Intel Corporation Sky Lake-E M3KTI Registers (rev 07)
5d:12.2 System peripheral: Intel Corporation Sky Lake-E M3KTI Registers (rev 07)
5d:15.0 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 07)
5d:15.1 Performance counters: Intel Corporation Sky Lake-E DDRIO Registers (rev 07)
5d:16.0 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 07)
5d:16.1 Performance counters: Intel Corporation Sky Lake-E DDRIO Registers (rev 07)
5d:16.4 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 07)
5d:16.5 Performance counters: Intel Corporation Sky Lake-E DDRIO Registers (rev 07)
5e:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor] (rev 02)
80:04.0 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.1 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.2 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.3 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.4 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.5 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.6 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:04.7 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 07)
80:05.0 System peripheral: Intel Corporation Sky Lake-E MM/Vt-d Configuration Registers (rev 07)
80:05.2 System peripheral: Intel Corporation Sky Lake-E RAS (rev 07)
80:05.4 PIC: Intel Corporation Sky Lake-E IOAPIC (rev 07)
80:08.0 System peripheral: Intel Corporation Sky Lake-E Ubox Registers (rev 07)
80:08.1 Performance counters: Intel Corporation Sky Lake-E Ubox Registers (rev 07)
80:08.2 System peripheral: Intel Corporation Sky Lake-E Ubox Registers (rev 07)
85:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port A (rev 07)
85:02.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port C (rev 07)
85:03.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port D (rev 07)
85:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 07)
85:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 07)
85:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 07)
85:08.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:08.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:09.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0a.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0a.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0e.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:0f.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:10.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:10.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:1d.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:1d.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:1d.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:1d.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 07)
85:1e.0 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
85:1e.1 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
85:1e.2 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
85:1e.3 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
85:1e.4 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
85:1e.5 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
85:1e.6 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 07)
86:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS3216 PCI-Express Fusion-MPT SAS-3 (rev 01)
87:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
88:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
ae:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port A (rev 07)
ae:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 07)
ae:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 07)
ae:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 07)
ae:08.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:09.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0a.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0a.1 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0a.2 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0a.3 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0a.4 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0a.5 System peripheral: Intel Corporation Sky Lake-E LM Channel 1 (rev 07)
ae:0a.6 System peripheral: Intel Corporation Sky Lake-E LMS Channel 1 (rev 07)
ae:0a.7 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 1 (rev 07)
ae:0b.0 System peripheral: Intel Corporation Sky Lake-E DECS Channel 2 (rev 07)
ae:0b.1 System peripheral: Intel Corporation Sky Lake-E LM Channel 2 (rev 07)
ae:0b.2 System peripheral: Intel Corporation Sky Lake-E LMS Channel 2 (rev 07)
ae:0b.3 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 2 (rev 07)
ae:0c.0 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0c.1 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0c.2 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0c.3 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0c.4 System peripheral: Intel Corporation Sky Lake-E Integrated Memory Controller (rev 07)
ae:0c.5 System peripheral: Intel Corporation Sky Lake-E LM Channel 1 (rev 07)
ae:0c.6 System peripheral: Intel Corporation Sky Lake-E LMS Channel 1 (rev 07)
ae:0c.7 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 1 (rev 07)
ae:0d.0 System peripheral: Intel Corporation Sky Lake-E DECS Channel 2 (rev 07)
ae:0d.1 System peripheral: Intel Corporation Sky Lake-E LM Channel 2 (rev 07)
ae:0d.2 System peripheral: Intel Corporation Sky Lake-E LMS Channel 2 (rev 07)
ae:0d.3 System peripheral: Intel Corporation Sky Lake-E LMDP Channel 2 (rev 07)
af:00.0 PCI bridge: PLX Technology, Inc. PEX 8724 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch, 19 x 19mm FCBGA (rev ca)
b0:00.0 PCI bridge: PLX Technology, Inc. PEX 8724 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch, 19 x 19mm FCBGA (rev ca)
b0:08.0 PCI bridge: PLX Technology, Inc. PEX 8724 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch, 19 x 19mm FCBGA (rev ca)
b0:09.0 PCI bridge: PLX Technology, Inc. PEX 8724 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch, 19 x 19mm FCBGA (rev ca)
b1:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
b3:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
d7:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 07)
d7:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 07)
d7:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 07)
d7:0e.0 Performance counters: Intel Corporation Sky Lake-E KTI 0 (rev 07)
d7:0e.1 System peripheral: Intel Corporation Sky Lake-E UPI Registers (rev 07)
d7:0f.0 Performance counters: Intel Corporation Sky Lake-E KTI 0 (rev 07)
d7:0f.1 System peripheral: Intel Corporation Sky Lake-E UPI Registers (rev 07)
d7:12.0 Performance counters: Intel Corporation Sky Lake-E M3KTI Registers (rev 07)
d7:12.1 Performance counters: Intel Corporation Sky Lake-E M3KTI Registers (rev 07)
d7:12.2 System peripheral: Intel Corporation Sky Lake-E M3KTI Registers (rev 07)
d7:15.0 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 07)
d7:15.1 Performance counters: Intel Corporation Sky Lake-E DDRIO Registers (rev 07)
d7:16.0 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 07)
d7:16.1 Performance counters: Intel Corporation Sky Lake-E DDRIO Registers (rev 07)
d7:16.4 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 07)
d7:16.5 Performance counters: Intel Corporation Sky Lake-E DDRIO Registers (rev 07)

lspci.txt (21,844 bytes)   

Activities

toracat

2024-05-21 20:30

administrator   ~0009790

The "Warning: Disabled Hardware is detected" message indicates you are using the mpt3sas driver from the distro kernel.

Can you try following the instructions in this note?

https://elrepo.org/bugs/view.php?id=1382#c9341

and see if your system now uses the one from kmod-mpt3sas?

cwoelkers

2024-05-22 08:38

reporter   ~0009791

That worked, I now have the SAS-2 tape drives listed under /dev.
Thanks for pointing that out.

toracat

2024-05-22 12:28

administrator   ~0009792

Glad to hear it worked out. Now closing as 'resolved'.

Issue History

Date Modified Username Field Change
2024-05-21 18:09 cwoelkers New Issue
2024-05-21 18:09 cwoelkers Status new => assigned
2024-05-21 18:09 cwoelkers Assigned To => pperry
2024-05-21 18:09 cwoelkers Tag Attached: driver
2024-05-21 18:09 cwoelkers Tag Attached: rocky
2024-05-21 18:09 cwoelkers File Added: dmesg.txt
2024-05-21 18:09 cwoelkers File Added: modinfo.txt
2024-05-21 18:09 cwoelkers File Added: lspci.txt
2024-05-21 20:30 toracat Note Added: 0009790
2024-05-22 08:38 cwoelkers Note Added: 0009791
2024-05-22 12:28 toracat Status assigned => resolved
2024-05-22 12:28 toracat Resolution open => no change required
2024-05-22 12:28 toracat Note Added: 0009792