cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h

Sam Leffler sam at FreeBSD.org
Thu Oct 14 17:36:08 PDT 2004


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


More information about the cvs-all mailing list