Date: Tue, 26 Jun 2001 12:21:31 -0600 From: "Justin T. Gibbs" <gibbs@scsiguy.com> To: Dave Cornejo <dave@dogwood.com> Cc: John Baldwin <jhb@FreeBSD.ORG>, freebsd-current@FreeBSD.ORG Subject: Re: SCSI hangs w/SuperMicro 6010H Message-ID: <200106261821.f5QILVU22240@aslan.scsiguy.com> In-Reply-To: Your message of "Tue, 26 Jun 2001 11:18:41 PDT." <200106261818.f5QIIfg20434@white.dogwood.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> That won't catch all interrupts. Most notably, you won't know >> if commands are completing. Command completions are much more >> prevalent than sequencer or scsi interrupts. > >should I try and catch the command completions? which routine is best >to do this in? ahc_intr() in aic7xxx_inline.h gates all interrupt activity. I don't know that it will tell you why you are hung though. All that is clear is that interrupts at least work for a time. >btw, thanks very much for your help! Sure. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106261821.f5QILVU22240>