1# $Id: options,v 1.34 1997/09/16 18:35:56 joerg Exp $ 2 3# Format: 4# Option name filename 5 6# Miscellaneous options. 7BOUNCE_BUFFERS opt_bounce.h 8DDB 9DDB_UNATTENDED opt_ddb.h 10GDB_REMOTE_CHAT opt_ddb.h 11DEVFS_ROOT opt_devfs.h 12KTRACE 13QUOTA 14SYSVMSG opt_sysvipc.h 15SYSVSEM opt_sysvipc.h 16SYSVSHM opt_sysvipc.h 17UCONSOLE 18 19# Do we want the config file compiled into the kernel? 20INCLUDE_CONFIG_FILE opt_config.h 21 22# Options for static file systems. These should only be used at config 23# time, since the corresponding lkms cannot work if there are any static 24# dependencies. Unusability is enforced by hiding the defines for the 25# options in a never-included header. 26FDESC opt_dontuse.h 27KERNFS opt_dontuse.h 28MFS opt_dontuse.h 29NULLFS opt_dontuse.h 30PORTAL opt_dontuse.h 31PROCFS opt_dontuse.h 32UMAPFS opt_dontuse.h 33 34# The cd9660 static filesystem has one slightly bogus static dependency 35# in sys/i386/i386/autoconf.c. If this filesystem is statically 36# compiled into the kernel, code for mounting a CD-ROM root filesystem 37# will be enabled. This is purposely unavailable for the LKM-based 38# version. 39CD9660 40 41# In particular multi-session CD-Rs might require a huge amount of 42# time in order to "settle". If we are about mounting them as the 43# root f/s, we gotta wait a little. 44CD9660_ROOTDELAY opt_cd9660.h 45 46# The union static file system has bogus static dependencies, so it isn't 47# hidden yet. 48UNION 49 50# Options used only in param.c. 51EXTRAVNODES opt_defunct.h 52MSGMNB opt_param.h 53MSGMNI opt_param.h 54MSGSEG opt_param.h 55MSGSSZ opt_param.h 56MSGTQL opt_param.h 57NBUF opt_param.h 58NMBCLUSTERS opt_param.h 59SEMMAP opt_param.h 60SEMMNI opt_param.h 61SEMMNS opt_param.h 62SEMMNU opt_param.h 63SEMMSL opt_param.h 64SEMOPM opt_param.h 65SEMUME opt_param.h 66SHMALL opt_param.h 67SHMMAX opt_param.h 68SHMMAXPGS opt_param.h 69SHMMIN opt_param.h 70SHMMNI opt_param.h 71SHMSEG opt_param.h 72 73# Generic SCSI options. 74SCSIDEBUG opt_scsi.h 75SCSI_DELAY opt_scsi.h 76SCSI_REPORT_GEOMETRY opt_scsi.h 77 78# Options used only in scsi/od.c. 79OD_AUTO_TURNOFF opt_od.h 80OD_BOGUS_NOT_READY opt_od.h 81 82# Options used only in pci/ncr.c 83SCSI_NCR_DEBUG opt_ncr.h 84SCSI_NCR_DFLT_TAGS opt_ncr.h 85SCSI_NCR_MAX_SYNC opt_ncr.h 86SCSI_NCR_MAX_WIDE opt_ncr.h 87SCSI_NCR_MYADDR opt_ncr.h 88 89# Resource limits. 90CHILD_MAX opt_defunct.h 91DFLDSIZ opt_rlimit.h 92MAXDSIZ opt_rlimit.h 93OPEN_MAX opt_defunct.h 94 95# Net stuff. 96ARP_PROXYALL opt_defunct.h 97GATEWAY opt_defunct.h 98MROUTING opt_mrouting.h 99IPFIREWALL opt_ipfw.h 100IPFIREWALL_VERBOSE opt_ipfw.h 101IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h 102IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h 103PPP_BSDCOMP opt_ppp.h 104PPP_DEFLATE opt_ppp.h 105TCPDEBUG 106