diff options
author | bde <bde@FreeBSD.org> | 1996-12-23 18:42:02 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-12-23 18:42:02 +0000 |
commit | 60c5bef91705534fc7d9fb80ceefddf5accb7fb3 (patch) | |
tree | 4ecb278f3926ef1ceaa497a22b265110e5197614 /sys | |
parent | b3c6afb2ba85bf78a58e2c5535a4a50a941de0e4 (diff) | |
download | FreeBSD-src-60c5bef91705534fc7d9fb80ceefddf5accb7fb3.zip FreeBSD-src-60c5bef91705534fc7d9fb80ceefddf5accb7fb3.tar.gz |
Sorted options.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/sys/conf/options b/sys/conf/options index e484e71..b814662 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,11 +1,19 @@ # $Id: options,v 1.20 1996/12/22 23:16:50 joerg Exp $ +# Format: # Option name filename +# Miscellaneous options. BOUNCE_BUFFERS opt_bounce.h DDB DDB_UNATTENDED opt_ddb.h +DEVFS_ROOT opt_devfs.h KTRACE +QUOTA +SYSVMSG opt_sysvipc.h +SYSVSEM opt_sysvipc.h +SYSVSHM opt_sysvipc.h +UCONSOLE # Options for static file systems. These should only be used at config # time, since the corresponding lkms cannot work if there are any static @@ -22,21 +30,17 @@ UMAPFS opt_dontuse.h # hidden yet. UNION -QUOTA -SYSVSHM opt_sysvipc.h -SYSVSEM opt_sysvipc.h -SYSVMSG opt_sysvipc.h -UCONSOLE - # Options used only in param.c. EXTRAVNODES opt_param.h +MSGMAX opt_param.h +MSGMNB opt_param.h +MSGMNI opt_param.h +MSGSEG opt_param.h +MSGSSZ opt_param.h +MSGTQL opt_param.h +NBUF opt_param.h 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 +SEMAEM opt_param.h SEMMAP opt_param.h SEMMNI opt_param.h SEMMNS opt_param.h @@ -46,41 +50,37 @@ 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 +SHMALL opt_param.h +SHMMAX opt_param.h +SHMMAXPGS opt_param.h +SHMMIN opt_param.h +SHMMNI opt_param.h +SHMSEG opt_param.h # Generic SCSI options. -SCSI_REPORT_GEOMETRY opt_scsi.h -SCSI_DELAY opt_scsi.h SCSIDEBUG opt_scsi.h +SCSI_DELAY opt_scsi.h +SCSI_REPORT_GEOMETRY opt_scsi.h # Options used only in scsi/od.c. -OD_BOGUS_NOT_READY opt_od.h OD_AUTO_TURNOFF opt_od.h +OD_BOGUS_NOT_READY opt_od.h # Options used only in pci/ncr.c -SCSI_NCR_MYADDR opt_ncr.h +SCSI_NCR_DEBUG opt_ncr.h +SCSI_NCR_DFLT_TAGS opt_ncr.h SCSI_NCR_MAX_SYNC opt_ncr.h SCSI_NCR_MAX_WIDE opt_ncr.h -SCSI_NCR_DFLT_TAGS opt_ncr.h -SCSI_NCR_DEBUG opt_ncr.h +SCSI_NCR_MYADDR opt_ncr.h # Resource limits. +DFLDSIZ opt_rlimit.h CHILD_MAX opt_rlimit.h -OPEN_MAX opt_rlimit.h MAXDSIZ opt_rlimit.h -DFLDSIZ opt_rlimit.h +OPEN_MAX opt_rlimit.h # Net stuff. MROUTING opt_mrouting.h IPFIREWALL opt_ipfw.h IPFIREWALL_VERBOSE opt_ipfw.h IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h - -DEVFS_ROOT opt_devfs.h |