diff options
| author | Takefu <takefu@airport.fm> | 2026-05-14 15:59:50 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-05-14 16:33:46 +0000 |
| commit | 2997a247ad9c613cafd2bcce8b894ea8f68ec523 (patch) | |
| tree | 5671776bb1dbb0bd92bef66ef95680f12605a2de | |
| parent | fa513a9caae46312547c2b30875cfb0e5489e130 (diff) | |
sysutils/storcli2: New port: SAS4 MegaRAID FreeBSD StorCLI2
Command Line Interface for the MegaRAID SAS4 family of RAID controllers,
used to configure and manage connected storage devices.
The StorCLI2 tool supports the following controllers:
* MegaRAID 9600 Family eHBA Adapters
* MegaRAID 9620 Family eHBA Adapters
* MegaRAID 9660 Family RAID Adapters
* MegaRAID 9670 Family RAID Adapters
https://techdocs.broadcom.com/us/en/storage-and-ethernet-connectivity/enterprise-storage-solutions/megaraid8-tri-mode-software/1-0/StorCLI_MR8_Intro.html
PR: 293540
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
| -rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5db686a21dac..727d5bc19fb8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1381,6 +1381,7 @@ SUBDIR += stalepid SUBDIR += stepsync SUBDIR += storcli + SUBDIR += storcli2 SUBDIR += stow SUBDIR += stowES SUBDIR += stress |
