Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 1996 07:46:44 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_bio.c src/sys/i386/i386 machdep.c
Message-ID:  <199612011546.HAA18571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

dyson       96/12/01 07:46:42

  Modified:    sys/kern  vfs_bio.c
               sys/i386/i386  machdep.c
  Log:
  Fix a problem with the new buffer_map management code.  Additionally,
  decrease the size of buffer_map to approx 2/3 of what it used to be
  (buffer_map can be smaller now.)  The original commit of these changes
  increased the size of buffer_map to the point where the system would
  not boot on large systems -- now large systems with large caches will
  have even less problems than before.
  
  Revision  Changes    Path
  1.108     +25 -15    src/sys/kern/vfs_bio.c
  1.215     +3 -3      src/sys/i386/i386/machdep.c



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