* sata_via on MSI MS-7293 MB
@ 2007-01-11 8:43 luca pedrielli
2007-01-16 3:55 ` [PATCH] sata_via: add PCI ID 0x5337 Tejun Heo
0 siblings, 1 reply; 3+ messages in thread
From: luca pedrielli @ 2007-01-11 8:43 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide
Hi Jeff,
sata_via will detect also MSI MS-7293 MB VIA VT8237 chipset?
i had to patch sata_via module in this way:
@@ -78,7 +78,7 @@
static const struct pci_device_id svia_pci_tbl[] = {
{ 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
{ 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },
-
+ { 0x1106, 0x5337, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 }, <-------
{ } /* terminate list */
};
Thanks.
--
------------------------------------------------------------------------------
Pedrielli Luca
Barradev Srl - Via Carlo Marx, 95 - 41012 Carpi(Mo)
Tel/Fax: +39 059 640182 - Cel: +39 328 7815571
E-mail: luca.pedrielli@barradev.it
------------------------------------------------------------------------------
Questo messaggio è destinato unicamente alla/e persona/e sopraindicata/e.
E' strettamente personale e può contenere informazioni la cui riservatezza è
tutelata dalla normativa sulla "privacy".
E' espressamente vietato alla/e persona/e non destinataria/e leggere, copiare
o comunque usare questo messaggio o diffonderne il contenuto senza
autorizzazione.
Chi ha ricevuto per errore questo messaggio è pregato di distruggerlo e di
avvertire per telefono o fax o "e-mail" il mittente.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] sata_via: add PCI ID 0x5337
2007-01-11 8:43 sata_via on MSI MS-7293 MB luca pedrielli
@ 2007-01-16 3:55 ` Tejun Heo
2007-01-20 0:19 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2007-01-16 3:55 UTC (permalink / raw)
To: jgarzik; +Cc: luca pedrielli, linux-ide
From: Luca Pedrielli <luca.pedrielli@barradev.it>
Add PCI ID 0x5337 to supported PCI ID. This is VT8237 in IDE mode.
Signed-off-by: Luca Pedrielli <luca.pedrielli@barradev.it>
Signed-off-by: Tejun Heo <htejun@gmail.com>
---
Luca, I formatted the patch in the form Jeff can take. Please format
patches like this next time.
This was verified by another bug reporter too.
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c
index 1f1d71e..4b24354 100644
--- a/drivers/ata/sata_via.c
+++ b/drivers/ata/sata_via.c
@@ -85,6 +85,7 @@ static void vt6421_set_dma_mode(struct ata_port *ap, struct ata_device *adev);
static int vt6421_port_start(struct ata_port *ap);
static const struct pci_device_id svia_pci_tbl[] = {
+ { PCI_VDEVICE(VIA, 0x5337), vt6420 },
{ PCI_VDEVICE(VIA, 0x0591), vt6420 },
{ PCI_VDEVICE(VIA, 0x3149), vt6420 },
{ PCI_VDEVICE(VIA, 0x3249), vt6421 },
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] sata_via: add PCI ID 0x5337
2007-01-16 3:55 ` [PATCH] sata_via: add PCI ID 0x5337 Tejun Heo
@ 2007-01-20 0:19 ` Jeff Garzik
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-01-20 0:19 UTC (permalink / raw)
To: Tejun Heo; +Cc: luca pedrielli, linux-ide
Tejun Heo wrote:
> From: Luca Pedrielli <luca.pedrielli@barradev.it>
>
> Add PCI ID 0x5337 to supported PCI ID. This is VT8237 in IDE mode.
>
> Signed-off-by: Luca Pedrielli <luca.pedrielli@barradev.it>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> ---
>
> Luca, I formatted the patch in the form Jeff can take. Please format
> patches like this next time.
>
> This was verified by another bug reporter too.
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-20 0:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-11 8:43 sata_via on MSI MS-7293 MB luca pedrielli
2007-01-16 3:55 ` [PATCH] sata_via: add PCI ID 0x5337 Tejun Heo
2007-01-20 0:19 ` 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).