From e612bbc599b737f3021e642e72eaad0c23bbe7c0 Mon Sep 17 00:00:00 2001 From: Myron Stowe Date: Mon, 8 Apr 2013 11:32:49 -0600 Subject: [PATCH] --- yaml --- r: 362863 b: refs/heads/master c: 69fd3157363935b1e052bd76b8f8ec65e494306e h: refs/heads/master i: 362861: b883ac28167ccccd8431e9edd56ff890db13fc53 362859: 7b938917502b2c3f9c5bebc94f65bb58373b41f3 362855: b64729f7b828e3921e3497f76294a0070683e91c 362847: 47f78a3153787740631faaeaf948a614bec038e8 v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 77d547300d6e..4f61b2adf2f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e7ee6f5dfb56a32da760d990be908ed35b1c5bf +refs/heads/master: 69fd3157363935b1e052bd76b8f8ec65e494306e diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index a99112cfd8b1..616952facd6e 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -413,17 +413,17 @@ static const struct pci_device_id ahci_pci_tbl[] = { /* Marvell */ { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */ { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */ - { PCI_DEVICE(0x1b4b, 0x9123), + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9123), .class = PCI_CLASS_STORAGE_SATA_AHCI, .class_mask = 0xffffff, .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ - { PCI_DEVICE(0x1b4b, 0x9125), + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9125), .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ - { PCI_DEVICE(0x1b4b, 0x917a), + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x917a), .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ - { PCI_DEVICE(0x1b4b, 0x9192), + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192), .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ - { PCI_DEVICE(0x1b4b, 0x91a3), + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), .driver_data = board_ahci_yes_fbs }, /* Promise */