From owner-cvs-all Fri Jan 11 10:10:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id DEF5337B41A for ; Fri, 11 Jan 2002 10:10:45 -0800 (PST) Received: (qmail 26779 invoked from network); 11 Jan 2002 18:10:45 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Jan 2002 18:10:45 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200201111614.g0BGEZg96426@freefall.freebsd.org> Date: Fri, 11 Jan 2002 10:10:11 -0800 (PST) From: John Baldwin To: Ian Dowse Subject: RE: cvs commit: src/sys/boot/alpha/boot1 sys.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 11-Jan-02 Ian Dowse wrote: > 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 Yay! Thanks Ian! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message