Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bf33554290bb6a6b2bd8827076f89fb17fb19e3d
Commit:     bf33554290bb6a6b2bd8827076f89fb17fb19e3d
Parent:     03ec52dea0f3c615b1b502672c189f296842f7dd
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Wed Apr 11 17:27:14 2007 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Apr 28 14:16:02 2007 -0400

    ahci: add PCI ID for new VIA chip
    
    Add PCI ID for new VIA chip.  Original patch is from Maarten Vanraes.
    
    Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>
    Cc: Maarten Vanraes <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/ahci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 436de03..fe4f0fe 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -419,6 +419,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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to