summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/arm/conf/ARMADAXP2
-rw-r--r--sys/arm/conf/ATMEL4
-rw-r--r--sys/arm/conf/AVILA2
-rw-r--r--sys/arm/conf/BEAGLEBONE2
-rw-r--r--sys/arm/conf/BWCT4
-rw-r--r--sys/arm/conf/CAMBRIA2
-rw-r--r--sys/arm/conf/CNS11XXNAS4
-rw-r--r--sys/arm/conf/CRB4
-rw-r--r--sys/arm/conf/CUBIEBOARD2
-rw-r--r--sys/arm/conf/CUBIEBOARD22
-rw-r--r--sys/arm/conf/DB-78XXX2
-rw-r--r--sys/arm/conf/DB-88F5XXX2
-rw-r--r--sys/arm/conf/DB-88F6XXX2
-rw-r--r--sys/arm/conf/EB92004
-rw-r--r--sys/arm/conf/EFIKA_MX4
-rw-r--r--sys/arm/conf/EP802194
-rw-r--r--sys/arm/conf/ETHERNUT54
-rw-r--r--sys/arm/conf/EXYNOS5.common2
-rw-r--r--sys/arm/conf/GUMSTIX4
-rw-r--r--sys/arm/conf/HL2004
-rw-r--r--sys/arm/conf/HL2014
-rw-r--r--sys/arm/conf/IMX534
-rw-r--r--sys/arm/conf/IMX64
-rw-r--r--sys/arm/conf/IQ312444
-rw-r--r--sys/arm/conf/KB920X4
-rw-r--r--sys/arm/conf/LN2410SBC2
-rw-r--r--sys/arm/conf/NSLU4
-rw-r--r--sys/arm/conf/PANDABOARD2
-rw-r--r--sys/arm/conf/QILA9G204
-rw-r--r--sys/arm/conf/RK31882
-rw-r--r--sys/arm/conf/RPI-B2
-rw-r--r--sys/arm/conf/SAM9260EK4
-rw-r--r--sys/arm/conf/SAM9G20EK4
-rw-r--r--sys/arm/conf/SAM9X25EK4
-rw-r--r--sys/arm/conf/SHEEVAPLUG2
-rw-r--r--sys/arm/conf/SN9G454
-rw-r--r--sys/arm/conf/SOCKIT2
-rw-r--r--sys/arm/conf/SOCKIT-BERI2
-rw-r--r--sys/arm/conf/TS78002
-rw-r--r--sys/arm/conf/VERSATILEPB2
-rw-r--r--sys/arm/conf/VYBRID2
-rw-r--r--sys/arm/conf/ZEDBOARD2
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/XBOX4
-rw-r--r--sys/i386/conf/XEN4
-rw-r--r--sys/mips/conf/BERI_DE4_BASE2
-rw-r--r--sys/pc98/conf/GENERIC4
-rw-r--r--sys/powerpc/conf/GENERIC4
-rw-r--r--sys/powerpc/conf/GENERIC644
-rw-r--r--sys/powerpc/conf/WII4
-rw-r--r--sys/sparc64/conf/GENERIC4
53 files changed, 84 insertions, 85 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index e4cf063..370ab10 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -37,8 +37,8 @@ options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/ARMADAXP b/sys/arm/conf/ARMADAXP
index e242c4a..32c610c 100644
--- a/sys/arm/conf/ARMADAXP
+++ b/sys/arm/conf/ARMADAXP
@@ -39,7 +39,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/ATMEL b/sys/arm/conf/ATMEL
index 615e06e..2da5017 100644
--- a/sys/arm/conf/ATMEL
+++ b/sys/arm/conf/ATMEL
@@ -44,8 +44,8 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options TMPFS # Efficient memory filesystem
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA
index aed017d..cbf27a2 100644
--- a/sys/arm/conf/AVILA
+++ b/sys/arm/conf/AVILA
@@ -52,7 +52,7 @@ options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
options BOOTP_NFSROOT
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 6f7e53e..cda34df 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -39,7 +39,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/BWCT b/sys/arm/conf/BWCT
index 5ed552b..a9e0e78 100644
--- a/sys/arm/conf/BWCT
+++ b/sys/arm/conf/BWCT
@@ -46,8 +46,8 @@ options SOFTUPDATES # Enable FFS soft updates support
#options MD_ROOT_SIZE=4096 # 4MB ram disk
#options ROOTDEVNAME=\"ufs:md0\"
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP_NFSROOT
diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA
index 55c7257..af29b23 100644
--- a/sys/arm/conf/CAMBRIA
+++ b/sys/arm/conf/CAMBRIA
@@ -53,7 +53,7 @@ options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
options BOOTP_NFSROOT
diff --git a/sys/arm/conf/CNS11XXNAS b/sys/arm/conf/CNS11XXNAS
index 903fd05..5ba2217 100644
--- a/sys/arm/conf/CNS11XXNAS
+++ b/sys/arm/conf/CNS11XXNAS
@@ -67,8 +67,8 @@ options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options TMPFS # Efficient memory filesystem
diff --git a/sys/arm/conf/CRB b/sys/arm/conf/CRB
index d3d1a4b..641ba9f 100644
--- a/sys/arm/conf/CRB
+++ b/sys/arm/conf/CRB
@@ -40,8 +40,8 @@ options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
#options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/CUBIEBOARD b/sys/arm/conf/CUBIEBOARD
index 40fe313..2ca5015 100644
--- a/sys/arm/conf/CUBIEBOARD
+++ b/sys/arm/conf/CUBIEBOARD
@@ -38,7 +38,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/CUBIEBOARD2 b/sys/arm/conf/CUBIEBOARD2
index 6b8d830..2ccdb59 100644
--- a/sys/arm/conf/CUBIEBOARD2
+++ b/sys/arm/conf/CUBIEBOARD2
@@ -38,7 +38,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/DB-78XXX b/sys/arm/conf/DB-78XXX
index a09c5bd..2cfd5da 100644
--- a/sys/arm/conf/DB-78XXX
+++ b/sys/arm/conf/DB-78XXX
@@ -21,7 +21,7 @@ options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
options NANDFS # NAND Filesystem
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
diff --git a/sys/arm/conf/DB-88F5XXX b/sys/arm/conf/DB-88F5XXX
index 2cdd653..c2b4b58 100644
--- a/sys/arm/conf/DB-88F5XXX
+++ b/sys/arm/conf/DB-88F5XXX
@@ -20,7 +20,7 @@ options GEOM_PART_BSD # BSD partition scheme
options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
diff --git a/sys/arm/conf/DB-88F6XXX b/sys/arm/conf/DB-88F6XXX
index c0a81fc..c39e4a1 100644
--- a/sys/arm/conf/DB-88F6XXX
+++ b/sys/arm/conf/DB-88F6XXX
@@ -21,7 +21,7 @@ options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
options NANDFS # NAND Filesystem
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
diff --git a/sys/arm/conf/EB9200 b/sys/arm/conf/EB9200
index 49f0676..a5ec5eb 100644
--- a/sys/arm/conf/EB9200
+++ b/sys/arm/conf/EB9200
@@ -36,8 +36,8 @@ options FFS # Berkeley Fast Filesystem
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
#options ROOTDEVNAME=\"ufs:/dev/da0s1a\"
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP_NFSROOT
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX
index 459cd79..6ea9d8a 100644
--- a/sys/arm/conf/EFIKA_MX
+++ b/sys/arm/conf/EFIKA_MX
@@ -36,8 +36,8 @@ options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
#options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219
index 6b7e6d5..35bcb17 100644
--- a/sys/arm/conf/EP80219
+++ b/sys/arm/conf/EP80219
@@ -39,8 +39,8 @@ options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options TMPFS # Efficient memory filesystem
diff --git a/sys/arm/conf/ETHERNUT5 b/sys/arm/conf/ETHERNUT5
index 88f9949..376336a 100644
--- a/sys/arm/conf/ETHERNUT5
+++ b/sys/arm/conf/ETHERNUT5
@@ -39,8 +39,8 @@ options SOFTUPDATES # Enable FFS soft updates support
options UFS_DIRHASH # Improve performance on big directories
#options UFS_GJOURNAL # Enable gjournal-based UFS journaling
#options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options GEOM_PART_BSD # BSD partition scheme
diff --git a/sys/arm/conf/EXYNOS5.common b/sys/arm/conf/EXYNOS5.common
index 55dcb6e..d8fe5d6 100644
--- a/sys/arm/conf/EXYNOS5.common
+++ b/sys/arm/conf/EXYNOS5.common
@@ -35,7 +35,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/GUMSTIX b/sys/arm/conf/GUMSTIX
index d430d8f..97d0ac7 100644
--- a/sys/arm/conf/GUMSTIX
+++ b/sys/arm/conf/GUMSTIX
@@ -44,8 +44,8 @@ options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
options NFS_ROOT # NFS usable as /, requires NFSCL
options GEOM_PART_BSD # BSD partition scheme
options GEOM_PART_MBR # MBR partition scheme
diff --git a/sys/arm/conf/HL200 b/sys/arm/conf/HL200
index 6c8140e..3c0f4e8 100644
--- a/sys/arm/conf/HL200
+++ b/sys/arm/conf/HL200
@@ -41,8 +41,8 @@ options FFS # Berkeley Fast Filesystem
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP_NFSROOT
diff --git a/sys/arm/conf/HL201 b/sys/arm/conf/HL201
index 8a15544..6a477af 100644
--- a/sys/arm/conf/HL201
+++ b/sys/arm/conf/HL201
@@ -40,8 +40,8 @@ options FFS # Berkeley Fast Filesystem
#options MD_ROOT_SIZE=4096 # 4MB ram disk
options NANDFS # NAND file system
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
diff --git a/sys/arm/conf/IMX53 b/sys/arm/conf/IMX53
index 12cd4cf..d627c25 100644
--- a/sys/arm/conf/IMX53
+++ b/sys/arm/conf/IMX53
@@ -33,8 +33,8 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6
index bdaab26..edee10f 100644
--- a/sys/arm/conf/IMX6
+++ b/sys/arm/conf/IMX6
@@ -33,8 +33,8 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244
index a9c66f0..2066fb8 100644
--- a/sys/arm/conf/IQ31244
+++ b/sys/arm/conf/IQ31244
@@ -40,8 +40,8 @@ options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options GEOM_PART_BSD # BSD partition scheme
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index eb05d00..1fc23be 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -42,8 +42,8 @@ options FFS # Berkeley Fast Filesystem
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
#options NFS_ROOT # NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
diff --git a/sys/arm/conf/LN2410SBC b/sys/arm/conf/LN2410SBC
index d4407eb..b2f64a0 100644
--- a/sys/arm/conf/LN2410SBC
+++ b/sys/arm/conf/LN2410SBC
@@ -44,7 +44,7 @@ options ROOTDEVNAME=\"ufs:da0s1\"
#options BOOTP
#options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
-#options NFSCL # New Network Filesystem Client
+#options NFSCL # Network Filesystem Client
#options NFS_ROOT # NFS usable as root device
options GEOM_PART_BSD # BSD partition scheme
diff --git a/sys/arm/conf/NSLU b/sys/arm/conf/NSLU
index 4f40c46..e12c5a5 100644
--- a/sys/arm/conf/NSLU
+++ b/sys/arm/conf/NSLU
@@ -59,8 +59,8 @@ options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options GEOM_PART_BSD # BSD partition scheme
diff --git a/sys/arm/conf/PANDABOARD b/sys/arm/conf/PANDABOARD
index f6ecee3..551de73 100644
--- a/sys/arm/conf/PANDABOARD
+++ b/sys/arm/conf/PANDABOARD
@@ -44,7 +44,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/QILA9G20 b/sys/arm/conf/QILA9G20
index 39873f7..7559c31 100644
--- a/sys/arm/conf/QILA9G20
+++ b/sys/arm/conf/QILA9G20
@@ -41,8 +41,8 @@ options FFS # Berkeley Fast Filesystem
#options UFS_DIRHASH # Improve performance on big directories
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
#options NFS_ROOT # NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
diff --git a/sys/arm/conf/RK3188 b/sys/arm/conf/RK3188
index bbea7c1..13e2ed0 100644
--- a/sys/arm/conf/RK3188
+++ b/sys/arm/conf/RK3188
@@ -34,7 +34,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index c1013d1..db6d3b5 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -34,7 +34,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/SAM9260EK b/sys/arm/conf/SAM9260EK
index dd0d52e..7e88ee1 100644
--- a/sys/arm/conf/SAM9260EK
+++ b/sys/arm/conf/SAM9260EK
@@ -41,8 +41,8 @@ options UFS_DIRHASH # Improve performance on big directories
#options UFS_GJOURNAL # Enable gjournal-based UFS journaling
#options MD_ROOT # MD is a potential root device
options NANDFS # NAND file system
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options TMPFS # Efficient memory filesystem
diff --git a/sys/arm/conf/SAM9G20EK b/sys/arm/conf/SAM9G20EK
index b37a52c..7f3d15c 100644
--- a/sys/arm/conf/SAM9G20EK
+++ b/sys/arm/conf/SAM9G20EK
@@ -42,8 +42,8 @@ options FFS # Berkeley Fast Filesystem
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
options NANDFS # NAND file system
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
#options NFS_ROOT # NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
diff --git a/sys/arm/conf/SAM9X25EK b/sys/arm/conf/SAM9X25EK
index e3f5933..419e456 100644
--- a/sys/arm/conf/SAM9X25EK
+++ b/sys/arm/conf/SAM9X25EK
@@ -43,8 +43,8 @@ options FFS # Berkeley Fast Filesystem
#options UFS_DIRHASH # Improve performance on big directories
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
#options NFS_ROOT # NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
diff --git a/sys/arm/conf/SHEEVAPLUG b/sys/arm/conf/SHEEVAPLUG
index dc49b6a..10a46da 100644
--- a/sys/arm/conf/SHEEVAPLUG
+++ b/sys/arm/conf/SHEEVAPLUG
@@ -21,7 +21,7 @@ options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
options NANDFS # NAND Filesystem
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
diff --git a/sys/arm/conf/SN9G45 b/sys/arm/conf/SN9G45
index 2f4fa99..dec6681 100644
--- a/sys/arm/conf/SN9G45
+++ b/sys/arm/conf/SN9G45
@@ -40,8 +40,8 @@ options FFS # Berkeley Fast Filesystem
#options UFS_DIRHASH # Improve performance on big directories
#options MD_ROOT # MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
#options NFS_ROOT # NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
diff --git a/sys/arm/conf/SOCKIT b/sys/arm/conf/SOCKIT
index 83f25f2..d043312 100644
--- a/sys/arm/conf/SOCKIT
+++ b/sys/arm/conf/SOCKIT
@@ -37,7 +37,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/SOCKIT-BERI b/sys/arm/conf/SOCKIT-BERI
index 59e8c2c..1ea73c1 100644
--- a/sys/arm/conf/SOCKIT-BERI
+++ b/sys/arm/conf/SOCKIT-BERI
@@ -37,7 +37,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/TS7800 b/sys/arm/conf/TS7800
index 49ec878..484bc55 100644
--- a/sys/arm/conf/TS7800
+++ b/sys/arm/conf/TS7800
@@ -18,7 +18,7 @@ options INET # InterNETworking
options INET6 # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options BOOTP
diff --git a/sys/arm/conf/VERSATILEPB b/sys/arm/conf/VERSATILEPB
index 2132389..c02d18c 100644
--- a/sys/arm/conf/VERSATILEPB
+++ b/sys/arm/conf/VERSATILEPB
@@ -43,7 +43,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/VYBRID b/sys/arm/conf/VYBRID
index 7ff206e..6ac541e 100644
--- a/sys/arm/conf/VYBRID
+++ b/sys/arm/conf/VYBRID
@@ -38,7 +38,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/arm/conf/ZEDBOARD b/sys/arm/conf/ZEDBOARD
index d9c5915..3559991 100644
--- a/sys/arm/conf/ZEDBOARD
+++ b/sys/arm/conf/ZEDBOARD
@@ -37,7 +37,7 @@ options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
#options NFSSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8199591..c6ccc7e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1019,7 +1019,7 @@ options DUMMYNET
# One of these is mandatory:
options FFS #Fast filesystem
-options NFSCL #Network File System client
+options NFSCL #Network File System client
# The rest are optional:
options AUTOFS #Automounter filesystem
@@ -1028,8 +1028,7 @@ options FDESCFS #File descriptor filesystem
options FUSE #FUSE support module
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NFSLOCKD #Network Lock Manager
-options NFSCL #New Network Filesystem Client
-options NFSD #New Network Filesystem Server
+options NFSD #Network Filesystem Server
options KGSSAPI #Kernel GSSAPI implementation
options NULLFS #NULL filesystem
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 9a0c3bc..29d56da 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -39,8 +39,8 @@ options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX
index 73f81e4..5a8ded0 100644
--- a/sys/i386/conf/XBOX
+++ b/sys/i386/conf/XBOX
@@ -27,8 +27,8 @@ options SOFTUPDATES # Enable FFS soft updates support
#options UFS_ACL # Support for access control lists
#options UFS_DIRHASH # Improve performance on big directories
#options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-#options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+#options NFSD # Network Filesystem Server
#options NFSLOCKD # Network Lock Manager
#options NFS_ROOT # NFS usable as /, requires NFSCL
#options MSDOSFS # MSDOS Filesystem
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 7cec0ff..dd83670 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -25,8 +25,8 @@ options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/mips/conf/BERI_DE4_BASE b/sys/mips/conf/BERI_DE4_BASE
index 84adf79..f2c24c8 100644
--- a/sys/mips/conf/BERI_DE4_BASE
+++ b/sys/mips/conf/BERI_DE4_BASE
@@ -11,7 +11,7 @@ include "BERI_TEMPLATE"
ident BERI_DE4_BASE
-options NFSCL # New Network Filesystem Client
+options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 299606a..2312658 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -37,8 +37,8 @@ options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index d1ee43c..e3939be 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -44,8 +44,8 @@ options UFS_DIRHASH #Improve performance on big directories
options UFS_GJOURNAL #Enable gjournal-based UFS journaling
options QUOTA #Enable disk quotas for UFS
options MD_ROOT #MD is a potential root device
-options NFSCL #New Network Filesystem Client
-options NFSD #New Network Filesystem Server
+options NFSCL #Network Filesystem Client
+options NFSD #Network Filesystem Server
options NFSLOCKD #Network Lock Manager
options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 6bfa270..110749c 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -45,8 +45,8 @@ options UFS_DIRHASH #Improve performance on big directories
options UFS_GJOURNAL #Enable gjournal-based UFS journaling
options QUOTA #Enable disk quotas for UFS
options MD_ROOT #MD is a potential root device
-options NFSCL #New Network Filesystem Client
-options NFSD #New Network Filesystem Server
+options NFSCL #Network Filesystem Client
+options NFSD #Network Filesystem Server
options NFSLOCKD #Network Lock Manager
options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem
diff --git a/sys/powerpc/conf/WII b/sys/powerpc/conf/WII
index 8e21f2a..ebfaffc 100644
--- a/sys/powerpc/conf/WII
+++ b/sys/powerpc/conf/WII
@@ -22,8 +22,8 @@ options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options UFS_GJOURNAL #Enable gjournal-based UFS journaling
options MD_ROOT #MD is a potential root device
-options NFSCL #New Network Filesystem Client
-options NFSD #New Network Filesystem Server
+options NFSCL #Network Filesystem Client
+options NFSD #Network Filesystem Server
options NFSLOCKD #Network Lock Manager
options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 0f9aa1b..5685185 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -38,8 +38,8 @@ options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options QUOTA # Enable disk quotas for UFS
options MD_ROOT # MD is a potential root device
-options NFSCL # New Network Filesystem Client
-options NFSD # New Network Filesystem Server
+options NFSCL # Network Filesystem Client
+options NFSD # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
#options MSDOSFS # MSDOS Filesystem
OpenPOWER on IntegriCloud