NetBSD/sys/nfs/files.nfs
cl 638599b22b 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.
2004-03-11 21:48:43 +00:00

35 lines
1.0 KiB
Plaintext

# $NetBSD: files.nfs,v 1.3 2004/03/11 21:48:43 cl Exp $
deffs fs_nfs.h NFS
defflag opt_nfs_boot.h NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
NFS_BOOT_GATEWAY NFS_BOOT_TCP
NFS_BOOT_BOOTSTATIC
defparam opt_nfs_boot.h NFS_BOOT_BOOTP_REQFILE NFS_BOOT_OPTIONS
NFS_BOOT_RWSIZE
NFS_BOOTSTATIC_MYIP NFS_BOOTSTATIC_GWIP
NFS_BOOTSTATIC_MASK NFS_BOOTSTATIC_SADDR
NFS_BOOTSTATIC_SERVER
defflag opt_nfs.h NFS_V2_ONLY
defflag NFSSERVER
file nfs/krpc_subr.c nfs
file nfs/nfs_bio.c nfs
file nfs/nfs_boot.c nfs
file nfs/nfs_bootdhcp.c nfs & (nfs_boot_bootp | nfs_boot_dhcp)
file nfs/nfs_bootparam.c nfs & nfs_boot_bootparam
file nfs/nfs_bootstatic.c nfs & nfs_boot_bootstatic
file nfs/nfs_kq.c nfs
file nfs/nfs_node.c nfs
file nfs/nfs_nqlease.c nfsserver | nfs
file nfs/nfs_serv.c nfsserver
file nfs/nfs_socket.c nfsserver | nfs
file nfs/nfs_srvcache.c nfsserver
file nfs/nfs_subs.c nfsserver | nfs
file nfs/nfs_syscalls.c nfsserver | nfs
file nfs/nfs_vfsops.c nfs
file nfs/nfs_vnops.c nfs