Skip to content

Commit

Permalink
feat: add driver for Broadcom MPI3
Browse files Browse the repository at this point in the history
Fixes #992

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 24, 2024
1 parent d01fb35 commit 8cc6455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPI3MR is not set
CONFIG_SCSI_MPI3MR=m
CONFIG_SCSI_SMARTPQI=m
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ CONFIG_SCSI_MPT3SAS=y
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPI3MR is not set
CONFIG_SCSI_MPI3MR=m
CONFIG_SCSI_SMARTPQI=y
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
Expand Down
2 changes: 1 addition & 1 deletion openssl/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://www.openssl.org/source/openssl-{{ .openssl_version | replace "_" "." }}.tar.gz
- url: https://github.com/openssl/openssl/releases/download/openssl-{{ .openssl_version }}/openssl-{{ .openssl_version }}.tar.gz
destination: openssl.tar.gz
sha256: "{{ .openssl_sha256 }}"
sha512: "{{ .openssl_sha512 }}"
Expand Down

0 comments on commit 8cc6455

Please sign in to comment.