Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9554
b: refs/heads/master
c: c4a3e0a
h: refs/heads/master
v: v3
  • Loading branch information
Bagalkote, Sreenivas authored and James Bottomley committed Sep 26, 2005
1 parent d941a49 commit 7a8d81f
Show file tree
Hide file tree
Showing 7 changed files with 3,961 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe8b2304e54552cea113318e2f66c45628130fdc
refs/heads/master: c4a3e0a529ab3e65223e81681c7c6b1bc188fa58
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ obj-$(CONFIG_SCSI_DC395x) += dc395x.o
obj-$(CONFIG_SCSI_DC390T) += tmscsim.o
obj-$(CONFIG_MEGARAID_LEGACY) += megaraid.o
obj-$(CONFIG_MEGARAID_NEWGEN) += megaraid/
obj-$(CONFIG_MEGARAID_SAS) += megaraid/
obj-$(CONFIG_SCSI_ACARD) += atp870u.o
obj-$(CONFIG_SCSI_SUNESP) += esp.o
obj-$(CONFIG_SCSI_GDTH) += gdth.o
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/megaraid/Kconfig.megaraid
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@ config MEGARAID_LEGACY
To compile this driver as a module, choose M here: the
module will be called megaraid
endif

config MEGARAID_SAS
tristate "LSI Logic MegaRAID SAS RAID Module"
depends on PCI && SCSI
help
Module for LSI Logic's SAS based RAID controllers.
To compile this driver as a module, choose 'm' here.
Module will be called megaraid_sas

1 change: 1 addition & 0 deletions trunk/drivers/scsi/megaraid/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(CONFIG_MEGARAID_MM) += megaraid_mm.o
obj-$(CONFIG_MEGARAID_MAILBOX) += megaraid_mbox.o
obj-$(CONFIG_MEGARAID_SAS) += megaraid_sas.o
Loading

0 comments on commit 7a8d81f

Please sign in to comment.