diff options
author | Erich Chen <erich@areca.com.tw> | 2006-07-12 11:59:32 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-07-28 15:13:40 -0400 |
commit | 1c57e86d75cf162bdadb3a5fe0cd3f65aa1a9ca3 (patch) | |
tree | 166f691c186d6e663218559c4762299063f63657 /drivers/scsi/Kconfig | |
parent | 0c269e6d3c615403a6e0acbe6e88f1c0da9c2396 (diff) |
[SCSI] arcmsr: initial driver, version 1.20.00.13
arcmsr is a driver for the Areca Raid controller, a host based RAID
subsystem that speaks SCSI at the firmware level.
This patch is quite a clean up over the initial submission with
contributions from:
Randy Dunlap <rdunlap@xenotime.net>
Christoph Hellwig <hch@lst.de>
Matthew Wilcox <matthew@wil.cx>
Adrian Bunk <bunk@stusta.de>
Signed-off-by: Erich Chen <erich@areca.com.tw>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 96a81cd17617..d61662c1a0ee 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -469,6 +469,20 @@ config SCSI_IN2000 | |||
469 | To compile this driver as a module, choose M here: the | 469 | To compile this driver as a module, choose M here: the |
470 | module will be called in2000. | 470 | module will be called in2000. |
471 | 471 | ||
472 | config SCSI_ARCMSR | ||
473 | tristate "ARECA ARC11X0[PCI-X]/ARC12X0[PCI-EXPRESS] SATA-RAID support" | ||
474 | depends on PCI && SCSI | ||
475 | help | ||
476 | This driver supports all of ARECA's SATA RAID controller cards. | ||
477 | This is an ARECA-maintained driver by Erich Chen. | ||
478 | If you have any problems, please mail to: < erich@areca.com.tw > | ||
479 | Areca supports Linux RAID config tools. | ||
480 | |||
481 | < http://www.areca.com.tw > | ||
482 | |||
483 | To compile this driver as a module, choose M here: the | ||
484 | module will be called arcmsr (modprobe arcmsr). | ||
485 | |||
472 | source "drivers/scsi/megaraid/Kconfig.megaraid" | 486 | source "drivers/scsi/megaraid/Kconfig.megaraid" |
473 | 487 | ||
474 | config SCSI_SATA | 488 | config SCSI_SATA |