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

Commit b5762948 authored by Jeff Garzik's avatar Jeff Garzik Committed by James Bottomley
Browse files

[SCSI] mvsas: Add Marvell 6440 SAS/SATA driver

parent 63e4563b
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -992,6 +992,16 @@ config SCSI_IZIP_SLOW_CTR


	  Generally, saying N is fine.
	  Generally, saying N is fine.


config SCSI_MVSAS
	tristate "Marvell 88SE6440 SAS/SATA support"
	depends on PCI && SCSI
	select SCSI_SAS_LIBSAS
	help
	  This driver supports Marvell SAS/SATA PCI devices.

	  To compiler this driver as a module, choose M here: the module
	  will be called mvsas.

config SCSI_NCR53C406A
config SCSI_NCR53C406A
	tristate "NCR53c406a SCSI support"
	tristate "NCR53c406a SCSI support"
	depends on ISA && SCSI
	depends on ISA && SCSI
+1 −0
Original line number Original line Diff line number Diff line
@@ -119,6 +119,7 @@ obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi/
obj-$(CONFIG_SCSI_IBMVSCSIS)	+= ibmvscsi/
obj-$(CONFIG_SCSI_IBMVSCSIS)	+= ibmvscsi/
obj-$(CONFIG_SCSI_HPTIOP)	+= hptiop.o
obj-$(CONFIG_SCSI_HPTIOP)	+= hptiop.o
obj-$(CONFIG_SCSI_STEX)		+= stex.o
obj-$(CONFIG_SCSI_STEX)		+= stex.o
obj-$(CONFIG_SCSI_MVSAS)	+= mvsas.o
obj-$(CONFIG_PS3_ROM)		+= ps3rom.o
obj-$(CONFIG_PS3_ROM)		+= ps3rom.o


obj-$(CONFIG_ARM)		+= arm/
obj-$(CONFIG_ARM)		+= arm/

drivers/scsi/mvsas.c

0 → 100644
+1825 −0

File added.

Preview size limit exceeded, changes collapsed.