From patchwork Tue Feb 8 09:07:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Per Jessen X-Patchwork-Id: 82264 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 5EE8EB712E for ; Tue, 8 Feb 2011 20:15:01 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751902Ab1BHJO7 (ORCPT ); Tue, 8 Feb 2011 04:14:59 -0500 Received: from inbound.spamchek.net ([88.198.198.123]:40846 "EHLO outbound.spamchek.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751253Ab1BHJO7 (ORCPT ); Tue, 8 Feb 2011 04:14:59 -0500 X-Greylist: delayed 444 seconds by postgrey-1.27 at vger.kernel.org; Tue, 08 Feb 2011 04:14:58 EST Received: from mail.hostsuisse.com (minerva.enidan.com [212.25.14.34]) by outbound.spamchek.net (Postfix) with ESMTPA id EF9B75477B; Tue, 8 Feb 2011 10:07:31 +0100 (CET) Received: from [192.168.2.114] (io64.local.net [192.168.2.114]) by mail.hostsuisse.com (Postfix) with ESMTP id 7EDA76A2E9; Tue, 8 Feb 2011 10:07:31 +0100 (CET) Message-ID: <4D5107D3.7030509@computer.org> Date: Tue, 08 Feb 2011 10:07:31 +0100 From: Per Jessen User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: jgarzik@pobox.com CC: linux-ide@vger.kernel.org Subject: [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Hi Jeff Below is a minor patch for drivers/ata/ahci.c for recognising Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller as found on the RocketRaid 62X controller series. I have also submitted updates to pci-ids. Signed-off-by: Per Jessen --- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- a/drivers/ata/ahci.c 2011-02-02 14:55:16.514999946 +0100 +++ b/drivers/ata/ahci.c 2011-02-01 14:01:00.380977830 +0100 @@ -380,6 +380,8 @@ { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */ { PCI_DEVICE(0x1b4b, 0x9123), .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ + { PCI_DEVICE(0x1b4b, 0x9125), + .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ /* Promise */