mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
mfi(4): Add subvendor and subdevice for Fujitsu RAID Controller SAS 6Gbit/s 1GB (D3116)
Some checks are pending
Cross-build Kernel / amd64 ubuntu-20.04 (clang-12) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-20.04 (clang-12) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-13) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-13) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-22.04 (clang-14) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-14) (push) Waiting to run
Some checks are pending
Cross-build Kernel / amd64 ubuntu-20.04 (clang-12) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-20.04 (clang-12) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-13) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-13) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-22.04 (clang-14) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-14) (push) Waiting to run
This is an OEM card from Fujitsu using an LSI SAS2208 ROC controller shipped
with many Fujitsu PRIMERGY servers like RX300 S7. This chip is also recognized
by mrsas(4) under the generic name for the controller chip.
Controller description: https://www.fujitsu.com/global/products/computing/servers/primergy/blades/connection/cb-pmod-110426.html
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D54520
(cherry picked from commit 8b210276cd)
This commit is contained in:
parent
496fce83a5
commit
56eef386f5
2 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ Dell PERC5
|
|||
.It
|
||||
Dell PERC6
|
||||
.It
|
||||
Fujitsu RAID Controller SAS 6Gbit/s 1GB (D3116)
|
||||
.It
|
||||
IBM ServeRAID M1015 SAS/SATA
|
||||
.It
|
||||
IBM ServeRAID M1115 SAS/SATA
|
||||
|
|
|
|||
|
|
@ -132,6 +132,7 @@ struct mfi_ident {
|
|||
{0x1000, 0x005b, 0x1028, 0x1f35, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "Dell PERC H710 Adapter"},
|
||||
{0x1000, 0x005b, 0x1028, 0x1f37, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "Dell PERC H710 Mini (blades)"},
|
||||
{0x1000, 0x005b, 0x1028, 0x1f38, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "Dell PERC H710 Mini (monolithics)"},
|
||||
{0x1000, 0x005b, 0x1734, 0x11d3, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "Fujitsu RAID Controller SAS 6Gbit/s 1GB (D3116)"},
|
||||
{0x1000, 0x005b, 0x8086, 0x9265, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "Intel (R) RAID Controller RS25DB080"},
|
||||
{0x1000, 0x005b, 0x8086, 0x9285, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "Intel (R) RAID Controller RS25NB008"},
|
||||
{0x1000, 0x005b, 0xffff, 0xffff, MFI_FLAGS_SKINNY| MFI_FLAGS_TBOLT| MFI_FLAGS_MRSAS, "ThunderBolt"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue