Deleted Added
full compact
options (59241) options (59839)
1# $FreeBSD: head/sys/conf/options 59241 2000-04-15 03:34:27Z rwatson $
1# $FreeBSD: head/sys/conf/options 59839 2000-05-01 13:33:56Z peter $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

68SYSVSEM opt_sysvipc.h
69SYSVSHM opt_sysvipc.h
70SHMALL opt_sysvipc.h
71SHMMAX opt_sysvipc.h
72SHMMAXPGS opt_sysvipc.h
73SHMMIN opt_sysvipc.h
74SHMMNI opt_sysvipc.h
75SHMSEG opt_sysvipc.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

68SYSVSEM opt_sysvipc.h
69SYSVSHM opt_sysvipc.h
70SHMALL opt_sysvipc.h
71SHMMAX opt_sysvipc.h
72SHMMAXPGS opt_sysvipc.h
73SHMMIN opt_sysvipc.h
74SHMMNI opt_sysvipc.h
75SHMSEG opt_sysvipc.h
76SEMMAP opt_sysvipc.h
77SEMMNI opt_sysvipc.h
78SEMMNS opt_sysvipc.h
79SEMMNU opt_sysvipc.h
80SEMMSL opt_sysvipc.h
81SEMOPM opt_sysvipc.h
82SEMUME opt_sysvipc.h
83MSGMNB opt_sysvipc.h
84MSGMNI opt_sysvipc.h
85MSGSEG opt_sysvipc.h
86MSGSSZ opt_sysvipc.h
87MSGTQL opt_sysvipc.h
76UCONSOLE
77ICMP_BANDLIM
78VFS_AIO
79
80# POSIX kernel options
81P1003_1B opt_posix.h
82_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
83_KPOSIX_VERSION opt_posix.h

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

133# The union static file system has bogus static dependencies, so it isn't
134# hidden yet.
135UNION
136
137# Options used only in param.c.
138HZ opt_param.h
139MAXFILES opt_param.h
140MAXUSERS opt_param.h
88UCONSOLE
89ICMP_BANDLIM
90VFS_AIO
91
92# POSIX kernel options
93P1003_1B opt_posix.h
94_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
95_KPOSIX_VERSION opt_posix.h

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

145# The union static file system has bogus static dependencies, so it isn't
146# hidden yet.
147UNION
148
149# Options used only in param.c.
150HZ opt_param.h
151MAXFILES opt_param.h
152MAXUSERS opt_param.h
141MSGMNB opt_param.h
142MSGMNI opt_param.h
143MSGSEG opt_param.h
144MSGSSZ opt_param.h
145MSGTQL opt_param.h
146NBUF opt_param.h
147NMBCLUSTERS opt_param.h
148NSFBUFS opt_param.h
153NBUF opt_param.h
154NMBCLUSTERS opt_param.h
155NSFBUFS opt_param.h
149SEMMAP opt_param.h
150SEMMNI opt_param.h
151SEMMNS opt_param.h
152SEMMNU opt_param.h
153SEMMSL opt_param.h
154SEMOPM opt_param.h
155SEMUME opt_param.h
156
157# Generic SCSI options.
158CAM_MAX_HIGHPOWER opt_cam.h
159CAMDEBUG opt_cam.h
160CAM_DEBUG_DELAY opt_cam.h
161CAM_DEBUG_BUS opt_cam.h
162CAM_DEBUG_TARGET opt_cam.h
163CAM_DEBUG_LUN opt_cam.h

--- 291 unchanged lines hidden ---
156
157# Generic SCSI options.
158CAM_MAX_HIGHPOWER opt_cam.h
159CAMDEBUG opt_cam.h
160CAM_DEBUG_DELAY opt_cam.h
161CAM_DEBUG_BUS opt_cam.h
162CAM_DEBUG_TARGET opt_cam.h
163CAM_DEBUG_LUN opt_cam.h

--- 291 unchanged lines hidden ---