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