From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [ANNOUNCE][PATCH] drivers/scsi/megaraid/megaraid_{mm,mbox} Date: Wed, 16 Mar 2005 22:26:19 -0800 Message-ID: <20050316222619.548e82b6.akpm@osdl.org> References: <0E3FA95632D6D047BA649F95DAB60E570366276A@exa-atlanta> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received: from fire.osdl.org ([65.172.181.4]:670 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S261847AbVCQG0n (ORCPT ); Thu, 17 Mar 2005 01:26:43 -0500 In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E570366276A@exa-atlanta> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, sju@lsil.com "Ju, Seokmann" wrote: > > Here is a patch for megaraid_mm/megaraid_mbox driver which makes it > 2.20.4.6. > Following is brief on the changes: > 1. Added compat_ioctl > 2. Reordered inputs on memset > 3. Convert pci_module_iit to pci_register_driver > 4. Added DMA_{32,64}BIT_MASK 5. Modified PCI PnP ID table Some of these things have already been done in Linus's post-2.6.11 tree and you patch throws lots of rejects. Please always work against the most recent kernel - 2.6.11 is very out of date. The patch was severely wordwrapped. Please fix your email client and send a test patch to yourself and ensure that it still applies OK.