From patchwork Wed Jul 22 20:15:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Milburn X-Patchwork-Id: 30087 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.176.167]) by bilbo.ozlabs.org (Postfix) with ESMTP id 9524AB7079 for ; Thu, 23 Jul 2009 06:18:04 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751625AbZGVURm (ORCPT ); Wed, 22 Jul 2009 16:17:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752282AbZGVURm (ORCPT ); Wed, 22 Jul 2009 16:17:42 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59495 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbZGVURm (ORCPT ); Wed, 22 Jul 2009 16:17:42 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6MKGjpD028698; Wed, 22 Jul 2009 16:16:45 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6MKGhVq026687; Wed, 22 Jul 2009 16:16:44 -0400 Received: from dhcp-210.hsv.redhat.com (vpn-8-117.rdu.redhat.com [10.11.8.117]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6MKGhaa018528; Wed, 22 Jul 2009 16:16:43 -0400 Received: from dhcp-210.hsv.redhat.com (localhost.localdomain [127.0.0.1]) by dhcp-210.hsv.redhat.com (8.13.1/8.13.1) with ESMTP id n6MKG3Uq010072; Wed, 22 Jul 2009 15:16:03 -0500 Received: (from dmilburn@localhost) by dhcp-210.hsv.redhat.com (8.13.1/8.13.1/Submit) id n6MKFuCO010071; Wed, 22 Jul 2009 15:15:56 -0500 Date: Wed, 22 Jul 2009 15:15:56 -0500 From: David Milburn To: jeff@garzik.org Cc: linux-ide@vger.kernel.org Subject: [PATCH #upstream-fixes v2] ahci: add device IDs for Ibex Peak ahci controllers Message-ID: <20090722201556.GB10049@dhcp-210.hsv.redhat.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Add device IDS for Ibex Peak SATA AHCI Controllers Signed-off-by: Jaroslav Kysela Signed-off-by: David Milburn --- drivers/ata/ahci.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) -- 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 diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 336eb1e..958c1fa 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -515,10 +515,14 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x3a05), board_ahci }, /* ICH10 */ { PCI_VDEVICE(INTEL, 0x3a22), board_ahci }, /* ICH10 */ { PCI_VDEVICE(INTEL, 0x3a25), board_ahci }, /* ICH10 */ + { PCI_VDEVICE(INTEL, 0x3b22), board_ahci }, /* PCH AHCI */ + { PCI_VDEVICE(INTEL, 0x3b23), board_ahci }, /* PCH AHCI */ { PCI_VDEVICE(INTEL, 0x3b24), board_ahci }, /* PCH RAID */ { PCI_VDEVICE(INTEL, 0x3b25), board_ahci }, /* PCH RAID */ + { PCI_VDEVICE(INTEL, 0x3b29), board_ahci }, /* PCH AHCI */ { PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */ { PCI_VDEVICE(INTEL, 0x3b2c), board_ahci }, /* PCH RAID */ + { PCI_VDEVICE(INTEL, 0x3b2f), board_ahci }, /* PCH AHCI */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,