From owner-cvs-all Fri Jan 11 8:14:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3434637B417; Fri, 11 Jan 2002 08:14:35 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0BGEZg96426; Fri, 11 Jan 2002 08:14:35 -0800 (PST) (envelope-from iedowse) Message-Id: <200201111614.g0BGEZg96426@freefall.freebsd.org> From: Ian Dowse Date: Fri, 11 Jan 2002 08:14:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/boot1 sys.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/01/11 08:14:35 PST Modified files: sys/boot/alpha/boot1 sys.c Log: Make the alpha boot1 work on filesystems that have a block size larger than 8k. We now use 4k buffers regardless of the filesystem block size, so there is no longer a static limit. Simply increasing the buffer size from 8k to 16k as done on the i386 doesn't work on the alpha, probably because it causes us to overshoot boot1's 48k runtime memory limit. Tested by: naddy Revision Changes Path 1.5 +41 -24 src/sys/boot/alpha/boot1/sys.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message