From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: Infinite interrupt loop, INTSTAT = 0 Date: Wed, 28 Sep 2005 10:05:08 -0500 Message-ID: <1127919909.4852.7.camel@mulgrave> References: <20050928134514.GA19734@dspnet.fr.eu.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050928134514.GA19734@dspnet.fr.eu.org> Sender: linux-kernel-owner@vger.kernel.org To: Olivier Galibert Cc: SCSI Mailing List , "Hack inc." List-Id: linux-scsi@vger.kernel.org On Wed, 2005-09-28 at 15:45 +0200, Olivier Galibert wrote: > Sep 28 15:26:13 m82 kernel: scsi1:0:0:0: Attempting to abort cmd ffff8100bfe3e300: 0x28 0x0 0x0 0x50 0x0 0x3f 0x0 0x0 0x8 0x0 > Sep 28 15:26:13 m82 kernel: Infinite interrupt loop, INTSTAT = 0scsi1: At time of recovery, card was not paused > Sep 28 15:26:13 m82 kernel: >>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<< What was it doing before this? i.e. what were all the messages from the card. The message happens when the aic driver is unable to clear its pending workqueue after it suspends ... which is part of error recovery. So, what error was it trying to recover from? By the way, your AIC-7892 is a different driver. James