All of lore.kernel.org
 help / color / mirror / Atom feed
From: "William J. Earl" <wje@fir.engr.sgi.com>
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux@cthulhu.engr.sgi.com
Subject: Re: Help needed to solve SCSI problem
Date: Fri, 26 Mar 1999 15:49:32 -0800	[thread overview]
Message-ID: <199903262349.PAA26663@fir.engr.sgi.com> (raw)
In-Reply-To: <19990327002321.A3539@alpha.franken.de>

Thomas Bogendoerfer writes:
 > I'm now total stuck with the remaining SCSI problem, and need some help.
 > 
 > I have a really broken cdrom drive. With this cdrom I'm able produce a
 > scsi timeout, which will cause a hang of the complete machine. I've
 > traced the problem a little bit further, and detected, that I get
 > interrupts on interrupt vector 0 (it's named VECTOR_GIO0 in the Irix
 > header files). I always see 17 irq 0 then the machine hangs completly.
 > 
 > Please, could someone tell what this interrupt means, so I can either
 > solve it by servicing the interrupt the right way or avoid it by doing 
 > something else ?

      I believe that is the two bits:

#define EXTIO_HPC3_BUSERR		0x0010
#define EXTIO_SG_STAT_0			0x0001

HPC3_BUSERR means that the HPC3 got a bus error reading from memory.
The driver is probably broken and giving bad commands to the HPC3.
You should be able to find the error address in the GIO_ERR_ADDR register:

#define	GIO_ERR_ADDR	0x1fa000f4	/* GIO error address (w, ro) */

(0xbfa000f4 as a K1SEG address).

  reply	other threads:[~1999-03-26 23:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-26 23:23 Help needed to solve SCSI problem Thomas Bogendoerfer
1999-03-26 23:49 ` William J. Earl [this message]
1999-03-27  0:39   ` Thomas Bogendoerfer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199903262349.PAA26663@fir.engr.sgi.com \
    --to=wje@fir.engr.sgi.com \
    --cc=linux@cthulhu.engr.sgi.com \
    --cc=tsbogend@alpha.franken.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.