summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-03-29 13:51:30 +0000
committerbde <bde@FreeBSD.org>1996-03-29 13:51:30 +0000
commit9e53680c285dce0690111fc5598abee970b75c31 (patch)
treea66a3baed3f1700aca93413f127a5960f82d8b61 /sys
parentaf3ddac7701ca3b43ad2a56280701d6c9a1c2747 (diff)
downloadFreeBSD-src-9e53680c285dce0690111fc5598abee970b75c31.zip
FreeBSD-src-9e53680c285dce0690111fc5598abee970b75c31.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options18
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 9efb144..c82a12a 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
OpenPOWER on IntegriCloud