From owner-cvs-all Wed Jun 5 4:10:44 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 8A9EC37B405; Wed, 5 Jun 2002 04:10:39 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55BAdY44819; Wed, 5 Jun 2002 04:10:39 -0700 (PDT) (envelope-from phk) Message-Id: <200206051110.g55BAdY44819@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 04:10:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/i386/boot2 Makefile 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 phk 2002/06/05 04:10:39 PDT Modified files: sys/boot/i386/boot2 Makefile boot2.c Added files: sys/boot/common ufsread.c Log: Preparation for UFS2 commit: Factor the ufs reading code out of the i386/boot2 loader so it can be reused by for instance sparc64. Sponsored by: DARPA and NAI Labs. Revision Changes Path 1.1 +183 -0 src/sys/boot/common/ufsread.c (new) 1.28 +1 -0 src/sys/boot/i386/boot2/Makefile 1.42 +3 -161 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