From: Andre Tomt <andre@tomt.net>
To: "Mukker, Atul" <Atulm@lsil.com>
Cc: "'linux-kernel@vger.kernel.org'" <linux-kernel@vger.kernel.org>,
"'linux-scsi@vger.kernel.org'" <linux-scsi@vger.kernel.org>,
'Marcelo Tosatti' <marcelo.tosatti@cyclades.com>,
'Matthew Wilcox' <willy@debian.org>,
'Arjan van de Ven' <arjanv@redhat.com>,
'Christoph Hellwig' <hch@infradead.org>,
"'matt_domsch@dell.com'" <matt_domsch@dell.com>,
'James Bottomley' <James.Bottomley@SteelEye.com>,
"'paul@wagland.net'" <paul@wagland.net>,
"Doelfel, Hardy" <hdoelfel@lsil.com>,
"Bagalkote, Sreenivas" <sreenib@lsil.com>,
"Prabhakaran, Rajesh" <rajeshpr@lsil.com>,
"Jose, Manoj" <Manojj@lsil.com>
Subject: Re: [ANNOUNCE]: megaraid driver version 2.20.0.rc2
Date: Fri, 28 May 2004 10:58:24 +0200 [thread overview]
Message-ID: <40B6FF30.4040308@tomt.net> (raw)
In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E57033BC694@exa-atlanta>
[-- 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
next prev parent reply other threads:[~2004-05-28 8:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-25 4:47 [ANNOUNCE]: megaraid driver version 2.20.0.rc2 Mukker, Atul
2004-05-28 8:58 ` Andre Tomt [this message]
2004-05-28 14:02 ` 'Christoph Hellwig'
2004-06-23 20:33 ` 'Christoph Hellwig'
2004-06-23 20:42 ` Jeff Garzik
2004-06-23 20:48 ` 'Christoph Hellwig'
-- strict thread matches above, loose matches on Subject: below --
2004-05-28 14:56 Mukker, Atul
2004-05-28 15:06 ` 'Christoph Hellwig'
2004-06-24 3:45 Mukker, Atul
2004-06-24 9:46 ` 'Christoph Hellwig'
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40B6FF30.4040308@tomt.net \
--to=andre@tomt.net \
--cc=Atulm@lsil.com \
--cc=James.Bottomley@SteelEye.com \
--cc=Manojj@lsil.com \
--cc=arjanv@redhat.com \
--cc=hch@infradead.org \
--cc=hdoelfel@lsil.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
--cc=matt_domsch@dell.com \
--cc=paul@wagland.net \
--cc=rajeshpr@lsil.com \
--cc=sreenib@lsil.com \
--cc=willy@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.