Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus…
Browse files Browse the repository at this point in the history
…-2.6
  • Loading branch information
Linus Torvalds committed Sep 20, 2005
2 parents 676d55a + 13e1e1f commit 9600c11
Show file tree
Hide file tree
Showing 45 changed files with 4,234 additions and 1,584 deletions.
17 changes: 17 additions & 0 deletions drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ config FUSION_FC
LSIFC929X
LSIFC929XL

config FUSION_SAS
tristate "Fusion MPT ScsiHost drivers for SAS"
depends on PCI && SCSI
select FUSION
select SCSI_SAS_ATTRS
---help---
SCSI HOST support for a SAS host adapters.

List of supported controllers:

LSISAS1064
LSISAS1066
LSISAS1068
LSISAS1064E
LSISAS1066E
LSISAS1068E

config FUSION_MAX_SGE
int "Maximum number of scatter gather entries (16 - 128)"
depends on FUSION
Expand Down
1 change: 1 addition & 0 deletions drivers/message/fusion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@

obj-$(CONFIG_FUSION_SPI) += mptbase.o mptscsih.o mptspi.o
obj-$(CONFIG_FUSION_FC) += mptbase.o mptscsih.o mptfc.o
obj-$(CONFIG_FUSION_SAS) += mptbase.o mptscsih.o mptsas.o
obj-$(CONFIG_FUSION_CTL) += mptctl.o
obj-$(CONFIG_FUSION_LAN) += mptlan.o
Loading

0 comments on commit 9600c11

Please sign in to comment.