aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-03-29 13:51:30 +0000
committerBruce Evans <bde@FreeBSD.org>1996-03-29 13:51:30 +0000
commit81fc841cb24f8aaf7b0905590e084ed93842f93d (patch)
treea66a3baed3f1700aca93413f127a5960f82d8b61 /sys/conf/options
parent98189b75c367f85b55e39a3dcba68ab899cdae08 (diff)
downloadsrc-81fc841cb24f8aaf7b0905590e084ed93842f93d.tar.gz
src-81fc841cb24f8aaf7b0905590e084ed93842f93d.zip
Added newlines and punctuation.
Removed defunct options. It will be easy to keep track of bogus options by looking at CFLAGS when all real options are moved out of CFLAGS.
Notes
Notes: svn path=/head/; revision=14913
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options18
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 9efb1442eff7..c82a12a7ecd9 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,5 +1,7 @@
-# $Id$
+# $Id: options,v 1.9 1996/03/02 20:35:51 wollman Exp $
+
# Option name filename
+
BOUNCE_BUFFERS opt_bounce.h
DDB
KTRACE
@@ -15,7 +17,8 @@ SYSVSHM opt_sysvipc.h
SYSVSEM opt_sysvipc.h
SYSVMSG opt_sysvipc.h
UCONSOLE
-# Begin options used only in param.c
+
+# Options used only in param.c.
NMBCLUSTERS opt_param.h
SHMMAXPGS opt_param.h
SHMMAX opt_param.h
@@ -40,13 +43,14 @@ MSGTQL opt_param.h
MSGSSZ opt_param.h
MSGSEG opt_param.h
NBUF opt_param.h
-# end param.c options
-# generic SCSI options
+
+# Generic SCSI options.
SCSI_REPORT_GEOMETRY opt_scsi.h
SCSI_DELAY opt_scsi.h
-# Resource limits
+
+# Resource limits.
CHILD_MAX opt_rlimit.h
OPEN_MAX opt_rlimit.h
-# Net stuff
+
+# Net stuff.
MROUTING opt_mrouting.h
-GATEWAY opt_defunct.h