Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport coreos-modules: Enable kernel-module for mpi3mr to stable #2368

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/changes/2024-10-02-enable-mpi3mr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enable mpi3mr kernel module for Broadcom Storage/RAID-Controllers [flatcar/scripts#2355](https://github.com/flatcar/scripts/pull/2355)
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_HPSA=m
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_LPFC=m
CONFIG_SCSI_MPI3MR=m
CONFIG_SCSI_MPT2SAS=m
CONFIG_SCSI_MVSAS=m
# CONFIG_SCSI_MVSAS_DEBUG is not set
Expand Down
Loading