From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: OOPS with 2.6.21rc2-git (ata: conflict with ide0/1) Date: Thu, 08 Mar 2007 17:05:37 +0900 Message-ID: <45EFC3D1.208@gmail.com> References: <45EC9A67.8070204@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from nz-out-0506.google.com ([64.233.162.231]:15135 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965211AbXCHIFh (ORCPT ); Thu, 8 Mar 2007 03:05:37 -0500 Received: by nz-out-0506.google.com with SMTP id s1so325733nze for ; Thu, 08 Mar 2007 00:05:37 -0800 (PST) In-Reply-To: <45EC9A67.8070204@intel.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Kok, Auke" Cc: linux-ide@vger.kernel.org, Linux Kernel Mailing List , Greg KH [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