Date: Tue, 23 Jan 2001 14:17:03 -0800 (PST) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Message-ID: <200101232217.f0NMH3Z98155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2001/01/23 14:17:03 PST Modified files: sys/dev/aic7xxx aic7xxx.c Log: When flipping the first entry in the qinfifo with the "next queued SCB", we must also inform the card of this change. Otherwise the sequencer will traverse a corrupt list of SCBS. The side effects of this problem were unknown SCBs completing in the qoutfifo or worse yet, panics due to sequencer interrupts that referenced what, to the kernel, were invalid SCB ids. Revision Changes Path 1.66 +5 -2 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101232217.f0NMH3Z98155>