--- src/sys/dev/disk/aic7xxx/aic7xxx.c 2007/07/06 02:04:20 1.17 +++ src/sys/dev/disk/aic7xxx/aic7xxx.c 2007/07/06 02:44:30 1.18 @@ -37,9 +37,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.17 2007/07/06 02:04:20 pavalos Exp $ + * $Id: aic7xxx.c,v 1.18 2007/07/06 02:44:30 pavalos Exp $ * - * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.100 2004/05/11 20:39:46 gibbs Exp $ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.101 2004/08/13 21:39:14 gibbs Exp $ * $DragonFly$ */ @@ -1438,8 +1438,6 @@ ahc_clear_critical_section(struct ahc_so * so we are really executing the instruction just * before it. */ - if (seqaddr != 0) - seqaddr -= 1; cs = ahc->critical_sections; for (i = 0; i < ahc->num_critical_sections; i++, cs++) {