lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1406067727-19683-32-git-send-email-kamal@canonical.com> Date: Tue, 22 Jul 2014 15:20:42 -0700 From: Kamal Mostafa <kamal@...onical.com> To: linux-kernel@...r.kernel.org, stable@...r.kernel.org, kernel-team@...ts.ubuntu.com Cc: Andreas Schrägle <ajs124.ajs124@...il.com>, Tejun Heo <tj@...nel.org>, Kamal Mostafa <kamal@...onical.com> Subject: [PATCH 3.8 031/116] ahci: add PCI ID for Marvell 88SE91A0 SATA Controller 3.8.13.27 -stable review patch. If anyone has any objections, please let me know. ------------------ From: =?UTF-8?q?Andreas=20Schr=C3=A4gle?= <ajs124.ajs124@...il.com> commit 754a292fe6b08196cb135c03b404444e17de520a upstream. Add support for Marvell Technology Group Ltd. 88SE91A0 SATA 6Gb/s Controller by adding its PCI ID. Signed-off-by: Andreas Schrägle <ajs124.ajs124@...il.com> Signed-off-by: Tejun Heo <tj@...nel.org> [ kamal: backport to 3.8-stable ] Signed-off-by: Kamal Mostafa <kamal@...onical.com> --- drivers/ata/ahci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index f0faa0d..c752e6f 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -440,6 +440,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ { PCI_DEVICE(0x1b4b, 0x9192), .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ + { PCI_DEVICE(0x1b4b, 0x91a0), + .driver_data = board_ahci_yes_fbs }, { PCI_DEVICE(0x1b4b, 0x91a3), .driver_data = board_ahci_yes_fbs }, { PCI_DEVICE(0x1b4b, 0x9230), -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists