* [PATCH] sata_mv add RocketRaid 1720 PCI ID to driver
@ 2008-09-04 22:16 Mark Lord
2008-09-04 22:21 ` [PATCH] sata_mv: " Mark Lord
0 siblings, 1 reply; 4+ messages in thread
From: Mark Lord @ 2008-09-04 22:16 UTC (permalink / raw)
To: IDE/ATA development list, Jeff Garzik, Tejun Heo; +Cc: Petr Jelen
[-- Attachment #1: Type: text/plain, Size: 734 bytes --]
Add PCI ID for RocketRAID 1720 to sata_mv.
Signed-off-by: Petr Jelen <petr.jelen@gmail.com>
Signed-off-by: Mark Lord <mlord@pobox.com>
---
This is for 2.6.27. Pretty harmless.
--- linux-2.6.27-rc4/drivers/ata/sata_mv.c 2008-08-29 21:35:45.000000000 +0200
+++ linux/drivers/ata/sata_mv.c 2008-08-29 21:36:38.000000000 +0200
@@ -667,7 +667,8 @@
{ PCI_VDEVICE(MARVELL, 0x5041), chip_504x },
{ PCI_VDEVICE(MARVELL, 0x5080), chip_5080 },
{ PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
- /* RocketRAID 1740/174x have different identifiers */
+ /* RocketRAID 1720/174x have different identifiers */
+ { PCI_VDEVICE(TTI, 0x1720), chip_6042 },
{ PCI_VDEVICE(TTI, 0x1740), chip_508x },
{ PCI_VDEVICE(TTI, 0x1742), chip_508x },
[-- Attachment #2: rr1720.patch --]
[-- Type: text/x-diff, Size: 559 bytes --]
--- linux-2.6.26/drivers/ata/sata_mv.c.orig 2008-08-29 21:35:45.000000000 +0200
+++ linux-2.6.26/drivers/ata/sata_mv.c 2008-08-29 21:36:38.000000000 +0200
@@ -667,7 +667,8 @@
{ PCI_VDEVICE(MARVELL, 0x5041), chip_504x },
{ PCI_VDEVICE(MARVELL, 0x5080), chip_5080 },
{ PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
- /* RocketRAID 1740/174x have different identifiers */
+ /* RocketRAID 1720/174x have different identifiers */
+ { PCI_VDEVICE(TTI, 0x1720), chip_6042 },
{ PCI_VDEVICE(TTI, 0x1740), chip_508x },
{ PCI_VDEVICE(TTI, 0x1742), chip_508x },
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH] sata_mv: add RocketRaid 1720 PCI ID to driver
2008-09-04 22:16 [PATCH] sata_mv add RocketRaid 1720 PCI ID to driver Mark Lord
@ 2008-09-04 22:21 ` Mark Lord
2008-09-05 13:32 ` Mark Lord
2008-09-08 16:16 ` Jeff Garzik
0 siblings, 2 replies; 4+ messages in thread
From: Mark Lord @ 2008-09-04 22:21 UTC (permalink / raw)
To: IDE/ATA development list, Jeff Garzik, Tejun Heo; +Cc: Petr Jelen
Add PCI ID for RocketRAID 1720 to sata_mv.
Signed-off-by: Petr Jelen <petr.jelen@gmail.com>
Signed-off-by: Mark Lord <mlord@pobox.com>
---
Resending, with fixed whitespace and a colon on the subject line. :)
This is for 2.6.27. Pretty harmless.
--- linux-2.6.27-rc4/drivers/ata/sata_mv.c 2008-08-29 21:35:45.000000000 +0200
+++ linux/drivers/ata/sata_mv.c 2008-08-29 21:36:38.000000000 +0200
@@ -667,7 +667,8 @@
{ PCI_VDEVICE(MARVELL, 0x5041), chip_504x },
{ PCI_VDEVICE(MARVELL, 0x5080), chip_5080 },
{ PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
- /* RocketRAID 1740/174x have different identifiers */
+ /* RocketRAID 1720/174x have different identifiers */
+ { PCI_VDEVICE(TTI, 0x1720), chip_6042 },
{ PCI_VDEVICE(TTI, 0x1740), chip_508x },
{ PCI_VDEVICE(TTI, 0x1742), chip_508x },
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] sata_mv: add RocketRaid 1720 PCI ID to driver
2008-09-04 22:21 ` [PATCH] sata_mv: " Mark Lord
@ 2008-09-05 13:32 ` Mark Lord
2008-09-08 16:16 ` Jeff Garzik
1 sibling, 0 replies; 4+ messages in thread
From: Mark Lord @ 2008-09-05 13:32 UTC (permalink / raw)
To: IDE/ATA development list, Jeff Garzik, Tejun Heo; +Cc: Petr Jelen
Mark Lord wrote:
> Add PCI ID for RocketRAID 1720 to sata_mv.
>
> Signed-off-by: Petr Jelen <petr.jelen@gmail.com>
> Signed-off-by: Mark Lord <mlord@pobox.com>
> ---
> Resending, with fixed whitespace and a colon on the subject line. :)
> This is for 2.6.27. Pretty harmless.
>
> --- linux-2.6.27-rc4/drivers/ata/sata_mv.c 2008-08-29
> 21:35:45.000000000 +0200
> +++ linux/drivers/ata/sata_mv.c 2008-08-29 21:36:38.000000000 +0200
> @@ -667,7 +667,8 @@
> { PCI_VDEVICE(MARVELL, 0x5041), chip_504x },
> { PCI_VDEVICE(MARVELL, 0x5080), chip_5080 },
> { PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
> - /* RocketRAID 1740/174x have different identifiers */
> + /* RocketRAID 1720/174x have different identifiers */
> + { PCI_VDEVICE(TTI, 0x1720), chip_6042 },
> { PCI_VDEVICE(TTI, 0x1740), chip_508x },
> { PCI_VDEVICE(TTI, 0x1742), chip_508x },
>
..
Jeff, this is a patch that failed to be picked up during the 2.6.26 cycle,
so can we please get it into 2.6.27 now?
Even Linus says this kind of trivial driver stuff is okay during -rc:
Principal Penguin wrote:
> - but as a special case, we relax that for totally new drivers (and that
> includes things like just adding a new PCI or USB ID's to old drivers),
> because (a) it can't really regress and (b) support for a specific
> piece of hardware can often be critical.
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] sata_mv: add RocketRaid 1720 PCI ID to driver
2008-09-04 22:21 ` [PATCH] sata_mv: " Mark Lord
2008-09-05 13:32 ` Mark Lord
@ 2008-09-08 16:16 ` Jeff Garzik
1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2008-09-08 16:16 UTC (permalink / raw)
To: Mark Lord; +Cc: IDE/ATA development list, Tejun Heo, Petr Jelen
Mark Lord wrote:
> Add PCI ID for RocketRAID 1720 to sata_mv.
>
> Signed-off-by: Petr Jelen <petr.jelen@gmail.com>
> Signed-off-by: Mark Lord <mlord@pobox.com>
> ---
> Resending, with fixed whitespace and a colon on the subject line. :)
> This is for 2.6.27. Pretty harmless.
>
> --- linux-2.6.27-rc4/drivers/ata/sata_mv.c 2008-08-29
> 21:35:45.000000000 +0200
> +++ linux/drivers/ata/sata_mv.c 2008-08-29 21:36:38.000000000 +0200
> @@ -667,7 +667,8 @@
> { PCI_VDEVICE(MARVELL, 0x5041), chip_504x },
> { PCI_VDEVICE(MARVELL, 0x5080), chip_5080 },
> { PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
> - /* RocketRAID 1740/174x have different identifiers */
> + /* RocketRAID 1720/174x have different identifiers */
> + { PCI_VDEVICE(TTI, 0x1720), chip_6042 },
> { PCI_VDEVICE(TTI, 0x1740), chip_508x },
> { PCI_VDEVICE(TTI, 0x1742), chip_508x },
applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-08 16:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04 22:16 [PATCH] sata_mv add RocketRaid 1720 PCI ID to driver Mark Lord
2008-09-04 22:21 ` [PATCH] sata_mv: " Mark Lord
2008-09-05 13:32 ` Mark Lord
2008-09-08 16:16 ` Jeff Garzik
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).