public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* aic7xxx_core.c panic "Loop 1"
@ 2002-07-19 19:40 random1
  0 siblings, 0 replies; only message in thread
From: random1 @ 2002-07-19 19:40 UTC (permalink / raw)
  To: linux-scsi


I've seen this panic on occasion -- it happened several times in a row
trying to boot a rescue 2.4 kernel from floppy, in fact, after which I
just gave up and reinstalled on a new partition.  It seems to always
happen on boot.

Now I'm trying to get SCSI to play with ACPI and suspend-to-disk, and
this is happening during resume.  I'm perfectly willing to believe
that it is because of all the under-the-covers memory-munging that
suspend and resume do, but fixing it requires a *clue* about what it's
_supposed_ to do :)

in ahc_search_qinfifo() ..
	while (qinpos != qintail) {
		scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);

        scb is NULL, and hence the driver panics.

I'm not sure what the underlying invariant is supposed to be, and
can't find that documented anywhere.  Pointers to TFM would be
appreciated.  As would tips on what might be going wrong and what to
look for.  I'm using a 2.5.24 kernel, though I don't think this code
has changed recently.

Thanks for any help you can provide.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-19 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19 19:40 aic7xxx_core.c panic "Loop 1" random1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox