From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763165AbXGTNll (ORCPT ); Fri, 20 Jul 2007 09:41:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757197AbXGTNle (ORCPT ); Fri, 20 Jul 2007 09:41:34 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]:25212 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756922AbXGTNle (ORCPT ); Fri, 20 Jul 2007 09:41:34 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=iJCeKN/0hbSlKvOobLVqLrQRYJyuTr9mydPiwKd1KS0YExI2FevWqWK5gD4CrJnTOZDOfnBjcPFVxDfbg8ibZd3EkCPyY5Nh1QCIK2T/LSNXVI9/KNDYFKFUtuTQ5rRCsBquBA6NUSrYTRojpjMcNP02DJbLVdmmS8z0DxNrmyQ= Message-ID: <46A0BB24.6050001@googlemail.com> Date: Fri, 20 Jul 2007 15:39:48 +0200 From: Gabriel C User-Agent: Thunderbird 2.0.0.4 (X11/20070617) MIME-Version: 1.0 To: Felipe Contreras CC: lkml , Alan Cox , Jeff Garzik Subject: Re: ata_piix broken in 2.6.22 References: <94a0d4530707200626r2b50146bs55e268033ceab4b0@mail.gmail.com> In-Reply-To: <94a0d4530707200626r2b50146bs55e268033ceab4b0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Felipe Contreras wrote: > Hi, Hi , > > Since I updated to 2.6.22 everything has been slower and I think this > is the reason: > > ata_piix 0000:00:1f.2: version 2.11 > ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] > ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 16 (level, low) -> IRQ 16 > ata_piix 0000:00:1f.2: 0x1F0 IDE port busy > ata_piix 0000:00:1f.2: 0x170 IDE port busy > ata_piix 0000:00:1f.2: no available legacy port > > I tried to apply the patch d583bc18812f8da52bf25eef9cd111e5fd46a6ab, > but I get a similar error: > > ata_piix 0000:00:1f.2: version 2.11 > ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] > ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 16 (level, low) -> IRQ 16 > PCI: Unable to reserve I/O region #1:8@1f0 for device 0000:00:1f.2 > ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 0 (errno=-16) > PCI: Unable to reserve I/O region #3:8@170 for device 0000:00:1f.2 > ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 1 (errno=-16) > ata_piix 0000:00:1f.2: no available native port > > I think I'm not the only one with that problem: > http://www.dellcommunity.com/supportforums/board/message?board.id=sw_linux&thread.id=10825 > > Any hints? > Guessing you are using and SATA/PATA controller ? Combined mode got removed in 2.6.22 and depending on your config things will break. As example CONFIG_IDE=y BLK_DEV_PIIX=y , ATA=y , ATA_PIIX=Y worked in <2.6.22 but won't on .22. If you want to use libata try to boot with ideX=noprobe ideY=noprobe Gabriel