Date: Sat, 28 Aug 1999 10:12:38 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: hackers@FreeBSD.ORG Subject: Should cam_imask be part of bio_imask ? Message-ID: <199908281712.KAA04963@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
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
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908281712.KAA04963>
