Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2004 19:30:32 -0800 (PST)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aac aacvar.h
Message-ID:  <200402070330.i173UWPQ032073@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2004/02/06 19:30:32 PST

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aacvar.h 
  Log:
  Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in the
  handling of resources shortages.  The driver is now so fast that it can
  completely fill all 512 slots on the card, but for some reason only 511
  slots are being allocated.  Anything that tries to go into the 512th
  slot gets silently lost.   Both bugs need to be fixed at a later date,
  but this should fix the reports of hangs in getblk and vinvalb.
  
  Revision  Changes    Path
  1.38      +1 -1      src/sys/dev/aac/aacvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402070330.i173UWPQ032073>