From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH] fix command retries in spi_transport class Date: Mon, 02 May 2005 09:18:12 -0500 Message-ID: <1115043492.5006.0.camel@mulgrave> References: <1114991896.4788.44.camel@mulgrave> <4276353D.7080204@cybsft.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from stat16.steeleye.com ([209.192.50.48]:4756 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S261266AbVEBOSQ (ORCPT ); Mon, 2 May 2005 10:18:16 -0400 In-Reply-To: <4276353D.7080204@cybsft.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "K.R. Foley" Cc: SCSI Mailing List On Mon, 2005-05-02 at 09:12 -0500, K.R. Foley wrote: > [] ahc_set_width+0x109/0x1a0 > [] ahc_reset_channel+0x301/0x530 > [] ahc_handle_scsiint+0x180/0xf80 > [] ahc_linux_isr+0x218/0x2e0 > [] handle_IRQ_event+0x3e/0x90 > [] __do_IRQ+0xd7/0x160 > [] do_IRQ+0x26/0x40 > [] common_interrupt+0x1a/0x20 > [] cpu_idle+0x4e/0x90 > [<00000000>] 0x0 > [] 0xdff03fbc Actually, you need to reverse the bogus patch to aic7xxx_core.c as well ... that's what's causing the oops. James