Return to BSD News archive
Xref: sserve comp.os.386bsd.misc:3578 comp.os.386bsd.questions:13529 Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!news.kei.com!travelers.mail.cornell.edu!newstand.syr.edu!rodan.syr.edu!smcarey From: smcarey@rodan.syr.edu (Shawn M Carey) Newsgroups: comp.os.386bsd.misc,comp.os.386bsd.questions Subject: Re: [FreeBSD] BT445C SCSI host: 'strayintr c' message - help! Date: 1 Oct 1994 02:44:34 GMT Organization: Syracuse University, Syracuse, NY Lines: 15 Message-ID: <36iiei$q04@newstand.syr.edu> References: <36i0fj$akc@kaiwan009.kaiwan.com> NNTP-Posting-Host: rodan.syr.edu In article <36i0fj$akc@kaiwan009.kaiwan.com> jclf@kaiwan.com (Jason Fordham) writes: >I have a 'strayintr c' message when booting from the kcopy_bt diskette >with a BT445C VLB SCSI host adapter. I know this was covered recently, and >(IIRC) is because the default IRQ for the 445 is not what the kernel >expects. > I think you're on the right track. I was getting this a while back on a customer's machine. Turns out the card was using interrupt 12 (0xc), and the kernel was configured for irq11. Changing the irq to 12 (via the SCSI bios setup) made the messages go away, and also helped the system stay up longer :-) -Shawn Carey