Date: Fri, 13 Aug 2004 21:39:14 +0000 (UTC) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Message-ID: <200408132139.i7DLdE4g005655@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2004-08-13 21:39:14 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic7xxx.c Log: Fix an off by one in the critical section clearing code. The code was adjusting twice for the instruction pointer indicating the *next* instruction to execute. The aic79xx driver had a similar bug, but was fixed some time ago. Revision Changes Path 1.101 +0 -2 src/sys/dev/aic7xxx/aic7xxx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408132139.i7DLdE4g005655>