Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 00:36:07 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h
Message-ID:  <200410150036.i9F0a7Lc041981@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2004-10-15 00:36:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hifn         hifn7751.c hifn7751var.h 
  Log:
  Move session state from on-card memory to host memory so we no longer are
  constrained to a small number of sessions by the small on-card memories found
  in newer devices.  This is really a stopgap solution as having session state
  in main memory incurs a (small but noticeable) performance penalty. The better
  solution is to manage session state so that it's cached on chip.
  
  Obtained from:  openbsd
  
  Revision  Changes    Path
  1.29      +43 -35    src/sys/dev/hifn/hifn7751.c
  1.5       +3 -8      src/sys/dev/hifn/hifn7751var.h



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