Deleted Added
full compact
options (113384) options (113393)
1# $FreeBSD: head/sys/conf/options 113384 2003-04-12 06:11:46Z silby $
1# $FreeBSD: head/sys/conf/options 113393 2003-04-12 09:40:37Z des $
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

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

67
68AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug
69 # output. Adds ~215k to driver.
70
71ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory
72 # mapped I/O
73
74# Miscellaneous options.
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

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

67
68AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug
69 # output. Adds ~215k to driver.
70
71ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory
72 # mapped I/O
73
74# Miscellaneous options.
75ALQ opt_alq.h
75ALQ
76ADAPTIVE_MUTEXES
77COMPAT_43 opt_compat.h
78COMPAT_FREEBSD4 opt_compat.h
79COMPAT_SUNOS opt_compat.h
80NO_COMPAT_FREEBSD4 opt_compat.h
81COMPILING_LINT opt_global.h
82CY_PCI_FASTINTR
83CONSPEED opt_comconsole.h

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

148# POSIX kernel options
149_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
150P1003_1B_SEMAPHORES opt_posix.h
151
152#####################################################################
153# SECURITY POLICY PARAMETERS
154
155# Support for Mandatory Access Control (MAC)
76ADAPTIVE_MUTEXES
77COMPAT_43 opt_compat.h
78COMPAT_FREEBSD4 opt_compat.h
79COMPAT_SUNOS opt_compat.h
80NO_COMPAT_FREEBSD4 opt_compat.h
81COMPILING_LINT opt_global.h
82CY_PCI_FASTINTR
83CONSPEED opt_comconsole.h

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

148# POSIX kernel options
149_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
150P1003_1B_SEMAPHORES opt_posix.h
151
152#####################################################################
153# SECURITY POLICY PARAMETERS
154
155# Support for Mandatory Access Control (MAC)
156MAC opt_mac.h
156MAC
157MAC_BIBA opt_dontuse.h
158MAC_BSDEXTENDED opt_dontuse.h
159MAC_DEBUG opt_mac.h
160MAC_IFOFF opt_dontuse.h
161MAC_LOMAC opt_dontuse.h
162MAC_MLS opt_dontuse.h
163MAC_NONE opt_dontuse.h
164MAC_PARTITION opt_dontuse.h

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

344IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
345IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
346IPFIREWALL_FORWARD opt_ipfw.h
347IPV6FIREWALL opt_ip6fw.h
348IPV6FIREWALL_VERBOSE opt_ip6fw.h
349IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h
350IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
351IPSTEALTH
157MAC_BIBA opt_dontuse.h
158MAC_BSDEXTENDED opt_dontuse.h
159MAC_DEBUG opt_mac.h
160MAC_IFOFF opt_dontuse.h
161MAC_LOMAC opt_dontuse.h
162MAC_MLS opt_dontuse.h
163MAC_NONE opt_dontuse.h
164MAC_PARTITION opt_dontuse.h

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

344IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
345IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
346IPFIREWALL_FORWARD opt_ipfw.h
347IPV6FIREWALL opt_ip6fw.h
348IPV6FIREWALL_VERBOSE opt_ip6fw.h
349IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h
350IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
351IPSTEALTH
352IPX opt_ipx.h
352IPX
353IPXIP opt_ipx.h
354LIBMCHAIN
353IPXIP opt_ipx.h
354LIBMCHAIN
355NCP opt_ncp.h
355NCP
356NETATALK opt_atalk.h
357PPP_BSDCOMP opt_ppp.h
358PPP_DEFLATE opt_ppp.h
359PPP_FILTER opt_ppp.h
360RANDOM_IP_ID
361SLIP_IFF_OPTS opt_slip.h
362TCPDEBUG
363TCP_DROP_SYNFIN opt_tcp_input.h

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

412ATM_CORE opt_atm.h
413ATM_IP opt_atm.h
414ATM_SIGPVC opt_atm.h
415ATM_SPANS opt_atm.h
416ATM_UNI opt_atm.h
417
418# XXX Conflict: # of devices vs network protocol (Native ATM).
419# This makes "atm.h" unusable.
356NETATALK opt_atalk.h
357PPP_BSDCOMP opt_ppp.h
358PPP_DEFLATE opt_ppp.h
359PPP_FILTER opt_ppp.h
360RANDOM_IP_ID
361SLIP_IFF_OPTS opt_slip.h
362TCPDEBUG
363TCP_DROP_SYNFIN opt_tcp_input.h

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

412ATM_CORE opt_atm.h
413ATM_IP opt_atm.h
414ATM_SIGPVC opt_atm.h
415ATM_SPANS opt_atm.h
416ATM_UNI opt_atm.h
417
418# XXX Conflict: # of devices vs network protocol (Native ATM).
419# This makes "atm.h" unusable.
420NATM opt_natm.h
420NATM
421
422DPT_ALLOW_MEMIO opt_dpt.h # Allow PCI devices to use memory
423 # mapped I/O
424# DPT driver debug flags
425DPT_MEASURE_PERFORMANCE opt_dpt.h
426DPT_HANDLE_TIMEOUTS opt_dpt.h
427DPT_TIMEOUT_FACTOR opt_dpt.h
428DPT_LOST_IRQ opt_dpt.h

--- 187 unchanged lines hidden ---
421
422DPT_ALLOW_MEMIO opt_dpt.h # Allow PCI devices to use memory
423 # mapped I/O
424# DPT driver debug flags
425DPT_MEASURE_PERFORMANCE opt_dpt.h
426DPT_HANDLE_TIMEOUTS opt_dpt.h
427DPT_TIMEOUT_FACTOR opt_dpt.h
428DPT_LOST_IRQ opt_dpt.h

--- 187 unchanged lines hidden ---