Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2009 05:35:51 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/aac aac.c aac_cam.c aacvar.h
Message-ID:  <200912080536.nB85aEc4043615@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-12-08 05:35:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c aac_cam.c aacvar.h 
  Log:
  SVN rev 200251 on 2009-12-08 05:35:51Z by jkim
  
  - Try pre-allocating all FIBs upfront.  Previously we tried pre-allocating
  128 FIBs first and allocated more later if necessary.  Remove now unused
  definitions from the header file[1].
  - Force sequential bus scanning.  It seems parallel scanning is in fact
  slower and causes more harm than good[1].  Adjust a comment to reflect that.
  
  PR:             kern/141269
  Submitted by:   Alexander Sack (asack at niksun dot com)[1]
  Reviewed by:    scottl
  
  Revision  Changes    Path
  1.151     +1 -1      src/sys/dev/aac/aac.c
  1.34      +5 -2      src/sys/dev/aac/aac_cam.c
  1.55      +0 -7      src/sys/dev/aac/aacvar.h



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