From owner-cvs-sys Sun Dec 1 07:47:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18587 for cvs-sys-outgoing; Sun, 1 Dec 1996 07:47:07 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18571; Sun, 1 Dec 1996 07:46:44 -0800 (PST) Date: Sun, 1 Dec 1996 07:46:44 -0800 (PST) From: John Dyson Message-Id: <199612011546.HAA18571@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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