Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2010 20:28:47 +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:  <201001062029.o06KT7B1023288@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-01-06 20:28:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/aac          aac.c aac_cam.c aacvar.h 
  Log:
  SVN rev 201665 on 2010-01-06 20:28:47Z by jkim
  
  MFC:    r200251
  
  - 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.
  
  Revision   Changes    Path
  1.143.2.5  +1 -1      src/sys/dev/aac/aac.c
  1.31.2.3   +5 -2      src/sys/dev/aac/aac_cam.c
  1.52.2.3   +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?201001062029.o06KT7B1023288>