diff options
author | tegge <tegge@FreeBSD.org> | 1997-05-11 18:05:39 +0000 |
---|---|---|
committer | tegge <tegge@FreeBSD.org> | 1997-05-11 18:05:39 +0000 |
commit | 6ea632b44dfc80a6f21f88c5f84427f063bee17c (patch) | |
tree | d7cfe39e13dc35c119f55fcde1109a1b3dea8481 /sys/nfs/rpcv2.h | |
parent | 621252fef12f7c44a308ff711c0ebf0c7eae96a8 (diff) | |
download | FreeBSD-src-6ea632b44dfc80a6f21f88c5f84427f063bee17c.zip FreeBSD-src-6ea632b44dfc80a6f21f88c5f84427f063bee17c.tar.gz |
Bring in some kernel bootp support. This removes the need for netboot
to fill in the nfs_diskless structure, at the cost of some kernel
bloat. The advantage is that this code works on a wider range of
network adapters than netboot. Several new kernel options are
documented in LINT.
Obtained from: parts of the code comes from NetBSD.
Diffstat (limited to 'sys/nfs/rpcv2.h')
-rw-r--r-- | sys/nfs/rpcv2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index 86b82cc..fcb2694 100644 --- a/sys/nfs/rpcv2.h +++ b/sys/nfs/rpcv2.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)rpcv2.h 8.2 (Berkeley) 3/30/95 - * $Id$ + * $Id: rpcv2.h,v 1.7 1997/02/22 09:42:53 peter Exp $ */ @@ -91,6 +91,7 @@ /* RPC Prog definitions */ #define RPCPROG_MNT 100005 #define RPCMNT_VER1 1 +#define RPCMNT_VER3 3 #define RPCMNT_MOUNT 1 #define RPCMNT_DUMP 2 #define RPCMNT_UMOUNT 3 |