Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4a3e0a5 authored by Bagalkote, Sreenivas's avatar Bagalkote, Sreenivas Committed by James Bottomley
Browse files

[SCSI] MegaRAID SAS RAID: new driver

parent fe8b2304
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ 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_SCSI_ACARD)	+= atp870u.o
obj-$(CONFIG_SCSI_SUNESP)	+= esp.o
obj-$(CONFIG_SCSI_GDTH)		+= gdth.o
+9 −0
Original line number Diff line number Diff line
@@ -76,3 +76,12 @@ config MEGARAID_LEGACY
	To compile this driver as a module, choose M here: the
	module will be called megaraid
endif

config MEGARAID_SAS
	tristate "LSI Logic MegaRAID SAS RAID Module"
	depends on PCI && SCSI
	help
	Module for LSI Logic's SAS based RAID controllers.
	To compile this driver as a module, choose 'm' here.
	Module will be called megaraid_sas
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_MEGARAID_MM)	+= megaraid_mm.o
obj-$(CONFIG_MEGARAID_MAILBOX)	+= megaraid_mbox.o
obj-$(CONFIG_MEGARAID_SAS)	+= megaraid_sas.o
+2805 −0

File added.

Preview size limit exceeded, changes collapsed.

+1142 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading