Fix typo in QUEUE_FULL_SUPPORTED section.
Submitted by: Satoshi Asami <asami>
This commit is contained in:
parent
06d23c91c8
commit
7be91d1557
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user