Commit ba5ccb37 authored by James Bottomley's avatar James Bottomley

Add IBM power RAID driver 2.0.6

From: 	Brian King <brking@us.ibm.com>
parent cee97f38
...@@ -974,6 +974,11 @@ M: langa2@kph.uni-mainz.de ...@@ -974,6 +974,11 @@ M: langa2@kph.uni-mainz.de
W: http://www.uni-mainz.de/~langm000/linux.html W: http://www.uni-mainz.de/~langm000/linux.html
S: Maintained S: Maintained
IBM Power Linux RAID adapter
P: Brian King
M: brking@us.ibm.com
S: Supported
IBM ServeRAID RAID DRIVER IBM ServeRAID RAID DRIVER
P: Jack Hammer P: Jack Hammer
P: Dave Jeffery P: Dave Jeffery
......
...@@ -1820,6 +1820,8 @@ ...@@ -1820,6 +1820,8 @@
0010 DAC960PX 0010 DAC960PX
0050 AcceleRAID 352/170/160 support Device 0050 AcceleRAID 352/170/160 support Device
b166 Gemstone chipset SCSI controller b166 Gemstone chipset SCSI controller
1014 0266 Dual Channel PCI-X U320 SCSI Adapter
1014 0278 Dual Channel PCI-X U320 SCSI RAID Adapter
ba55 eXtremeRAID 1100 support Device ba55 eXtremeRAID 1100 support Device
ba56 eXtremeRAID 2000/3000 support Device ba56 eXtremeRAID 2000/3000 support Device
106a Aten Research Inc 106a Aten Research Inc
......
...@@ -979,6 +979,31 @@ config SCSI_SYM53C8XX_IOMAPPED ...@@ -979,6 +979,31 @@ config SCSI_SYM53C8XX_IOMAPPED
the card. This is significantly slower then using memory the card. This is significantly slower then using memory
mapped IO. Most people should answer N. mapped IO. Most people should answer N.
config SCSI_IPR
tristate "IBM Power Linux RAID adapter support"
depends on PCI && SCSI
select FW_LOADER
---help---
This driver supports the IBM Power Linux family RAID adapters.
This includes IBM pSeries 5712, 5703, 5709, and 570A, as well
as IBM iSeries 5702, 5703, 5709, and 570A.
config SCSI_IPR_TRACE
bool "enable driver internal trace"
depends on SCSI_IPR
help
If you say Y here, the driver will trace all commands issued
to the adapter. Performance impact is minimal. Trace can be
dumped using /sys/bus/class/scsi_host/hostXX/trace.
config SCSI_IPR_DUMP
bool "enable adapter dump support"
depends on SCSI_IPR
help
If you say Y here, the driver will support adapter crash dump.
If you enable this support, the iprdump daemon can be used
to capture adapter failure analysis information.
config SCSI_ZALON config SCSI_ZALON
tristate "Zalon SCSI support" tristate "Zalon SCSI support"
depends on GSC && SCSI depends on GSC && SCSI
......
...@@ -118,6 +118,7 @@ obj-$(CONFIG_SCSI_FCAL) += fcal.o ...@@ -118,6 +118,7 @@ obj-$(CONFIG_SCSI_FCAL) += fcal.o
obj-$(CONFIG_SCSI_CPQFCTS) += cpqfc.o obj-$(CONFIG_SCSI_CPQFCTS) += cpqfc.o
obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o
obj-$(CONFIG_SCSI_NSP32) += nsp32.o obj-$(CONFIG_SCSI_NSP32) += nsp32.o
obj-$(CONFIG_SCSI_IPR) += ipr.o
obj-$(CONFIG_SCSI_SATA_SVW) += libata.o sata_svw.o obj-$(CONFIG_SCSI_SATA_SVW) += libata.o sata_svw.o
obj-$(CONFIG_SCSI_ATA_PIIX) += libata.o ata_piix.o obj-$(CONFIG_SCSI_ATA_PIIX) += libata.o ata_piix.o
obj-$(CONFIG_SCSI_SATA_PROMISE) += libata.o sata_promise.o obj-$(CONFIG_SCSI_SATA_PROMISE) += libata.o sata_promise.o
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment