Justin T. Gibbs wrote:
> >John Baldwin wrote:
> >> Hrmm, perhaps you are getting an interrupt storm from ahc.  Ok, try
> >> this: find the ahc driver's interrupt handler, and add a printf.
> >> Then see if the printf fires while the machine is hung.
> >
> >Ok, I put a printf in ahc_handle_seqint() and ahc_handle_scsiint().
> 
> 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?

btw, thanks very much for your help!

dave c

-- 
Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED])
  "There aren't any monkeys chasing us..." - Xochi

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to