From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965211AbXCHIFj (ORCPT ); Thu, 8 Mar 2007 03:05:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965771AbXCHIFj (ORCPT ); Thu, 8 Mar 2007 03:05:39 -0500 Received: from nz-out-0506.google.com ([64.233.162.232]:15135 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965763AbXCHIFh (ORCPT ); Thu, 8 Mar 2007 03:05:37 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=aSOUz3g9Rla36oXw636TyHiCFx3yKUsuCd0D2Bxt15tFd7kIDnW+rj6VbafvqMNuNhtRk1znq7OTzoWex6ucT4gx+MwdVQfxwr+/fqcShz2qOZtMkvS67X71ejQc6dJBmmweLog30cgy2LA2Q/FV7VQC97oILaSQlI8O5IIDDmI= Message-ID: <45EFC3D1.208@gmail.com> Date: Thu, 08 Mar 2007 17:05:37 +0900 From: Tejun Heo User-Agent: Icedove 1.5.0.9 (X11/20061220) MIME-Version: 1.0 To: "Kok, Auke" CC: linux-ide@vger.kernel.org, Linux Kernel Mailing List , Greg KH Subject: Re: OOPS with 2.6.21rc2-git (ata: conflict with ide0/1) References: <45EC9A67.8070204@intel.com> In-Reply-To: <45EC9A67.8070204@intel.com> X-Enigmail-Version: 0.94.2.0 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 [cc'ing Greg, Hi] Kok, Auke wrote: > > Attached dmesg. config.gz. here's the OOPS part. > > ata_piix 0000:00:1f.2: version 2.10 > ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] > ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19 > ata: 0x1F0 IDE port busy > ata: conflict with ide0 > BUG: at drivers/pci/pci.c:846 pcim_pin_device() > [] pcim_pin_device+0x4c/0x60 > [] ata_pci_init_one+0x2d6/0x380 > [] pci_get_device+0x18/0x20 > [] piix_check_450nx_errata+0x31/0x110 > [] pci_intx+0x20/0x90 > [] piix_init_one+0x117/0x200 > [] pci_call_probe+0xa/0x10 > [] __pci_device_probe+0x4e/0x60 > [] pci_device_probe+0x26/0x60 > [] really_probe+0xb4/0x170 > [] pci_match_device+0xa8/0xc0 > [] driver_probe_device+0xc8/0xd0 > [] klist_next+0x61/0xc0 > [] __driver_attach+0x80/0x90 > [] bus_for_each_dev+0x3a/0x60 > [] driver_attach+0x16/0x20 > [] __driver_attach+0x0/0x90 > [] bus_add_driver+0x5f/0x110 > [] __pci_register_driver+0x82/0xc0 > [] piix_init+0x11/0x20 > [] do_initcalls+0x41/0x130 > [] register_irq_proc+0x9c/0xc0 > [] proc_mkdir_mode+0x42/0x60 > [] init+0x0/0xa0 > [] init+0x4c/0xa0 > [] kernel_thread_helper+0x7/0x18 > ======================= > ata: 0x170 IDE port busy > ata: conflict with ide1 > ata_piix: probe of 0000:00:1f.2 failed with error -16 > ata_piix 0000:00:1f.5: MAP [ P0 P2 P1 P3 ] Patch pending in Greg's queue. Thanks. -- tejun