Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 03/11/2004 21:48:43
Module Name:	src
Committed By:	cl
Date:		Thu Mar 11 21:48:43 UTC 2004

Modified Files:
	src/sys/nfs: files.nfs nfs_boot.c nfsdiskless.h
Added Files:
	src/sys/nfs: nfs_bootstatic.c

Log Message:
Add static nfs boot configuration, from the kernel config file or from
a driver selectable callback function.  This is used in the Xen port to
allow controlling  the domain's network setup from the domain building
environment at domain creation (vs. having to maintain/change this on a
dhcp server).  The Xen network driver parses a command line passed in
from the domain builder.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/nfs/files.nfs
cvs rdiff -r1.59 -r1.60 src/sys/nfs/nfs_boot.c
cvs rdiff -r0 -r1.1 src/sys/nfs/nfs_bootstatic.c
cvs rdiff -r1.20 -r1.21 src/sys/nfs/nfsdiskless.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.