From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755415Ab0IOVuv (ORCPT ); Wed, 15 Sep 2010 17:50:51 -0400 Received: from terminus.zytor.com ([198.137.202.10]:52649 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755401Ab0IOVus (ORCPT ); Wed, 15 Sep 2010 17:50:48 -0400 Message-ID: <4C913F96.4020106@zytor.com> Date: Wed, 15 Sep 2010 14:50:14 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Thunderbird/3.1.2 MIME-Version: 1.0 To: Bjorn Helgaas CC: Jesse Barnes , Brian Bloniarz , Charles Butterfield , Denys Vlasenko , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Becker , Yinghai Lu , Thomas Gleixner , Linus Torvalds , Ingo Molnar Subject: Re: [PATCH 3/3] PCI: allocate bus resources from the top down References: <20100915210818.12365.58732.stgit@bob.kio> <20100915210912.12365.78836.stgit@bob.kio> In-Reply-To: <20100915210912.12365.78836.stgit@bob.kio> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/15/2010 02:09 PM, Bjorn Helgaas wrote: > > On the machine above (a Dell T3500), the [mem 0xbff00000-0xbfffffff] region > doesn't actually work and is likely a BIOS defect. The symptom is that we > move the AHCI controller to 0xbff00000, which leads to "Boot has failed, > sleeping forever," a BUG in ahci_stop_engine(), or some other boot failure. > Acked-by: H. Peter Anvin ... for the patch in general, but I would like to *also* request a DMA or PCI quirk to explicitly reserve the above range on the affected Dell machines. -hpa