From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] fix IDE legacy mode resource Date: Sat, 28 Jul 2007 14:13:06 -0400 Message-ID: <46AB8732.6080109@garzik.org> References: <20070728220420.352c316b.yoichi_yuasa@tripeaks.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:36731 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754785AbXG1SNK (ORCPT ); Sat, 28 Jul 2007 14:13:10 -0400 In-Reply-To: <20070728220420.352c316b.yoichi_yuasa@tripeaks.co.jp> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Yoichi Yuasa Cc: Greg KH , Linux Kernel Mailing List , linux-ide@vger.kernel.org, Alan Yoichi Yuasa wrote: > Hi, > > I got the following error on MIPS Cobalt. > MIPS Cobalt has the 0x10000000 offset between resource and bus region. > > PCI: Unable to reserve I/O region #1:8@f00001f0 for device 0000:00:09.1 > pata_via 0000:00:09.1: failed to request/iomap BARs for port 0 (errno=-16) > PCI: Unable to reserve I/O region #3:8@f0000170 for device 0000:00:09.1 > pata_via 0000:00:09.1: failed to request/iomap BARs for port 1 (errno=-16) > pata_via 0000:00:09.1: no available native port > > At this point, these resources should be the bus regions. > > Signed-off-by: Yoichi Yuasa I'm not sure I understand what's going on here... could you or someone provide additional explanation as to why this is a fix? Thanks, Jeff