From owner-cvs-all Fri Jan 30 02:27:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03658 for cvs-all-outgoing; Fri, 30 Jan 1998 02:27:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03653; Fri, 30 Jan 1998 02:27:40 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11432; Fri, 30 Jan 1998 02:26:29 -0800 (PST) Date: Fri, 30 Jan 1998 02:26:29 -0800 (PST) Message-Id: <199801301026.CAA11432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c vm_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" dyson 1998/01/30 02:26:28 PST Modified files: sys/i386/i386 machdep.c vm_machdep.c Log: Make the bounce buffer code a little more robust when space isn't available. If there isn't bounce space available, the bounce code is disabled. This will allow most large systems to run properly when the bounce space is mistakenly allocated above 16MB. Revision Changes Path 1.285 +15 -16 src/sys/i386/i386/machdep.c 1.97 +10 -3 src/sys/i386/i386/vm_machdep.c