From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754689AbYIVXa1 (ORCPT ); Mon, 22 Sep 2008 19:30:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753860AbYIVXaQ (ORCPT ); Mon, 22 Sep 2008 19:30:16 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:1490 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753589AbYIVXaO (ORCPT ); Mon, 22 Sep 2008 19:30:14 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=leMVM1AwROEtMJxmGFlI34dmhLks55oQyYOCcwUV/bfK+gmC7Ox2gmVfBB+cIx6Kam i2hC9+Vqa6/jAbKphvH22Xd6CQwDOD7pgs99pTboBk8JeQEV+726xwf91yibttxqxJIm M2P2aI6WpdV7+JARQ4VCqM7hyFgH1e6wNKQto= Message-ID: <70318cbf0809221630s393bd003h230dd442aa386d6f@mail.gmail.com> Date: Mon, 22 Sep 2008 16:30:12 -0700 From: "Chris Li" To: "Yinghai Lu" Subject: Re: irq 19: nobody cared Cc: linux-kernel@vger.kernel.org In-Reply-To: <70318cbf0809201621r3f31466paef0586f094d40cf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <70318cbf0809191340t4e9d4caft6656713576cd2084@mail.gmail.com> <86802c440809191350h21327c76l55d2134d7667f5d0@mail.gmail.com> <70318cbf0809191413v70c49eccq9ed16ae50864a1a5@mail.gmail.com> <86802c440809191457g19e2cbbeo26aa3dff613b057f@mail.gmail.com> <70318cbf0809191532n6ebaa122v7d98815c8a65850b@mail.gmail.com> <86802c440809201435l6fdb7c90u59b6b816efb7f2f6@mail.gmail.com> <70318cbf0809201504i3f9688b1u9692b4534af0627d@mail.gmail.com> <86802c440809201522n5d450832vcbbd58d03a3943d8@mail.gmail.com> <70318cbf0809201621r3f31466paef0586f094d40cf@mail.gmail.com> X-Google-Sender-Auth: b1a6864f95e40aea Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 20, 2008 at 4:21 PM, Chris Li wrote: >> can you boot with pci=routeirq ? > > See attached dmesg. Ping? Any other suggestions? In the week end I try to patch the SATA driver and USB driver. I add some debug print from UHCI interrupt handler. So the interrupt start to hammer as soon as the first UHCI hook to IRQ 19. The UHCI status bit is clean. I also try to disable SATA interrupt at early PCI scan. It does not help either. So I guess seems like wrong irq routing. How do I find out which device is injecting the interrupt? Chris