Deleted Added
full compact
options (22975) options (25460)
1# $Id$
1# $Id: options,v 1.29 1997/02/22 09:28:14 peter Exp $
2
3# Format:
4# Option name filename
5
6# Miscellaneous options.
7BOUNCE_BUFFERS opt_bounce.h
8DDB
9DDB_UNATTENDED opt_ddb.h

--- 14 unchanged lines hidden (view full) ---

24# options in a never-included header.
25FDESC opt_dontuse.h
26KERNFS opt_dontuse.h
27NULLFS opt_dontuse.h
28PORTAL opt_dontuse.h
29PROCFS opt_dontuse.h
30UMAPFS opt_dontuse.h
31
2
3# Format:
4# Option name filename
5
6# Miscellaneous options.
7BOUNCE_BUFFERS opt_bounce.h
8DDB
9DDB_UNATTENDED opt_ddb.h

--- 14 unchanged lines hidden (view full) ---

24# options in a never-included header.
25FDESC opt_dontuse.h
26KERNFS opt_dontuse.h
27NULLFS opt_dontuse.h
28PORTAL opt_dontuse.h
29PROCFS opt_dontuse.h
30UMAPFS opt_dontuse.h
31
32# The cd9660 static filesystem has one slightly bogus static dependency
33# in sys/i386/i386/autoconf.c. If this filesystem is statically
34# compiled into the kernel, code for mounting a CD-ROM root filesystem
35# will be enabled. This is purposely unavailable for the LKM-based
36# version.
37CD9660
38
39# In particular multi-session CD-Rs might require a huge amount of
40# time in order to "settle". If we are about mounting them as the
41# root f/s, we gotta wait a little.
42CD9660_ROOTDELAY opt_cd9660.h
43
32# The union static file system has bogus static dependencies, so it isn't
33# hidden yet.
34UNION
35
36# Options used only in param.c.
37EXTRAVNODES opt_defunct.h
38MSGMNB opt_param.h
39MSGMNI opt_param.h

--- 48 unchanged lines hidden ---
44# The union static file system has bogus static dependencies, so it isn't
45# hidden yet.
46UNION
47
48# Options used only in param.c.
49EXTRAVNODES opt_defunct.h
50MSGMNB opt_param.h
51MSGMNI opt_param.h

--- 48 unchanged lines hidden ---