From owner-cvs-all Mon Jan 14 11:39:55 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 DE32C37B423; Mon, 14 Jan 2002 11:39:19 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0EJdJU02156; Mon, 14 Jan 2002 11:39:19 -0800 (PST) (envelope-from iedowse) Message-Id: <200201141939.g0EJdJU02156@freefall.freebsd.org> From: Ian Dowse Date: Mon, 14 Jan 2002 11:39:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.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/14 11:39:19 PST Modified files: sys/boot/i386/boot2 boot2.c Log: Make the i386 boot2 fully blocksize-agnostic, as has already been done with boot1 on the alpha. We use 4k buffers regardless of the actual filesystem block size. Remove the simple malloc() implementation, as it is no longer used. Revision Changes Path 1.35 +46 -48 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message