Deleted Added
full compact
options (84151) options (84783)
1# $FreeBSD: head/sys/conf/options 84151 2001-09-29 22:32:03Z iedowse $
1# $FreeBSD: head/sys/conf/options 84783 2001-10-10 23:06:54Z ps $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

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

172HZ opt_param.h
173MAXFILES opt_param.h
174NBUF opt_param.h
175NMBCLUSTERS opt_param.h
176NSFBUFS opt_param.h
177VM_BCACHE_SIZE_MAX opt_param.h
178VM_SWZONE_SIZE_MAX opt_param.h
179MAXUSERS
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

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

172HZ opt_param.h
173MAXFILES opt_param.h
174NBUF opt_param.h
175NMBCLUSTERS opt_param.h
176NSFBUFS opt_param.h
177VM_BCACHE_SIZE_MAX opt_param.h
178VM_SWZONE_SIZE_MAX opt_param.h
179MAXUSERS
180DFLDSIZ opt_param.h
181MAXDSIZ opt_param.h
182MAXSSIZ opt_param.h
180
181# Generic SCSI options.
182CAM_MAX_HIGHPOWER opt_cam.h
183CAMDEBUG opt_cam.h
184CAM_DEBUG_DELAY opt_cam.h
185CAM_DEBUG_BUS opt_cam.h
186CAM_DEBUG_TARGET opt_cam.h
187CAM_DEBUG_LUN opt_cam.h

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

238ATAPI_DEBUG opt_ata.h
239ATA_DEBUG opt_ata.h
240ATA_STATIC_ID opt_ata.h
241DEV_ATADISK opt_ata.h
242DEV_ATAPICD opt_ata.h
243DEV_ATAPIST opt_ata.h
244DEV_ATAPIFD opt_ata.h
245
183
184# Generic SCSI options.
185CAM_MAX_HIGHPOWER opt_cam.h
186CAMDEBUG opt_cam.h
187CAM_DEBUG_DELAY opt_cam.h
188CAM_DEBUG_BUS opt_cam.h
189CAM_DEBUG_TARGET opt_cam.h
190CAM_DEBUG_LUN opt_cam.h

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

241ATAPI_DEBUG opt_ata.h
242ATA_DEBUG opt_ata.h
243ATA_STATIC_ID opt_ata.h
244DEV_ATADISK opt_ata.h
245DEV_ATAPICD opt_ata.h
246DEV_ATAPIST opt_ata.h
247DEV_ATAPIFD opt_ata.h
248
246# Resource limits.
247DFLDSIZ opt_rlimit.h
248MAXDSIZ opt_rlimit.h
249MAXSSIZ opt_rlimit.h
250
251# Net stuff.
252ACCEPT_FILTER_DATA
253ACCEPT_FILTER_HTTP
254BOOTP opt_bootp.h
255BOOTP_COMPAT opt_bootp.h
256BOOTP_NFSROOT opt_bootp.h
257BOOTP_NFSV3 opt_bootp.h
258BOOTP_WIRED_TO opt_bootp.h

--- 270 unchanged lines hidden ---
249# Net stuff.
250ACCEPT_FILTER_DATA
251ACCEPT_FILTER_HTTP
252BOOTP opt_bootp.h
253BOOTP_COMPAT opt_bootp.h
254BOOTP_NFSROOT opt_bootp.h
255BOOTP_NFSV3 opt_bootp.h
256BOOTP_WIRED_TO opt_bootp.h

--- 270 unchanged lines hidden ---