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

Commit 89a36810 authored by Anil Ravindranath's avatar Anil Ravindranath Committed by James Bottomley
Browse files

[SCSI] pmcraid: PMC-Sierra MaxRAID driver to support 6Gb/s SAS RAID controller

parent 073ed91e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3970,6 +3970,14 @@ S: Maintained
F:	drivers/block/pktcdvd.c
F:	include/linux/pktcdvd.h

PMC SIERRA MaxRAID DRIVER
P:	Anil Ravindranath
M:	anil_ravindranath@pmc-sierra.com
L:	linux-scsi@vger.kernel.org
W:	http://www.pmc-sierra.com/
S:	Supported
F:	drivers/scsi/pmcraid.*

POSIX CLOCKS and TIMERS
M:	Thomas Gleixner <tglx@linutronix.de>
S:	Supported
+6 −0
Original line number Diff line number Diff line
@@ -1811,6 +1811,12 @@ config ZFCP
          called zfcp. If you want to compile it as a module, say M here
          and read <file:Documentation/kbuild/modules.txt>.

config SCSI_PMCRAID
	tristate "PMC SIERRA Linux MaxRAID adapter support"
	depends on PCI && SCSI
	---help---
	  This driver supports the PMC SIERRA MaxRAID adapters.

config SCSI_SRP
	tristate "SCSI RDMA Protocol helper library"
	depends on SCSI && PCI
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ obj-$(CONFIG_SCSI_MVSAS) += mvsas/
obj-$(CONFIG_PS3_ROM)		+= ps3rom.o
obj-$(CONFIG_SCSI_CXGB3_ISCSI)	+= libiscsi.o libiscsi_tcp.o cxgb3i/
obj-$(CONFIG_SCSI_BNX2_ISCSI)	+= libiscsi.o bnx2i/
obj-$(CONFIG_SCSI_PMCRAID)	+= pmcraid.o

obj-$(CONFIG_ARM)		+= arm/

drivers/scsi/pmcraid.c

0 → 100644
+5604 −0

File added.

Preview size limit exceeded, changes collapsed.

drivers/scsi/pmcraid.h

0 → 100644
+1029 −0

File added.

Preview size limit exceeded, changes collapsed.