From owner-cvs-all Tue Sep 5 15:33:10 2000 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 9FF9637B422; Tue, 5 Sep 2000 15:33:07 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA73079; Tue, 5 Sep 2000 15:33:07 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009052233.PAA73079@freefall.freebsd.org> From: Mike Smith Date: Tue, 5 Sep 2000 15:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c src/sys/boot/i386/liloldr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/05 15:33:07 PDT Modified files: sys/boot/i386/libi386 pxe.c Log: Export the salient configuration items in a non-pxe-specific namespace to allow commonality between varying platforms. This is a step towards parsing the diskless configuration information with MI code inside the kernel. Export the interface hardware address to the kernel, so that it is possible to determine the boot interface with certainty. Export the NFS filehandle for the root mount to the kernel, so that the kernel does not need to perform a mount RPC call. Revision Changes Path 1.16 +45 -6 src/sys/boot/i386/libi386/pxe.c Modified files: sys/boot/i386/liloldr Makefile Log: Fix a bug which prevents parsing this Makefile without having a previously-built loader binary elsewhere. Revision Changes Path 1.3 +3 -1 src/sys/boot/i386/liloldr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message