From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lxorguk.ukuu.org.uk (unknown [81.2.110.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id BCED267A5E for ; Mon, 4 Dec 2006 10:00:09 +1100 (EST) Date: Sun, 3 Dec 2006 23:07:20 +0000 From: Alan To: Olaf Hering Subject: Re: pata_sl82c105 can not reserve IO region Message-ID: <20061203230720.65832f93@localhost.localdomain> In-Reply-To: <20061203171216.GB21947@aepfle.de> References: <20061130165202.GA23205@aepfle.de> <20061203171216.GB21947@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > I modified pci_request_regions to request only the first 5 regions. > Now the detection works, but access to the drive does not work: Some drives do that with the new EH code. Its ATAPI specific and I don't know why. With the older libata it all works. It may also be a driver bug but since it also pops up all over the place with the new EH code and not the old its damn near impossible to debug any PATA problems that look like this at the moment. Alan