From owner-cvs-sys Sat Apr 12 21:07:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA14218 for cvs-sys-outgoing; Sat, 12 Apr 1997 21:07:31 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA14211; Sat, 12 Apr 1997 21:07:28 -0700 (PDT) Date: Sat, 12 Apr 1997 21:07:28 -0700 (PDT) From: John Dyson Message-Id: <199704130407.VAA14211@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/04/12 21:07:27 Modified: sys/i386/i386 machdep.c Log: Decrease the amount of memory allocated for bouncing. This will allow large systems to boot successfully with bounce buffers compiled in. We are now limiting bounce space to 512K. The 8MB allocated for a 512MB system is very bogus -- and that is now fixed. Revision Changes Path 1.237 +3 -1 src/sys/i386/i386/machdep.c