I'm trying to track down some VFS/BIO corruption on an NFS server
being tested under heavy loads and noticed that my SCSI interrupts
do not appear to be blocked by splbio().
(The adaptec's are on irq 5 and irq 12)
(kgdb) print bio_imask
$1 = 0x40080040
(kgdb) print cam_imask
$2 = 0x400c1020
(kgdb)
This doesn't sound right to me.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: Should cam_imask be part of bio_imask ? Matthew Dillon
- Re: Should cam_imask be part of bio_imask ? Julian Elischer
- Re: Should cam_imask be part of bio_imask ? Matthew Jacob
- Re: Should cam_imask be part of bio_imask ? Matthew Dillon
- Re: Should cam_imask be part of bio_imask... Matthew Jacob
- Re: Should cam_imask be part of bio_... Matthew Dillon
- Re: Should cam_imask be part of ... Matthew Jacob
- Re: Should cam_imask be part of bio_... Mike Smith
- Re: Should cam_imask be part of ... Matthew Dillon
- Re: Should cam_imask be part of bio_imask ? Peter Jeremy
- Re: Should cam_imask be part of bio_imask ? Matthew Dillon

