summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
committerattilio <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
commit65d8b7120dda17d3319b5cb108caf8e3596f905f (patch)
treebd8beba1f741059b6d9618b1d3ae6b157a5183c3 /sys/conf/files.i386
parent79873f5916d43087246ed5b95823cc20014e07a4 (diff)
downloadFreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.zip
FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.tar.gz
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC.
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index aaddfde..d4df01d 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -122,7 +122,7 @@ crypto/aesni/aesencdec_i386.S optional aesni
crypto/aesni/aeskeys_i386.S optional aesni
crypto/aesni/aesni.c optional aesni
crypto/aesni/aesni_wrap.c optional aesni
-crypto/des/arch/i386/des_enc.S optional crypto | ipsec | netsmb
+crypto/des/arch/i386/des_enc.S optional crypto | ipsec
crypto/via/padlock.c optional padlock
crypto/via/padlock_cipher.c optional padlock
crypto/via/padlock_hash.c optional padlock
OpenPOWER on IntegriCloud