You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
scsi: myrb: Add Mylex RAID controller (block interface)
This patch adds support for the Mylex DAC960 RAID controller, supporting the older, block-based interface only. The driver is a re-implementation of the original DAC960 driver. Signed-off-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
e6760cc43e
commit
081ff398c5
@@ -9892,6 +9892,12 @@ S: Supported
|
||||
F: drivers/gpu/drm/mxsfb/
|
||||
F: Documentation/devicetree/bindings/display/mxsfb.txt
|
||||
|
||||
MYLEX DAC960 PCI RAID Controller
|
||||
M: Hannes Reinecke <hare@kernel.org>
|
||||
L: linux-scsi@vger.kernel.org
|
||||
S: Supported
|
||||
F: drivers/scsi/myrb.*
|
||||
|
||||
MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
|
||||
M: Chris Lee <christopher.lee@cspi.com>
|
||||
L: netdev@vger.kernel.org
|
||||
|
||||
@@ -557,6 +557,21 @@ config SCSI_FLASHPOINT
|
||||
substantial, so users of MultiMaster Host Adapters may not
|
||||
wish to include it.
|
||||
|
||||
config SCSI_MYRB
|
||||
tristate "Mylex DAC960/DAC1100 PCI RAID Controller (Block Interface)"
|
||||
depends on PCI
|
||||
select RAID_ATTRS
|
||||
help
|
||||
This driver adds support for the Mylex DAC960, AcceleRAID, and
|
||||
eXtremeRAID PCI RAID controllers. This driver supports the
|
||||
older, block based interface.
|
||||
This driver is a reimplementation of the original DAC960
|
||||
driver. If you have used the DAC960 driver you should enable
|
||||
this module.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called myrb.
|
||||
|
||||
config VMWARE_PVSCSI
|
||||
tristate "VMware PVSCSI driver support"
|
||||
depends on PCI && SCSI && X86
|
||||
|
||||
@@ -106,6 +106,7 @@ obj-$(CONFIG_SCSI_INIA100) += a100u2w.o
|
||||
obj-$(CONFIG_SCSI_QLOGICPTI) += qlogicpti.o
|
||||
obj-$(CONFIG_SCSI_MESH) += mesh.o
|
||||
obj-$(CONFIG_SCSI_MAC53C94) += mac53c94.o
|
||||
obj-$(CONFIG_SCSI_MYRB) += myrb.o
|
||||
obj-$(CONFIG_BLK_DEV_3W_XXXX_RAID) += 3w-xxxx.o
|
||||
obj-$(CONFIG_SCSI_3W_9XXX) += 3w-9xxx.o
|
||||
obj-$(CONFIG_SCSI_3W_SAS) += 3w-sas.o
|
||||
|
||||
3656
drivers/scsi/myrb.c
Normal file
3656
drivers/scsi/myrb.c
Normal file
File diff suppressed because it is too large
Load Diff
958
drivers/scsi/myrb.h
Normal file
958
drivers/scsi/myrb.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user