Picture of the "9500-8i" with product ID "05-50077-03" (click to enlarge):

Image of the HBA "LSI 9500-8i Tri-Mode" card

Overview

I bought this "9500-8i" as a replacement for my older "9211-8i", to have lower temperatures in my Linux home server and to then recycle the old "9211-8i" by moving it to my offline-backup-NAS.

Pros:

  • Compared to the old card the firmware updates are A LOT simpler:
    just download the program "storcli64" and the card firmware+BIOS, then flash them.
  • The "9500-8i" uses a few less watts (respectively radiates less heat).
  • Uses the Linux module "mpt3sas" (same one used by my old card), which is integrated in the mainline kernel since many years and is therefore well tested.
  • Supports both SATA and SAS drives (NVMe as well, but I read negative reviews about that so I ended up loading the firmware that supports only SATA & SAS).

Cons:

  • The "9500-8i" is expensive (as of Sept.2026):
    • I bought the model that has the product ID "05-50077-03" for CHF 210 (~260 USD as of Sept.2026).
      The one that has the product ID "05-50134-01" (different radiator? newer revision/module? retail version?) costs a lot more (CHF 320 as of Sept.2026).
      Fyi "www.thomas-krenn.com" mentions as of Sept.2026 that "05-50134-01" is the successor of "05-50077-03":

      snipped mentioning for the HBA card "9500-8i" the details "05-50134-01 (zuvor 05-50077-03)"

    • My card came without cable, so I had to buy as well a "Microchip ACK I SLIMSASX8 8SATAX1 0.8M" ("SFF-8654" connector with 8 SATA/SAS plugs), which was expensive as well (CHF 68 -> USD 84).
  • The card supports only the "IT"-mode ("Initiator Target"), which means that it does not have any kind of RAID functionality (therefore no "IR"/"Integrated RAID" functionality).
    Not relevant for me as I don't want to be locked-in with a specific vendor and as I'm anyway using ZFS and/or Linux Software RAID.

 

Details

The software and the card firmware + BIOS can be downloaded from here: https://www.broadcom.com/products/storage/host-bus-adapters/sas-nvme-9500-8i

I used the "storcli64" utility located in the "Linux_Light" subdirectory.

1) LSPCI outputs
# lspci -kn

24:00.0 0107: 1000:00e6
       Subsystem: 1000:4060
       Kernel driver in use: mpt3sas
       Kernel modules: mpt3sas
# lspci -kv

24:00.0 Serial Attached SCSI controller: Broadcom / LSI Fusion-MPT 12GSAS/PCIe Secure SAS38xx
        Subsystem: Broadcom / LSI 9500-8i Tri-Mode HBA
        Flags: bus master, fast devsel, latency 0, IRQ 43, IOMMU group 28
        Memory at e2200000 (64-bit, prefetchable) [size=1M]
        Memory at e2100000 (64-bit, prefetchable) [size=1M]
        Memory at fbc00000 (32-bit, non-prefetchable) [size=1M]
        I/O ports at f000 [size=256]
        Expansion ROM at fbd00000 [disabled] [size=256K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
        Capabilities: [70] Express Endpoint, IntMsgNum 0
        Capabilities: [b0] MSI-X: Enable+ Count=128 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [148] Power Budgeting <?>
        Capabilities: [158] Alternative Routing-ID Interpretation (ARI)
        Capabilities: [168] Secondary PCI Express
        Capabilities: [188] Physical Layer 16.0 GT/s
        Capabilities: [1b0] Lane Margining at the Receiver
        Capabilities: [218] Dynamic Power Allocation <?>
        Capabilities: [248] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
        Capabilities: [348] Vendor Specific Information: ID=0001 Rev=1 Len=038 <?>
        Capabilities: [380] Data Link Feature <?>
        Kernel driver in use: mpt3sas
        Kernel modules: mpt3sas
# lspci -kvv

24:00.0 Serial Attached SCSI controller: Broadcom / LSI Fusion-MPT 12GSAS/PCIe Secure SAS38xx
        Subsystem: Broadcom / LSI 9500-8i Tri-Mode HBA
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupts: pin B disabled, MSI(X) routed to IRQ 186-217
        IOMMU group: 28
        Region 0: Memory at e2200000 (64-bit, prefetchable) [size=1M]
        Region 2: Memory at e2100000 (64-bit, prefetchable) [size=1M]
        Region 4: Memory at fbc00000 (32-bit, non-prefetchable) [size=1M]
        Region 5: I/O ports at f000 [size=256]
        Expansion ROM at fbd00000 [disabled] [size=256K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
                Address: 0000000000000000  Data: 0000
                Masking: 00000000  Pending: 00000000
        Capabilities: [70] Express (v2) Endpoint, IntMsgNum 0
                DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0W TEE-IO-
                DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
                        RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
                LnkCap: Port #0, Speed 16GT/s, Width x8, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
                LnkSta: Speed 8GT/s (downgraded), Width x4 (downgraded)
                        TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
                         10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
                         EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
                         FRS- TPHComp- ExtTPHComp-
                         AtomicOpsCap: 32bit- 64bit- 128bitCAS-
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
                         AtomicOpsCtl: ReqEn-
                         IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
                         10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
                LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
                LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
                         EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
                         Retimer- 2Retimers- CrosslinkRes: Upstream Port, FltMode-
        Capabilities: [b0] MSI-X: Enable+ Count=128 Masked-
                Vector table: BAR=0 offset=00002000
                PBA: BAR=0 offset=00003000
        Capabilities: [100 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
                        ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
                        PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
                        ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
                        PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
                        ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
                        PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF+
                AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
                        MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
                HeaderLog: 00000000 00000000 00000000 00000000
        Capabilities: [148 v1] Power Budgeting <?>
        Capabilities: [158 v1] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Capabilities: [168 v1] Secondary PCI Express
                LnkCtl3: LnkEquIntrruptEn- PerformEqu-
                LaneErrStat: 0
        Capabilities: [188 v1] Physical Layer 16.0 GT/s
                Phy16Sta: EquComplete- EquPhase1- EquPhase2- EquPhase3- LinkEquRequest-
        Capabilities: [1b0 v1] Lane Margining at the Receiver
                PortCap: Uses Driver-
                PortSta: MargReady- MargSoftReady-
        Capabilities: [218 v1] Dynamic Power Allocation <?>
        Capabilities: [248 v1] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
        Capabilities: [348 v1] Vendor Specific Information: ID=0001 Rev=1 Len=038 <?>
        Capabilities: [380 v1] Data Link Feature <?>
        Kernel driver in use: mpt3sas
        Kernel modules: mpt3sas
2) Original state of the card
# ./storcli64 show

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Status Code = 0
Status = Success
Description = None
Number of Controllers = 1
Host Name = <redacted>
Operating System  = Linux 6.18.48-gentoo
StoreLib IT Version = 07.3808.0200.0000
IT System Overview :
==================
--------------------------------------------------------------------------
Ctl Model       AdapterType   VendId DevId SubVendId SubDevId PCI Address 
--------------------------------------------------------------------------
 0 HBA 9500-8i   SAS3808(A0) 0x1000  0xE6    0x1000   0x4060 00:24:00:00 
--------------------------------------------------------------------------
# ./storcli64 /c0 show

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = None
Product Name = HBA 9500-8i
Serial Number = SKC2400081
SAS Address =  500062b20f1c0c80
PCI Address = 00:24:00:00
System Time = 09/03/2026 11:50:46
FW Package Build = 14.00.00.00
FW Version = 14.00.00.00
BIOS Version = 09.27.00.00_14.00.00.00
NVDATA Version = 14.11.00.06
Driver Name = mpt3sas
Driver Version = 54.100.00.00
Bus Number = 36
Device Number = 0
Function Number = 0
Domain ID = 0
Vendor Id = 0x1000
Device Id = 0xE6
SubVendor Id = 0x1000
SubDevice Id = 0x4060
Board Name = HBA 9500-8i
Board Assembly = 03-50077-03002
Board Tracer Number = SKC2400081
Security Protocol = None
Package Stamp Mismatch = No

The versions of the firmware & BIOS upon delivery were therefore:

  • FW Version = 14.00.00.00
  • NVDATA Version = 14.11.00.06
  • BIOS Version = 09.27.00.00_14.00.00.00
# ./storcli64 /c0 show all

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = None

Basics :
======
Controller = 0
Adapter Type =   SAS3808(A0)
Model = HBA 9500-8i
Serial Number = SKC2400081
Current System Date/time = 09/03/2026 11:54:38
Concurrent commands supported = 6656
SAS Address =  500062b20f1c0c80
PCI Address = 00:24:00:00

Version :
=======
Firmware Package Build = 14.00.00.00
Firmware Version = 14.00.00.00
Bios Version = 09.27.00.00_14.00.00.00
NVDATA Version = 14.11.00.06
Driver Name = mpt3sas
Driver Version = 54.100.00.00

PCI Version :
===========
Vendor Id = 0x1000
Device Id = 0xE6
SubVendor Id = 0x1000
SubDevice Id = 0x4060
Host Interface = PCIE
Device Interface = PCIe-16GT/s
Bus Number = 36
Device Number = 0
Function Number = 0
Domain ID = 0

Pending Images in Flash :
=======================
Image name = No pending images

Status :
======
Controller has booted into certificate provision mode = No
Package Stamp Mismatch = No

Supported Adapter Operations :
============================
Support more than 8 Phys = Yes
Support Enclosure Enumeration = Yes
Support Allowed Operations = Yes
Support Multipath = Yes
Support Security = No
support EKM = No
Support Secure Boot = Yes
Support Platform Security = No
Support Package Stamp Mismatch Reporting = Yes
Support PSOC Update = No
Support PSOC Part Information = No
Support PSOC Version Information = No

Supported PD Operations :
=======================
Support Physical Link Speed = Yes

HwCfg :
=====
ChipRevision =  A0
BatteryFRU = N/A
Front End Port Count = 1
Backend Port Count = 11
Serial Debugger = Absent
NVRAM Size = 0KB
Flash Size = 16MB
Temperature Sensor for ROC = Present
Temperature Sensor for Controller = Absent
ROC temperature(Degree Celsius) = 55

Boot :
====
Max Drives to Spinup at One Time = 2
Maximum number of direct attached drives to spin up in 1 min = 60
Delay Among Spinup Groups (sec) = 2

Capabilities :
============
Supported Drives = SAS, SATA, NVMe
Enable JBOD = Yes
Max Parallel Commands = 6656
Max SGE Count = 128
Max Data Transfer Size = 32 sectors

Secure Boot :
===========
Secure Boot Enabled = No
Controller in Soft Secure Mode = No
Controller in Hard Secure Mode = No
Key Update Pending = No
Remaining Secure Boot Key Slots = 0

Security Protocol properties :
============================
Security Protocol = None
3a) Flashing the new firmware
# ./storcli64 /c0 download file=/root/hba-lsi-broadcom-9500-8i/firmware/9500_8i_Pkg_P39_MIXED_FW_BIOS_UEFI/Firmware/HBA_9500-8i_SAS_SATA_Profile.bin

Downloading image.Please wait...
CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = CRITICAL! Flash successful. Please power cycle the system for the changes to take effect

After a cold reboot:

# ./storcli64 /c0 show

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = None
Product Name = HBA 9500-8i
Serial Number = SKC2400081
SAS Address =  500062b20f1c0c80
PCI Address = 00:24:00:00
System Time = 09/03/2026 12:17:45
FW Package Build = 39.00.00.00
FW Version = 39.00.00.00
BIOS Version = 09.27.00.00_14.00.00.00
NVDATA Version = 39.02.00.11
PSOC FW Version = 0x003D
PSOC Part Number = 14790
Driver Name = mpt3sas
Driver Version = 54.100.00.00
Bus Number = 36
Device Number = 0
Function Number = 0
Domain ID = 0
Vendor Id = 0x1000
Device Id = 0xE6
SubVendor Id = 0x1000
SubDevice Id = 0x4060
Board Name = HBA 9500-8i
Board Assembly = 03-50077-03002
Board Tracer Number = SKC2400081
Security Protocol = None
Package Stamp Mismatch = Yes


Summary after having flashed the firmware:

  • FW Version = 39.00.00.00
  • NVDATA Version = 39.02.00.11
  • BIOS Version = 09.27.00.00_14.00.00.00
  • Package Stamp Mismatch = Yes
    (expected, as I didn't update the card's BIOS yet)

Full output:

# ./storcli64 /c0 show all

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = None

Basics :
======
Controller = 0
Adapter Type =   SAS3808(A0)
Model = HBA 9500-8i
Serial Number = SKC2400081
Current System Date/time = 09/03/2026 12:18:39
Concurrent commands supported = 7424
SAS Address =  500062b20f1c0c80
PCI Address = 00:24:00:00

Version :
=======
Firmware Package Build = 39.00.00.00
Firmware Version = 39.00.00.00
Bios Version = 09.27.00.00_14.00.00.00
NVDATA Version = 39.02.00.11
PSOC FW Version = 0x003D
PSOC Part Number = 14790
Driver Name = mpt3sas
Driver Version = 54.100.00.00

PCI Version :
===========
Vendor Id = 0x1000
Device Id = 0xE6
SubVendor Id = 0x1000
SubDevice Id = 0x4060
Host Interface = PCIE
Device Interface = SAS-12G
Bus Number = 36
Device Number = 0
Function Number = 0
Domain ID = 0

Pending Images in Flash :
=======================
Image name = No pending images

Status :
======
Controller has booted into certificate provision mode = No
Package Stamp Mismatch = Yes

Supported Adapter Operations :
============================
Support more than 8 Phys = Yes
Support Enclosure Enumeration = Yes
Support Allowed Operations = Yes
Support Multipath = Yes
Support Security = Yes
support EKM = No
Support Secure Boot = Yes
Support Platform Security = No
Support Package Stamp Mismatch Reporting = Yes
Support PSOC Update = Yes
Support PSOC Part Information = Yes
Support PSOC Version Information = Yes

Supported PD Operations :
=======================
Support Physical Link Speed = Yes

HwCfg :
=====
ChipRevision =  A0
BatteryFRU = N/A
Front End Port Count = 1
Backend Port Count = 11
Serial Debugger = Absent
NVRAM Size = 0KB
Flash Size = 16MB
Temperature Sensor for ROC = Present
Temperature Sensor for Controller = Absent
ROC temperature(Degree Celsius) = 49

Boot :
====
Max Drives to Spinup at One Time = 2
Maximum number of direct attached drives to spin up in 1 min = 60
Delay Among Spinup Groups (sec) = 2

Capabilities :
============
Supported Drives = SAS, SATA
Enable JBOD = Yes
Max Parallel Commands = 7424
Max SGE Count = 128
Max Data Transfer Size = 32 sectors

Secure Boot :
===========
Secure Boot Enabled = Yes
Controller in Soft Secure Mode = No
Controller in Hard Secure Mode = Yes
Key Update Pending = No
Remaining Secure Boot Key Slots = 7

Security Protocol properties :
============================
Security Protocol = None

Please note "Supported Drives = SAS, SATA" (the "NVMe" has disappeared as I used the firmware file that does not support NVMe)

3b) Flash the new BIOS
# ./storcli64 /c0 download bios file=/root/hba-lsi-broadcom-9500-8i/firmware/9500_8i_Pkg_P39_MIXED_FW_BIOS_UEFI/SAS35BIOS_UEFI_SAS3.5_IT_X64_ARM/IT_HBA_X64_BIOS_PKG_E6.rom

Downloading image.Please wait...
CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = Bios Flash Successful

Remark:
maybe in some cases you need to specify "./storcli64 /c0 download uefi..." instead of "./storcli64 /c0 download bios..." - not sure, in my case "bios" worked without problems (but I do have "Secure Boot" disabled, not sure if that might make a difference).

After a cold reboot:

# ./storcli64 /c0 show

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = None
Product Name = HBA 9500-8i
Serial Number = SKC2400081
SAS Address =  500062b20f1c0c80
PCI Address = 00:24:00:00
System Time = 09/03/2026 12:30:49
FW Package Build = 39.00.00.00
FW Version = 39.00.00.00
BIOS Version = 09.77.00.00_39.00.00.00
NVDATA Version = 39.02.00.11
PSOC FW Version = 0x003D
PSOC Part Number = 14790
Driver Name = mpt3sas
Driver Version = 54.100.00.00
Bus Number = 36
Device Number = 0
Function Number = 0
Domain ID = 0
Vendor Id = 0x1000
Device Id = 0xE6
SubVendor Id = 0x1000
SubDevice Id = 0x4060
Board Name = HBA 9500-8i
Board Assembly = 03-50077-03002
Board Tracer Number = SKC2400081
Security Protocol = None
Package Stamp Mismatch = No

Therefore:

  • FW Version = 39.00.00.00
  • NVDATA Version = 39.02.00.11
  • BIOS Version = 09.77.00.00_39.00.00.00
  • Package Stamp Mismatch = No

Full output:

# ./storcli64 /c0 show all

CLI Version = 007.3811.0000 July 22, 2026
Operating system = Linux 6.18.48-gentoo
Controller = 0
Status = Success
Description = None

Basics :
======
Controller = 0
Adapter Type =   SAS3808(A0)
Model = HBA 9500-8i
Serial Number = SKC2400081
Current System Date/time = 09/03/2026 12:31:15
Concurrent commands supported = 7424
SAS Address =  500062b20f1c0c80
PCI Address = 00:24:00:00

Version :
=======
Firmware Package Build = 39.00.00.00
Firmware Version = 39.00.00.00
Bios Version = 09.77.00.00_39.00.00.00
NVDATA Version = 39.02.00.11
PSOC FW Version = 0x003D
PSOC Part Number = 14790
Driver Name = mpt3sas
Driver Version = 54.100.00.00

PCI Version :
===========
Vendor Id = 0x1000
Device Id = 0xE6
SubVendor Id = 0x1000
SubDevice Id = 0x4060
Host Interface = PCIE
Device Interface = SAS-12G
Bus Number = 36
Device Number = 0
Function Number = 0
Domain ID = 0

Pending Images in Flash :
=======================
Image name = No pending images

Status :
======
Controller has booted into certificate provision mode = No
Package Stamp Mismatch = No

Supported Adapter Operations :
============================
Support more than 8 Phys = Yes
Support Enclosure Enumeration = Yes
Support Allowed Operations = Yes
Support Multipath = Yes
Support Security = Yes
support EKM = No
Support Secure Boot = Yes
Support Platform Security = No
Support Package Stamp Mismatch Reporting = Yes
Support PSOC Update = Yes
Support PSOC Part Information = Yes
Support PSOC Version Information = Yes

Supported PD Operations :
=======================
Support Physical Link Speed = Yes

HwCfg :
=====
ChipRevision =  A0
BatteryFRU = N/A
Front End Port Count = 1
Backend Port Count = 11
Serial Debugger = Absent
NVRAM Size = 0KB
Flash Size = 16MB
Temperature Sensor for ROC = Present
Temperature Sensor for Controller = Absent
ROC temperature(Degree Celsius) = 53

Boot :
====
Max Drives to Spinup at One Time = 2
Maximum number of direct attached drives to spin up in 1 min = 60
Delay Among Spinup Groups (sec) = 2

Capabilities :
============
Supported Drives = SAS, SATA
Enable JBOD = Yes
Max Parallel Commands = 7424
Max SGE Count = 128
Max Data Transfer Size = 32 sectors

Secure Boot :
===========
Secure Boot Enabled = Yes
Controller in Soft Secure Mode = No
Controller in Hard Secure Mode = Yes
Key Update Pending = No
Remaining Secure Boot Key Slots = 7

Security Protocol properties :
============================
Security Protocol = None