summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-16 10:09:21 +0000
committerattilio <attilio@FreeBSD.org>2012-10-16 10:09:21 +0000
commit745884b065065ffc8847d3ea463bf751ffcaf863 (patch)
treea028fc96c7aedd3e834bbdcd5588b52e5de15399 /sys
parent7dc3733076610c93f2600141068413bb55d2b00d (diff)
downloadFreeBSD-src-745884b065065ffc8847d3ea463bf751ffcaf863.zip
FreeBSD-src-745884b065065ffc8847d3ea463bf751ffcaf863.tar.gz
Disconnect non-MPSAFE CODAFS from the build in preparation for dropping
GIANT from VFS. This is not targeted for MFC.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/forth/loader.conf1
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/conf/files6
-rw-r--r--sys/conf/options2
-rw-r--r--sys/modules/Makefile2
5 files changed, 0 insertions, 18 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index d833171..891a276 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -162,7 +162,6 @@ atavia_load="NO" # VIA Technologies Inc.
# Filesystems
cd9660_load="NO" # ISO 9660 filesystem
-coda_load="NO" # CODA filesystem
fdescfs_load="NO" # Filedescriptors filesystem
linprocfs_load="NO" # Linux compatibility process filesystem
linsysfs_load="NO" # Linux compatibility system filesystem
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8497cb2..fb82356 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1085,13 +1085,6 @@ options NFS_GATHERDELAY=10 # Default write gather delay (msec)
options NFS_WDELAYHASHSIZ=16 # and with this
options NFS_DEBUG # Enable NFS Debugging
-# Coda stuff:
-options CODA #CODA filesystem.
-device vcoda #coda minicache <-> venus comm.
-# Use the old Coda 5.x venus<->kernel interface instead of the new
-# realms-aware 6.x protocol.
-#options CODA_COMPAT_5
-
#
# Add support for the EXT2FS filesystem of Linux fame. Be a bit
# careful with this - the ext2fs code has a tendency to lag behind
diff --git a/sys/conf/files b/sys/conf/files
index 6e44776..e2aedee 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2304,12 +2304,6 @@ dev/xe/if_xe.c optional xe
dev/xe/if_xe_pccard.c optional xe pccard
dev/xl/if_xl.c optional xl pci
dev/xl/xlphy.c optional xl pci
-fs/coda/coda_fbsd.c optional vcoda
-fs/coda/coda_psdev.c optional vcoda
-fs/coda/coda_subr.c optional vcoda
-fs/coda/coda_venus.c optional vcoda
-fs/coda/coda_vfsops.c optional vcoda
-fs/coda/coda_vnops.c optional vcoda
fs/deadfs/dead_vnops.c standard
fs/devfs/devfs_devs.c standard
fs/devfs/devfs_dir.c standard
diff --git a/sys/conf/options b/sys/conf/options
index e2ee309..246ac0e 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -68,7 +68,6 @@ ALQ
AUDIT opt_global.h
CAPABILITIES opt_capsicum.h
CAPABILITY_MODE opt_capsicum.h
-CODA_COMPAT_5 opt_coda.h
COMPAT_43 opt_compat.h
COMPAT_43TTY opt_compat.h
COMPAT_FREEBSD4 opt_compat.h
@@ -207,7 +206,6 @@ INCLUDE_CONFIG_FILE opt_config.h
# dependencies. Unusability is enforced by hiding the defines for the
# options in a never-included header.
CD9660 opt_dontuse.h
-CODA opt_dontuse.h
EXT2FS opt_dontuse.h
FDESCFS opt_dontuse.h
FFS opt_dontuse.h
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6bb7740..77d2bf4 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -67,8 +67,6 @@ SUBDIR= \
${_ciss} \
${_cm} \
${_cmx} \
- coda \
- coda5 \
${_coff} \
${_coretemp} \
${_cp} \
OpenPOWER on IntegriCloud