From patchwork Tue May 28 23:32:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: George Spelvin X-Patchwork-Id: 247056 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 931602C0328 for ; Wed, 29 May 2013 09:32:24 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759278Ab3E1XcX (ORCPT ); Tue, 28 May 2013 19:32:23 -0400 Received: from science.horizon.com ([71.41.210.146]:54509 "HELO science.horizon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1759267Ab3E1XcX (ORCPT ); Tue, 28 May 2013 19:32:23 -0400 Received: (qmail 26945 invoked by uid 1000); 28 May 2013 19:32:21 -0400 Date: 28 May 2013 19:32:21 -0400 Message-ID: <20130528233221.26944.qmail@science.horizon.com> From: "George Spelvin" To: linux@horizon.com, tj@kernel.org Subject: [PATCH] Use observed PCI ID for Marvell 88se9172 SATA controller. Cc: linux-ide@vger.kernel.org In-Reply-To: <20130528223158.GA6149@mtj.dyndns.org> Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org A third possible PCI ID, as personally observed, and found in the pci.ids list. Signed-off-by: George Spelvin --- drivers/ata/ahci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 6a67b07..d41437a 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -421,6 +421,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ { PCI_DEVICE(0x1b4b, 0x9125), .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ + { PCI_DEVICE(0x1b4b, 0x9172), + .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ { PCI_DEVICE(0x1b4b, 0x917a), .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ { PCI_DEVICE(0x1b4b, 0x9192),