summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/scsi/aic7xxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c
index e39d9b1..15c7b6b 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
}
}
OpenPOWER on IntegriCloud