From owner-cvs-all Sat Sep 9 18:46:18 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 F3FA337B422; Sat, 9 Sep 2000 18:46:14 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61369; Sat, 9 Sep 2000 18:46:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009100146.SAA61369@freefall.freebsd.org> From: Paul Saab Date: Sat, 9 Sep 2000 18:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/09 18:46:14 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/libi386 pxe.c Log: MFC: [rev 1.16] 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.3.2.5 +44 -5 src/sys/boot/i386/libi386/pxe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message