diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-08-15 01:28:27 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 20:40:36 +0200 |
commit | 232f08fc82b15fdcaffc68c558115bfb2b34db86 (patch) | |
tree | c2097d8f6d0ae4292e0a8e0fc1674daa7ea35c83 /drivers/message/fusion/Kconfig | |
parent | [SCSI] Addition to pci_ids.h for ATTO Technology, Inc. (diff) | |
download | linux-232f08fc82b15fdcaffc68c558115bfb2b34db86.tar.xz linux-232f08fc82b15fdcaffc68c558115bfb2b34db86.zip |
[SCSI] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030
Per request from Matthew Wilcox - using PCI_VENDOR_ATTO.
Add support for ATTO UL4D, they are rebranded 53C1030.
The changes are
1. Adding a new PCI vendor ID in pci table
2. The spi_port_page_2 is in different format than that of LSI generic
spi_port_page_2 and hence mapping code is added.
signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
signed-off-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/Kconfig')
-rw-r--r-- | drivers/message/fusion/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig index f55cc03a75c9..3c44a2fc4efb 100644 --- a/drivers/message/fusion/Kconfig +++ b/drivers/message/fusion/Kconfig @@ -20,6 +20,7 @@ config FUSION_SPI LSI53C1020A LSI53C1030 LSI53C1035 + ATTO UL4D config FUSION_FC tristate "Fusion MPT ScsiHost drivers for FC" |