Skip to content

Commit

Permalink
Merge pull request #175 from fbelavenuto/172-it-seems-that-megaraid_s…
Browse files Browse the repository at this point in the history
…asko-of-megaraid-9271-8i-has-been-removed

Adding megaraid modules
  • Loading branch information
fbelavenuto authored Feb 1, 2023
2 parents a6dbceb + 173de1f commit c67ae72
Show file tree
Hide file tree
Showing 60 changed files with 39,247 additions and 4 deletions.
Binary file added apollolake-4.4.180/megaraid_mbox.ko
Binary file not shown.
Binary file added apollolake-4.4.180/megaraid_mm.ko
Binary file not shown.
Binary file added apollolake-4.4.180/megaraid_sas.ko
Binary file not shown.
Binary file added broadwell-4.4.180/megaraid_mbox.ko
Binary file not shown.
Binary file added broadwell-4.4.180/megaraid_mm.ko
Binary file not shown.
Binary file added broadwell-4.4.180/megaraid_sas.ko
Binary file not shown.
Binary file added broadwellnk-4.4.180/megaraid_mbox.ko
Binary file not shown.
Binary file added broadwellnk-4.4.180/megaraid_mm.ko
Binary file not shown.
Binary file added broadwellnk-4.4.180/megaraid_sas.ko
Binary file not shown.
Binary file added bromolow-3.10.108/megaraid_mbox.ko
Binary file not shown.
Binary file added bromolow-3.10.108/megaraid_mm.ko
Binary file not shown.
Binary file added bromolow-3.10.108/megaraid_sas.ko
Binary file not shown.
Binary file added denverton-4.4.180/megaraid_mbox.ko
Binary file not shown.
Binary file added denverton-4.4.180/megaraid_mm.ko
Binary file not shown.
Binary file added denverton-4.4.180/megaraid_sas.ko
Binary file not shown.
Binary file added geminilake-4.4.180/megaraid_mbox.ko
Binary file not shown.
Binary file added geminilake-4.4.180/megaraid_mm.ko
Binary file not shown.
Binary file added geminilake-4.4.180/megaraid_sas.ko
Binary file not shown.
Binary file added r1000-4.4.180/megaraid_mbox.ko
Binary file not shown.
Binary file added r1000-4.4.180/megaraid_mm.ko
Binary file not shown.
Binary file added r1000-4.4.180/megaraid_sas.ko
Binary file not shown.
4 changes: 4 additions & 0 deletions src/3.x/defines.bromolow
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@ CONFIG_FUSION=m
CONFIG_FUSION_SPI=m
CONFIG_FUSION_SAS=m
CONFIG_FUSION_CTL=m
CONFIG_MEGARAID_NEWGEN=m
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_SAS=m

CONFIG_VMWARE_PVSCSI=m
4 changes: 2 additions & 2 deletions src/3.x/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ obj-$(CONFIG_SCSI_SPI_ATTRS) += scsi_transport_spi.o
#obj-$(CONFIG_SCSI_DC395x) += dc395x.o
#obj-$(CONFIG_SCSI_DC390T) += tmscsim.o
#obj-$(CONFIG_MEGARAID_LEGACY) += megaraid.o
#obj-$(CONFIG_MEGARAID_NEWGEN) += megaraid/
#obj-$(CONFIG_MEGARAID_SAS) += megaraid/
obj-$(CONFIG_MEGARAID_NEWGEN) += megaraid/
obj-$(CONFIG_MEGARAID_SAS) += megaraid/
obj-$(CONFIG_SCSI_MPT2SAS) += mpt2sas/
obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas/
#obj-$(CONFIG_SCSI_UFSHCD) += ufs/
Expand Down
5 changes: 5 additions & 0 deletions src/3.x/drivers/scsi/megaraid/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
obj-$(CONFIG_MEGARAID_MM) += megaraid_mm.o
obj-$(CONFIG_MEGARAID_MAILBOX) += megaraid_mbox.o
obj-$(CONFIG_MEGARAID_SAS) += megaraid_sas.o
megaraid_sas-objs := megaraid_sas_base.o megaraid_sas_fusion.o \
megaraid_sas_fp.o
Loading

0 comments on commit c67ae72

Please sign in to comment.