From 86bc58f0672fea3821ec218e1fbce562da0e7e1a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 13 Sep 2015 12:51:03 +0200 Subject: [PATCH] i386 removal, part 40/x: Remove BOOTP_NFSV3 kernel option. NFS root mounts default to NFSv3 since b9a7a2bd9ad2 from 2009. The only other place where it was used until recently was in i386's locore.s, which got removed in f4c88b0b86f1. --- share/examples/diskless/README.BOOTP | 1 - sys/conf/options | 1 - sys/config/LINT64 | 1 - 3 files changed, 3 deletions(-) diff --git a/share/examples/diskless/README.BOOTP b/share/examples/diskless/README.BOOTP index 963ea3b384..82c016005b 100644 --- a/share/examples/diskless/README.BOOTP +++ b/share/examples/diskless/README.BOOTP @@ -76,7 +76,6 @@ be useful to set up clients and server for diskless boot. # options BOOTP # Use BOOTP to obtain IP address/hostname options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info -options "BOOTP_NFSV3" # Use NFS v3 to NFS mount rootoptions options BOOTP_COMPAT # Workaround for broken bootp daemons. #options "BOOTP_WIRED_TO=de0" diff --git a/sys/conf/options b/sys/conf/options index 0550c8971b..bf3cb0d736 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -260,7 +260,6 @@ ACCEPT_FILTER_HTTP BOOTP opt_bootp.h BOOTP_COMPAT opt_bootp.h BOOTP_NFSROOT opt_bootp.h -BOOTP_NFSV3 opt_bootp.h BOOTP_WIRED_TO opt_bootp.h CARP opt_carp.h MROUTING opt_mrouting.h diff --git a/sys/config/LINT64 b/sys/config/LINT64 index ef4db1cea8..8e2f9fd91d 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -1804,7 +1804,6 @@ device pcfclock options BOOTP # Use BOOTP to obtain IP address/hostname options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info -options BOOTP_NFSV3 # Use NFS v3 to NFS mount root options BOOTP_COMPAT # Workaround for broken bootp daemons. options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP -- 2.41.0