* [ANNOUNCE]: megaraid driver version 2.20.0.rc2
@ 2004-05-25 4:47 Mukker, Atul
2004-05-28 8:58 ` Andre Tomt
0 siblings, 1 reply; 2+ messages in thread
From: Mukker, Atul @ 2004-05-25 4:47 UTC (permalink / raw)
To: 'linux-kernel@vger.kernel.org',
'linux-scsi@vger.kernel.org'
Cc: 'Marcelo Tosatti', 'Matthew Wilcox',
'Arjan van de Ven', 'Christoph Hellwig',
'matt_domsch@dell.com', 'James Bottomley',
'paul@wagland.net', Doelfel, Hardy, Bagalkote, Sreenivas,
Prabhakaran, Rajesh, Jose, Manoj
All,
We are pleased to announce the megaraid release candidate (since it is still
in test labs at LSI) for lk 2.6
This driver incorporates the inputs from Paul Wagland, James Bottomley, Matt
Domsch, Christoph Hellwig, Arjan van de Ven, Matthew Wilcox, Marcelo
Tosatti, and many others on the scsi and kernel lists. As always, the
feedback is greatly appreciated.
Highlight of this release
1. Fully qualified PCI identifiers to identify MegaRAID controllers
2. PCI shutdown notification routine with hba and devices sync
3. Support for random drive deletion
4. Fully re-entrant hot-path w/ data structures protected by their
respective locks. No longer rely on "host_lock". Should boost performance by
5-10% and hopefully better CPU utilization
5. Better abort and reset handling.
The patch for lk 2.6.6 and the driver is available at
ftp://ftp.lsil.com/pub/linux-megaraid/drivers/version-2.20.0.rc2/
Thanks
-Atul Mukker
LSI Logic Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ANNOUNCE]: megaraid driver version 2.20.0.rc2
2004-05-25 4:47 [ANNOUNCE]: megaraid driver version 2.20.0.rc2 Mukker, Atul
@ 2004-05-28 8:58 ` Andre Tomt
0 siblings, 0 replies; 2+ messages in thread
From: Andre Tomt @ 2004-05-28 8:58 UTC (permalink / raw)
To: Mukker, Atul
Cc: 'linux-kernel@vger.kernel.org',
'linux-scsi@vger.kernel.org', 'Marcelo Tosatti',
'Matthew Wilcox', 'Arjan van de Ven',
'Christoph Hellwig', 'matt_domsch@dell.com',
'James Bottomley', 'paul@wagland.net',
Doelfel, Hardy, Bagalkote, Sreenivas, Prabhakaran, Rajesh,
Jose, Manoj
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
Mukker, Atul wrote:
> The patch for lk 2.6.6 and the driver is available at
>
> ftp://ftp.lsil.com/pub/linux-megaraid/drivers/version-2.20.0.rc2/
2.6.6 patch is missing vital drivers/scsi/Makefile part.
--
Cheers,
André Tomt
[-- Attachment #2: 31_scsidrv_megaraid-2.20.0.rc2-missing-makefile-bit.patch --]
[-- Type: text/x-diff, Size: 651 bytes --]
diff -Naur linux-2.6.7-rc1-bk4-s1/drivers/scsi/Makefile linux-2.6.7-rc1-bk4-s1-1/drivers/scsi/Makefile
--- linux-2.6.7-rc1-bk4-s1/drivers/scsi/Makefile 2004-05-28 04:07:43.000000000 +0200
+++ linux-2.6.7-rc1-bk4-s1-1/drivers/scsi/Makefile 2004-05-28 07:57:52.000000000 +0200
@@ -96,7 +96,8 @@
obj-$(CONFIG_SCSI_EATA) += eata.o
obj-$(CONFIG_SCSI_DC395x) += dc395x.o
obj-$(CONFIG_SCSI_DC390T) += tmscsim.o
-obj-$(CONFIG_SCSI_MEGARAID) += megaraid.o
+obj-$(CONFIG_MEGARAID_LEGACY) += megaraid.o
+obj-$(CONFIG_MEGARAID_NEWGEN) += megaraid/
obj-$(CONFIG_SCSI_ACARD) += atp870u.o
obj-$(CONFIG_SCSI_SUNESP) += esp.o
obj-$(CONFIG_SCSI_GDTH) += gdth.o
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-28 8:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-25 4:47 [ANNOUNCE]: megaraid driver version 2.20.0.rc2 Mukker, Atul
2004-05-28 8:58 ` Andre Tomt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox