summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-03-08 15:34:23 +0000
committerrwatson <rwatson@FreeBSD.org>2002-03-08 15:34:23 +0000
commit34c01fe419884fbd0b5b99d83e31d79cdfd92b18 (patch)
treec7646376aa45c39109bbf6e29e5d5a46454a1e34 /sys/conf
parentf116f7a004a36164e57014bea847df22b21ff814 (diff)
downloadFreeBSD-src-34c01fe419884fbd0b5b99d83e31d79cdfd92b18.zip
FreeBSD-src-34c01fe419884fbd0b5b99d83e31d79cdfd92b18.tar.gz
Synchronize NOTES with -STABLE LINT with respects to the placement
and commenting of NETSMB, NETWMBCRYPTO, and SMBFS. In NOTES, they had all floated to the bottom of the file with the list of seemingly random and unclassified kernel options. This change moves them back up to the network protocol and file system areas, and also documents the dependencies.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6f7f572..7406b37 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -464,6 +464,14 @@ options NETATALKDEBUG #Appletalk debugging
#options NS #Xerox NS protocols
#options NSIP #XNS over IP
+#
+# SMB/CIFS requester
+# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV
+# options.
+# NETSMBCRYPTO enables support for encrypted passwords.
+options NETSMB #SMB/CIFS requester
+options NETSMBCRYPTO #encrypted password support for SMB
+
# mchain library. It can be either loaded as KLD or compiled into kernel
options LIBMCHAIN
@@ -737,6 +745,7 @@ options NULLFS #NULL filesystem
options PORTALFS #Portal filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
+options SMBFS #SMB/CIFS filesystem
options UMAPFS #UID map filesystem
options UNIONFS #Union filesystem
# options NODEVFS #disable devices filesystem
@@ -3043,12 +3052,9 @@ options METEOR_TEST_VIDEO
options NDEVFSINO=1025
options NDEVFSOVERFLOW=32769
options NETGRAPH_BRIDGE
-options NETSMB
-options NETSMBCRYPTO
# PFIL_HOOKS has no effect here since it is a subset of IPFILTER.
options PFIL_HOOKS
# SIMOS is broken since it is alpha-only but not ifdefed.
##options SIMOS
-options SMBFS
options VESA_DEBUG
options VGA_DEBUG
OpenPOWER on IntegriCloud