aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
commit4bd4912865d61d45188daf139d777e1de7491a18 (patch)
treef72e01dc2540943cd4cda489aab412fe04a925aa /sys/conf/options
parent68da53c92e6a68ddb5365d3b6f59bbb5e8b2f8a5 (diff)
downloadsrc-4bd4912865d61d45188daf139d777e1de7491a18.tar.gz
src-4bd4912865d61d45188daf139d777e1de7491a18.zip
Add more options into the conf/options and i386/conf/options.i386 files
and the #include hooks so that 'make depend' is more useful. This covers most of the options I regularly use (but not all) and some other easy ones.
Notes
Notes: svn path=/head/; revision=14328
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options43
1 files changed, 40 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 63889ed8bedb..786cb06e6d7c 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,14 +1,51 @@
+# Option name filename
BOUNCE_BUFFERS opt_bounce.h
DDB
+KTRACE
FDESC opt_staticfs.h
KERNFS opt_staticfs.h
-KTRACE
NULLFS opt_staticfs.h
PORTAL opt_staticfs.h
PROCFS opt_staticfs.h
+UMAPFS opt_staticfs.h
+UNION opt_staticfs.h
QUOTA
SYSVSHM opt_sysvipc.h
SYSVSEM opt_sysvipc.h
SYSVMSG opt_sysvipc.h
-UMAPFS opt_staticfs.h
-UNION opt_staticfs.h
+UCONSOLE
+# Begin options used only in param.c
+NMBCLUSTERS opt_param.h
+SHMMAXPGS opt_param.h
+SHMMAX opt_param.h
+SHMMIN opt_param.h
+SHMMNI opt_param.h
+SHMSEG opt_param.h
+SHMALL opt_param.h
+SEMMAP opt_param.h
+SEMMNI opt_param.h
+SEMMNS opt_param.h
+SEMMNU opt_param.h
+SEMMSL opt_param.h
+SEMOPM opt_param.h
+SEMUME opt_param.h
+SEMUSZ opt_param.h
+SEMVMX opt_param.h
+SEMAEM opt_param.h
+MSGMAX opt_param.h
+MSGMNI opt_param.h
+MSGMNB opt_param.h
+MSGTQL opt_param.h
+MSGSSZ opt_param.h
+MSGSEG opt_param.h
+NBUF opt_param.h
+# end param.c options
+# generic SCSI options
+SCSI_REPORT_GEOMETRY opt_scsi.h
+SCSI_DELAY opt_scsi.h
+# Resource limits
+CHILD_MAX opt_rlimit.h
+OPEN_MAX opt_rlimit.h
+# Net stuff
+MROUTING opt_mrouting.h
+GATEWAY opt_defunct.h