>> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message