[3.8.y.z extended stable] Patch "ahci: add Marvell 9230 to the AHCI PCI device list" has been added to staging queue
Kamal Mostafa
kamal at canonical.com
Wed Dec 11 22:11:28 UTC 2013
This is a note to let you know that I have just added a patch titled
ahci: add Marvell 9230 to the AHCI PCI device list
to the linux-3.8.y-queue branch of the 3.8.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.8.y-queue
This patch is scheduled to be released in version 3.8.13.15.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.8.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Kamal
------
>From b361514d51856c7757a836ad01f9844f7d5e8bdc Mon Sep 17 00:00:00 2001
From: Samir Benmendil <samir.benmendil at gmail.com>
Date: Sun, 17 Nov 2013 23:56:17 +0100
Subject: ahci: add Marvell 9230 to the AHCI PCI device list
commit 6d5278a68a75891db1df5ae1ecf83d288fc58c65 upstream.
Tested with a DAWICONTROL DC-624e on 3.10.10
Signed-off-by: Samir Benmendil <samir.benmendil at gmail.com>
Signed-off-by: Tejun Heo <tj at kernel.org>
Reviewed-by: Levente Kurusa <levex at linux.com>
[ kamal: backport to 3.8 ]
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
drivers/ata/ahci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 2a870e3..6468d43 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -431,6 +431,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
{ PCI_DEVICE(0x1b4b, 0x91a3),
.driver_data = board_ahci_yes_fbs },
+ { PCI_DEVICE(0x1b4b, 0x9230),
+ .driver_data = board_ahci_yes_fbs },
/* Promise */
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */
--
1.8.3.2
More information about the kernel-team
mailing list