From dc98ee4196c8969bd3d587924ee9e570228ec62f Mon Sep 17 00:00:00 2001 From: dfr Date: Thu, 27 Mar 2008 11:54:20 +0000 Subject: Add kernel module support for nfslockd and krpc. Use the module system to detect (or load) kernel NLM support in rpc.lockd. Remove the '-k' option to rpc.lockd and make kernel NLM the default. A user can still force the use of the old user NLM by building a kernel without NFSLOCKD and/or removing the nfslockd.ko module. --- sys/pc98/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pc98') diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 2add059..b8fdced 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -41,6 +41,7 @@ options UFS_GJOURNAL # Enable gjournal-based UFS journaling options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server +options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem -- cgit v1.1