* [PATCH] new VIA AHCI SATA chipset
@ 2007-04-02 20:27 Maarten Vanraes
2007-04-11 8:27 ` [PATCH] ahci: add PCI ID for new VIA chip Tejun Heo
0 siblings, 1 reply; 3+ messages in thread
From: Maarten Vanraes @ 2007-04-02 20:27 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide
Hi,
last week i bought the new Medion from ALDI and I found that the SATA
isn't supported.
today i tried to recompile my kernel and added the id to the driver
(via8251 function) and it just worked... ( drivers/scsi/ahci.c )
{ PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ATI SB600 raid */
{ PCI_VENDOR_ID_VIA, 0x3349, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci_vt8251 }, /* VIA VT8251 */
+ { PCI_VENDOR_ID_VIA, 0x6287, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci_vt8251 }, /* VIA VT8251 */
{ PCI_VENDOR_ID_SI, 0x1184, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* SiS 966 */
{ PCI_VENDOR_ID_SI, 0x1185, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* SiS 966 */
i also submitted the info to the pci.ids project.
can you submit this as well?
Sincerly,
Maarten Vanraes
--
Alien is my name and head-biting is my game
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] ahci: add PCI ID for new VIA chip
2007-04-02 20:27 [PATCH] new VIA AHCI SATA chipset Maarten Vanraes
@ 2007-04-11 8:27 ` Tejun Heo
2007-04-17 14:50 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2007-04-11 8:27 UTC (permalink / raw)
To: Maarten Vanraes; +Cc: Jeff Garzik, linux-ide
Add PCI ID for new VIA chip. Original patch is from Maarten Vanraes.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Maarten Vanraes <maarten.vanraes@gmail.com>
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index faa7588..3675964 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -413,6 +413,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
/* VIA */
{ PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */
+ { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */
/* NVIDIA */
{ PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ahci: add PCI ID for new VIA chip
2007-04-11 8:27 ` [PATCH] ahci: add PCI ID for new VIA chip Tejun Heo
@ 2007-04-17 14:50 ` Jeff Garzik
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-04-17 14:50 UTC (permalink / raw)
To: Tejun Heo; +Cc: Maarten Vanraes, linux-ide
Tejun Heo wrote:
> Add PCI ID for new VIA chip. Original patch is from Maarten Vanraes.
>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Maarten Vanraes <maarten.vanraes@gmail.com>
>
> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
> index faa7588..3675964 100644
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -413,6 +413,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
>
> /* VIA */
> { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */
> + { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */
>
> /* NVIDIA */
> { PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */
applied.
I also have a couple other VIA PCI ID updates that I need to apply,
which were submitted recently from VIA themselves.
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-17 14:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-02 20:27 [PATCH] new VIA AHCI SATA chipset Maarten Vanraes
2007-04-11 8:27 ` [PATCH] ahci: add PCI ID for new VIA chip Tejun Heo
2007-04-17 14:50 ` 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).