LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 2.6.22-rc6] add PCI-ID for Adaptec 1430SA 4-Port SATA Controller
@ 2007-06-30 14:44 Florian Attenberger
2007-07-02 14:07 ` Jeff Garzik
0 siblings, 1 reply; 4+ messages in thread
From: Florian Attenberger @ 2007-06-30 14:44 UTC (permalink / raw)
To: linux-kernel, linux-ide
Hi,
added this pci id to support my:
lspci:
01:00.0 RAID bus controller: Adaptec Unknown device 0243 (rev 02)
lspci -n:
01:00.0 0104: 9005:0243 (rev 02)
seems to work fine.
florian attenberger
--- 2.6.22-rc6/drivers/ata/sata_mv.c 2007-06-30 16:21:47.462020256 +0200
+++ 2.6.22-rc6.mine/drivers/ata/sata_mv.c 2007-06-30 16:25:25.999165444 +0200
@@ -582,6 +582,9 @@ static const struct pci_device_id mv_pci
{ PCI_VDEVICE(ADAPTEC2, 0x0241), chip_604x },
+ /* Adaptec 1430SA */
+ { PCI_VDEVICE(ADAPTEC2, 0x0243), chip_7042 },
+
{ PCI_VDEVICE(TTI, 0x2310), chip_7042 },
/* add Marvell 7042 support */
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.6.22-rc6] add PCI-ID for Adaptec 1430SA 4-Port SATA Controller
2007-06-30 14:44 [PATCH 2.6.22-rc6] add PCI-ID for Adaptec 1430SA 4-Port SATA Controller Florian Attenberger
@ 2007-07-02 14:07 ` Jeff Garzik
2007-07-02 15:09 ` [PATCH 2.6.22-rc6] sata_mv: PCI-ID for Adaptec 1430SA " Florian Attenberger
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2007-07-02 14:07 UTC (permalink / raw)
To: Florian Attenberger; +Cc: linux-kernel, linux-ide
Florian Attenberger wrote:
> Hi,
>
> added this pci id to support my:
> lspci:
> 01:00.0 RAID bus controller: Adaptec Unknown device 0243 (rev 02)
> lspci -n:
> 01:00.0 0104: 9005:0243 (rev 02)
>
> seems to work fine.
>
> florian attenberger
>
>
> --- 2.6.22-rc6/drivers/ata/sata_mv.c 2007-06-30 16:21:47.462020256 +0200
> +++ 2.6.22-rc6.mine/drivers/ata/sata_mv.c 2007-06-30 16:25:25.999165444 +0200
> @@ -582,6 +582,9 @@ static const struct pci_device_id mv_pci
>
> { PCI_VDEVICE(ADAPTEC2, 0x0241), chip_604x },
>
> + /* Adaptec 1430SA */
> + { PCI_VDEVICE(ADAPTEC2, 0x0243), chip_7042 },
> +
> { PCI_VDEVICE(TTI, 0x2310), chip_7042 },
Please do me a favor and resend with the Signed-off-by line as described
by Documentation/SubmittingPatches and
http://linux.yyz.us/patch-format.html
Also, since your email is copied verbatim into the permanent kernel
changelog, please remove all superfluous comments like "Hi," and
"florian attenberger", or add a "---" separator and move the comments
after the separator.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2.6.22-rc6] sata_mv: PCI-ID for Adaptec 1430SA SATA Controller
2007-07-02 14:07 ` Jeff Garzik
@ 2007-07-02 15:09 ` Florian Attenberger
2007-07-03 14:07 ` Jeff Garzik
0 siblings, 1 reply; 4+ messages in thread
From: Florian Attenberger @ 2007-07-02 15:09 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-kernel, linux-ide
Signed-off-by: Florian Attenberger <valdyn@gmail.com>
--- 2.6.22-rc6/drivers/ata/sata_mv.c 2007-06-30 16:21:47.462020256 +0200
+++ 2.6.22-rc6.mine/drivers/ata/sata_mv.c 2007-06-30 16:25:25.999165444 +0200
@@ -582,6 +582,9 @@ static const struct pci_device_id mv_pci
{ PCI_VDEVICE(ADAPTEC2, 0x0241), chip_604x },
+ /* Adaptec 1430SA */
+ { PCI_VDEVICE(ADAPTEC2, 0x0243), chip_7042 },
+
{ PCI_VDEVICE(TTI, 0x2310), chip_7042 },
/* add Marvell 7042 support */
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.6.22-rc6] sata_mv: PCI-ID for Adaptec 1430SA SATA Controller
2007-07-02 15:09 ` [PATCH 2.6.22-rc6] sata_mv: PCI-ID for Adaptec 1430SA " Florian Attenberger
@ 2007-07-03 14:07 ` Jeff Garzik
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-07-03 14:07 UTC (permalink / raw)
To: Florian Attenberger; +Cc: linux-kernel, linux-ide
Florian Attenberger wrote:
> Signed-off-by: Florian Attenberger <valdyn@gmail.com>
>
>
> --- 2.6.22-rc6/drivers/ata/sata_mv.c 2007-06-30 16:21:47.462020256 +0200
> +++ 2.6.22-rc6.mine/drivers/ata/sata_mv.c 2007-06-30 16:25:25.999165444 +0200
> @@ -582,6 +582,9 @@ static const struct pci_device_id mv_pci
>
> { PCI_VDEVICE(ADAPTEC2, 0x0241), chip_604x },
>
> + /* Adaptec 1430SA */
> + { PCI_VDEVICE(ADAPTEC2, 0x0243), chip_7042 },
> +
applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-07-03 14:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-30 14:44 [PATCH 2.6.22-rc6] add PCI-ID for Adaptec 1430SA 4-Port SATA Controller Florian Attenberger
2007-07-02 14:07 ` Jeff Garzik
2007-07-02 15:09 ` [PATCH 2.6.22-rc6] sata_mv: PCI-ID for Adaptec 1430SA " Florian Attenberger
2007-07-03 14:07 ` 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).