From 7be91d15574536aac505ca78080ea6134bd26f6c Mon Sep 17 00:00:00 2001 From: gibbs Date: Tue, 7 Nov 1995 07:01:05 +0000 Subject: [PATCH] Fix typo in QUEUE_FULL_SUPPORTED section. Submitted by: Satoshi Asami --- sys/i386/scsi/aic7xxx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index e39d9b187308..15c7b6bf9643 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -24,7 +24,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aic7xxx.c,v 1.45 1995/11/06 05:21:13 gibbs Exp $ + * $Id: aic7xxx.c,v 1.46 1995/11/07 05:32:47 gibbs Exp $ */ /* * TODO: @@ -1324,7 +1324,7 @@ ahc_done(unit, scb) unit, xs->sc_link->target); ahc->tagenable |= mask; #ifdef QUEUE_FULL_SUPPORTED - xs->sc_link->opennings += 2; */ + xs->sc_link->opennings += 2; #endif } }