From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933296AbXCYJUy (ORCPT ); Sun, 25 Mar 2007 05:20:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933290AbXCYJUy (ORCPT ); Sun, 25 Mar 2007 05:20:54 -0400 Received: from smtp.osdl.org ([65.172.181.24]:37280 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933277AbXCYJUx (ORCPT ); Sun, 25 Mar 2007 05:20:53 -0400 Date: Sun, 25 Mar 2007 01:20:44 -0800 From: Andrew Morton To: Andreas Schwab Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, jeff@garzik.org Subject: Re: sata-vsc broken on SGI Prism Message-Id: <20070325012044.97dc14fc.akpm@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 24 Mar 2007 10:17:24 +0100 Andreas Schwab wrote: > I'm getting this panic when loading sata-vsc on a SGI Prism: With what kernel? > Loading sata_vsc > ACPI: Unable to derive IRQ for device 0001:00:03.0 > ACPI: PCI Interrupt 0001:00:03.0[A]: no GSI > FRZ XN request short error. > FRZ XN error detail 1A: > Command word: 0x11 > Supplemental: 0xff > Source node id: 0x0 > Source chip id: 0x2 > Destination chip id: 0x0 > Data error: 0x0 > Echo: 0x70 > Valid: 0x0 > Address: 0x1802000021 > FRZ XN error detail 1B: > Command word: 0x0 > Supplemental: 0x0 > Source node id: 0x0 > Source chip id: 0x0 > Destination chip id: 0x0 > Echo: 0x0 > Valid: 0x0 > Address: 0x0 > Fatal ICE HW error > Kernel panic - not syncing: hub_eint_handler: Fatal TIO Error > > Bisection has identified this patch (together with the follow-up patch to > fix the compilation failure): > > commit 7cbaa86b937b0b1fab95c159989f6a3c00bbcf78 > Author: Dan Wolstenholme > Date: Tue Jan 9 05:59:21 2007 -0500 > > [libata] sata_vsc: support PCI MSI > > Signed-off-by: Jeff Garzik > It seems that little of that patch remains present in current mainline.