On Thu, 2009-10-01 at 20:35 +0530, Yugendranath R Singh wrote: > Please find the patch below which adds the Adaptec ASC 1045/1405 > controllers to mvsas driver supported device list, for kernel version > 2.6.31.1. I think you need to read Documentation/SubmittingPatches first. I need a Signed-off-by line The patch also should be generated against either upstream or one of the SCSI git trees. Backporting to a stable tree is something that gets done after the patch is upstream. (doesn't really matter in this case, since the code is unchanged). > ----- > diff -uprN a/linux-2.6.31.1/drivers/scsi/mvsas/mv_init.c b/linux-2.6.31.1/drivers/scsi/mvsas/mv_init.c > --- a/linux-2.6.31.1/drivers/scsi/mvsas/mv_init.c 2009-09-24 21:15:25.000000000 +0530 > +++ b/linux-2.6.31.1/drivers/scsi/mvsas/mv_init.c 2009-10-02 00:03:53.000000000 +0530 > @@ -653,6 +653,7 @@ static struct pci_device_id __devinitdat > { PCI_VDEVICE(MARVELL, 0x6485), chip_6485 }, > { PCI_VDEVICE(MARVELL, 0x9480), chip_9480 }, > { PCI_VDEVICE(MARVELL, 0x9180), chip_9180 }, > + { PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 }, > > { } /* terminate list */ > }; This patch actually won't apply (try it from the email list). Your mailer has converted the tabs to spaces and done other text mangling. We have a file: Documentation/email-clients.txt that tries to advise on the various mailer settings to make this work. However, if you have outlook, there's apparently nothing that can be done and you'll need to attach the patch instead of inlining it. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html