* [PATCH 2.6.16-g6ac37e95-dirty] scsi: ATI SB600 SATA support
@ 2006-03-30 21:49 Anatoli Antonovitch
2006-03-30 22:08 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Anatoli Antonovitch @ 2006-03-30 21:49 UTC (permalink / raw)
To: B.Zolnierkiewicz, jgarzik; +Cc: linux-ide, akpm
Description
This patch adds support for the SATA devices on ATI SB600.
Patch
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index
ffba656..1bd82c4 100644
--- a/drivers/scsi/ahci.c
+++ b/drivers/scsi/ahci.c
@@ -293,6 +293,10 @@ static const struct pci_device_id ahci_p
board_ahci }, /* JMicron JMB360 */
{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* JMicron JMB363 */
+ { PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ATI SB600 non-raid */
+ { PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ATI SB600 raid */
{ } /* terminate list */
};
Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.16-g6ac37e95-dirty] scsi: ATI SB600 SATA support
2006-03-30 21:49 [PATCH 2.6.16-g6ac37e95-dirty] scsi: ATI SB600 SATA support Anatoli Antonovitch
@ 2006-03-30 22:08 ` Jeff Garzik
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2006-03-30 22:08 UTC (permalink / raw)
To: Anatoli Antonovitch; +Cc: B.Zolnierkiewicz, linux-ide, akpm
Anatoli Antonovitch wrote:
> Description
> This patch adds support for the SATA devices on ATI SB600.
Applied, though I had to do so manually due to two remaining problems:
* your mailer corrupted the patch, by converting tabs to spaces
* signed-off-by line should be at the bottom of the description, but
above the patch itself.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH 2.6.16-g6ac37e95-dirty] scsi: ATI SB600 SATA support
@ 2006-03-30 22:13 Anatoli Antonovitch
0 siblings, 0 replies; 3+ messages in thread
From: Anatoli Antonovitch @ 2006-03-30 22:13 UTC (permalink / raw)
To: Jeff Garzik; +Cc: B.Zolnierkiewicz, linux-ide, akpm
Thanks Jeff!
-----Original Message-----
From: Jeff Garzik [mailto:jgarzik@pobox.com]
Sent: Thursday, March 30, 2006 5:09 PM
To: Anatoli Antonovitch
Cc: B.Zolnierkiewicz@elka.pw.edu.pl; linux-ide@vger.kernel.org;
akpm@osdl.org
Subject: Re: [PATCH 2.6.16-g6ac37e95-dirty] scsi: ATI SB600 SATA support
Anatoli Antonovitch wrote:
> Description
> This patch adds support for the SATA devices on ATI SB600.
Applied, though I had to do so manually due to two remaining problems:
* your mailer corrupted the patch, by converting tabs to spaces
* signed-off-by line should be at the bottom of the description, but
above the patch itself.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-03-30 22:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-30 21:49 [PATCH 2.6.16-g6ac37e95-dirty] scsi: ATI SB600 SATA support Anatoli Antonovitch
2006-03-30 22:08 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2006-03-30 22:13 Anatoli Antonovitch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).