From patchwork Fri Jul 23 18:53:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 113962 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6NIrZ04013678 for ; Fri, 23 Jul 2010 18:53:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755847Ab0GWSxc (ORCPT ); Fri, 23 Jul 2010 14:53:32 -0400 Received: from g6t0186.atlanta.hp.com ([15.193.32.63]:12840 "EHLO g6t0186.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755297Ab0GWSxb (ORCPT ); Fri, 23 Jul 2010 14:53:31 -0400 Received: from g5t0030.atlanta.hp.com (g5t0030.atlanta.hp.com [16.228.8.142]) by g6t0186.atlanta.hp.com (Postfix) with ESMTP id 9CE712CAEA; Fri, 23 Jul 2010 18:53:29 +0000 (UTC) Received: from ldl (ldl.fc.hp.com [15.11.146.30]) by g5t0030.atlanta.hp.com (Postfix) with ESMTP id 993D914039; Fri, 23 Jul 2010 18:53:28 +0000 (UTC) Received: from localhost (ldl.fc.hp.com [127.0.0.1]) by ldl (Postfix) with ESMTP id 56E72CF001C; Fri, 23 Jul 2010 12:53:28 -0600 (MDT) Received: from ldl ([127.0.0.1]) by localhost (ldl.fc.hp.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id so3BLCflCb0i; Fri, 23 Jul 2010 12:53:28 -0600 (MDT) Received: from eh.fc.hp.com (eh.fc.hp.com [15.11.146.105]) by ldl (Postfix) with ESMTP id 3BF79CF0007; Fri, 23 Jul 2010 12:53:28 -0600 (MDT) Received: from bob.kio (localhost [127.0.0.1]) by eh.fc.hp.com (Postfix) with ESMTP id DCF7526144; Fri, 23 Jul 2010 12:53:27 -0600 (MDT) Subject: [PATCH] x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLAN To: Jesse Barnes From: Bjorn Helgaas Cc: Robert Richter , linux-pci@vger.kernel.org, "Rafael J. Wysocki" , Graham Ramsey , "H. Peter Anvin" , Thomas Gleixner , Yinghai Lu , Ingo Molnar Date: Fri, 23 Jul 2010 12:53:27 -0600 Message-ID: <20100723185327.22252.34047.stgit@bob.kio> User-Agent: StGit/0.15 MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 23 Jul 2010 18:53:35 +0000 (UTC) diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index 2ec04c4..15466c0 100644 --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c @@ -34,6 +34,15 @@ static const struct dmi_system_id pci_use_crs_table[] __initconst = { DMI_MATCH(DMI_PRODUCT_NAME, "x3800"), }, }, + /* https://bugzilla.kernel.org/show_bug.cgi?id=16007 */ + /* 2006 AMD HT/VIA system with two host bridges */ + { + .callback = set_use_crs, + .ident = "ASRock ALiveSATA2-GLAN", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "ALiveSATA2-GLAN"), + }, + }, {} };