| Commit | Line | Data |
|---|---|---|
| 984263bc MD |
1 | # $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $ |
| 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 | |
| 10 | # possible to have a full compile-test. If necessary, you can include | |
| 11 | # "opt_lint.h" and check for COMPILING_LINT to get maximum code | |
| 12 | # coverage. | |
| 13 | # | |
| 14 | # All new options shall also be listed in either "conf/options" or | |
| 46191a90 | 15 | # "platform/<platform>/conf/options". Options that affect a single |
| 984263bc MD |
16 | # source-file <xxx>.[c|s] should be directed into "opt_<xxx>.h", while |
| 17 | # options that affect multiple files should either go in | |
| 18 | # "opt_global.h" if this is a kernel-wide option (used just about | |
| 19 | # everywhere), or in "opt_<option-name-in-lower-case>.h" if it affect | |
| 20 | # only some files. Note that the effect of listing only an option | |
| 21 | # without a header-file-name in conf/options (and cousins) is that the | |
| 22 | # last convention is followed. | |
| 23 | # | |
| 24 | # This handling scheme is not yet fully implemented. | |
| 25 | # | |
| 26 | # | |
| 27 | # Format of this file: | |
| 28 | # Option name filename | |
| 29 | # | |
| 30 | # If filename is missing, the default is | |
| 31 | # opt_<name-of-option-in-lower-case>.h | |
| 32 | ||
| 33 | # Adaptec Array Controller driver options | |
| e9ae7f4f | 34 | AAC_DEBUG opt_aac.h |
| 984263bc MD |
35 | |
| 36 | # Adaptec aic7xxx SCSI controller options | |
| 37 | AHC_ALLOW_MEMIO opt_aic7xxx.h # Allow PCI devices to use memory | |
| 38 | # mapped I/O | |
| 39 | ||
| 40 | AHC_TMODE_ENABLE opt_aic7xxx.h # Bitmap of units to enable | |
| 41 | # targetmode operations. | |
| 42 | ||
| 43 | AHC_DUMP_EEPROM opt_aic7xxx.h # Dump the contents of our | |
| 44 | # configuration prom. | |
| 45 | ||
| 46 | AHC_DEBUG opt_aic7xxx.h # Compile in Aic7xxx Debugging code. | |
| 47 | ||
| 48 | AHC_DEBUG_OPTS opt_aic7xxx.h # Aic7xxx driver debugging options. | |
| 49 | # See sys/dev/aic7xxx/aic7xxx.h | |
| 50 | ||
| 51 | AHC_REG_PRETTY_PRINT opt_aic7xxx.h # Print register bitfields in debug | |
| 52 | # output. Adds ~15k to driver. | |
| 53 | ||
| 54 | # Adaptec aic79xx SCSI controller options | |
| 55 | AHD_DEBUG opt_aic79xx.h # Compile in Aic79xx Debugging code. | |
| 56 | ||
| 57 | AHD_DEBUG_OPTS opt_aic79xx.h # Aic79xx driver debugging options. | |
| 58 | # See sys/dev/aic7xxx/aic79xx.h | |
| 59 | ||
| 60 | AHD_TMODE_ENABLE opt_aic79xx.h # Bitmap of units to enable | |
| 61 | # targetmode operations. | |
| 62 | ||
| 63 | AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug | |
| 64 | # output. Adds ~15k to driver. | |
| 65 | ||
| 66 | ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory | |
| 67 | # mapped I/O | |
| 2063b358 | 68 | AMR_DEBUG opt_amr.h |
| 033d7ef0 | 69 | TWA_DEBUG opt_twa.h |
| 984263bc | 70 | |
| bf3e6b54 DR |
71 | #options for ACPI support |
| 72 | ACPI_DEBUG opt_acpi.h | |
| 73 | ACPI_NO_SEMAPHORES opt_acpi.h | |
| 92683a33 | 74 | ACPI_ENABLE_PCI opt_acpi.h |
| bf3e6b54 | 75 | |
| 984263bc | 76 | # Miscellaneous options. |
| db37e804 | 77 | COMPAT_DF12 opt_compatdf12.h |
| 984263bc MD |
78 | COMPAT_43 opt_compat.h |
| 79 | COMPAT_SUNOS opt_compat.h | |
| 80 | COMPILING_LINT opt_lint.h | |
| 984263bc | 81 | DDB |
| b1e04573 | 82 | DDB_TRACE |
| 984263bc MD |
83 | DDB_UNATTENDED opt_ddb.h |
| 84 | GDB_REMOTE_CHAT opt_ddb.h | |
| 984263bc MD |
85 | KTRACE |
| 86 | LIBICONV | |
| 87 | MD_NSECT opt_md.h | |
| 88 | MD_ROOT opt_md.h | |
| 89 | MD_ROOT_SIZE opt_md.h | |
| 249d29c8 | 90 | MFI_DEBUG opt_mfi.h |
| 984263bc MD |
91 | NSWAPDEV opt_swap.h |
| 92 | NSWBUF_MIN opt_swap.h | |
| 93 | PPS_SYNC opt_ntp.h | |
| 94 | QUOTA | |
| 984263bc MD |
95 | SUIDDIR opt_suiddir.h |
| 96 | SYSVMSG opt_sysvipc.h | |
| 97 | SYSVSEM opt_sysvipc.h | |
| 98 | SYSVSHM opt_sysvipc.h | |
| 984263bc MD |
99 | SHMMIN opt_sysvipc.h |
| 100 | SHMMNI opt_sysvipc.h | |
| 101 | SHMSEG opt_sysvipc.h | |
| 102 | SEMMAP opt_sysvipc.h | |
| 103 | SEMMNI opt_sysvipc.h | |
| 104 | SEMMNS opt_sysvipc.h | |
| 105 | SEMMNU opt_sysvipc.h | |
| 106 | SEMMSL opt_sysvipc.h | |
| 107 | SEMOPM opt_sysvipc.h | |
| 108 | SEMUME opt_sysvipc.h | |
| 109 | MSGMNB opt_sysvipc.h | |
| 110 | MSGMNI opt_sysvipc.h | |
| 111 | MSGSEG opt_sysvipc.h | |
| 112 | MSGSSZ opt_sysvipc.h | |
| 113 | MSGTQL opt_sysvipc.h | |
| 114 | UCONSOLE | |
| 115 | ICMP_BANDLIM | |
| 9da77dd0 | 116 | SHOW_BUSYBUFS |
| 984263bc MD |
117 | DIRECTIO opt_directio.h |
| 118 | ||
| 119 | # POSIX kernel options | |
| 120 | P1003_1B opt_posix.h | |
| 121 | _KPOSIX_PRIORITY_SCHEDULING opt_posix.h | |
| 122 | _KPOSIX_VERSION opt_posix.h | |
| 123 | ||
| 124 | # Do we want the config file compiled into the kernel? | |
| 125 | INCLUDE_CONFIG_FILE opt_config.h | |
| 126 | ||
| 127 | # Options for static file systems. These should only be used at config | |
| 128 | # time, since the corresponding lkms cannot work if there are any static | |
| 129 | # dependencies. Unusability is enforced by hiding the defines for the | |
| 130 | # options in a never-included header. | |
| 131 | EXT2FS opt_dontuse.h | |
| 132 | FDESC opt_dontuse.h | |
| c93b7f8a | 133 | HAMMER opt_dontuse.h |
| 7d7b24b8 | 134 | HPFS opt_dontuse.h |
| 984263bc MD |
135 | MFS opt_dontuse.h |
| 136 | MSDOSFS opt_dontuse.h | |
| c93b7f8a | 137 | NTFS opt_dontuse.h |
| 984263bc | 138 | NULLFS opt_dontuse.h |
| c93b7f8a | 139 | NWFS opt_dontuse.h |
| 984263bc MD |
140 | PORTAL opt_dontuse.h |
| 141 | PROCFS opt_dontuse.h | |
| ab5617b3 | 142 | PUFFS opt_dontuse.h |
| 7902ca8c | 143 | SMBFS opt_dontuse.h |
| c93b7f8a | 144 | TMPFS opt_dontuse.h |
| b79bcbd0 | 145 | UDF opt_dontuse.h |
| c93b7f8a | 146 | USERFS opt_dontuse.h |
| 984263bc MD |
147 | |
| 148 | # These static filesystems has one slightly bogus static dependency in | |
| 0955fd91 | 149 | # sys/platform/.../i386/autoconf.c. If any of these filesystems are |
| 984263bc MD |
150 | # statically compiled into the kernel, code for mounting them as root |
| 151 | # filesystems will be enabled - but look below. Boot-code is purposely | |
| 152 | # unavailable for the LKM-based versions. | |
| 984263bc MD |
153 | CD9660 |
| 154 | FFS | |
| 155 | NFS | |
| 984263bc | 156 | |
| 7d7b24b8 SW |
157 | # filesystems and libiconv bridge |
| 158 | CD9660_ICONV opt_dontuse.h | |
| 159 | MSDOSFS_ICONV opt_dontuse.h | |
| 160 | NTFS_ICONV opt_dontuse.h | |
| 161 | ||
| 7902ca8c SW |
162 | # SMB/CIFS requester |
| 163 | NETSMB opt_netsmb.h | |
| 164 | NETSMBCRYPTO opt_netsmb.h | |
| 165 | ||
| 984263bc | 166 | # If you are following the conditions in the copyright, |
| cdb3eff0 | 167 | # you can enable soft-updates which will speed up a lot of things |
| 984263bc MD |
168 | # and make the system safer from crashes at the same time. |
| 169 | # otherwise a STUB module will be compiled in. | |
| 170 | SOFTUPDATES opt_ffs.h | |
| 171 | ||
| 172 | # Enable fast hash lookups for large directories on UFS-based filesystems. | |
| 173 | UFS_DIRHASH opt_ufs.h | |
| 174 | ||
| 175 | # The above static dependencies are planned removed, with a | |
| 176 | # <filesystem>_ROOT option to control if it usable as root. This list | |
| 177 | # allows these options to be present in config files already (though | |
| 178 | # they won't make any difference yet). | |
| 984263bc MD |
179 | FFS_ROOT opt_ffs.h |
| 180 | NFS_ROOT opt_nfsroot.h | |
| 181 | ||
| 182 | # The union static file system has bogus static dependencies, so it isn't | |
| 183 | # hidden yet. | |
| 184 | UNION | |
| 185 | ||
| 186 | # Options used only in subr_param.c. | |
| 187 | HZ opt_param.h | |
| 188 | MAXFILES opt_param.h | |
| 189 | NBUF opt_param.h | |
| 190 | NMBCLUSTERS opt_param.h | |
| 191 | NMBUFS opt_param.h | |
| 984263bc MD |
192 | VM_BCACHE_SIZE_MAX opt_param.h |
| 193 | VM_SWZONE_SIZE_MAX opt_param.h | |
| 194 | MAXUSERS | |
| 195 | DFLDSIZ opt_param.h | |
| 196 | MAXDSIZ opt_param.h | |
| 197 | MAXSSIZ opt_param.h | |
| 198 | ||
| 199 | # Generic SCSI options. | |
| 200 | CAM_MAX_HIGHPOWER opt_cam.h | |
| 201 | CAMDEBUG opt_cam.h | |
| 202 | CAM_DEBUG_DELAY opt_cam.h | |
| 203 | CAM_DEBUG_BUS opt_cam.h | |
| 204 | CAM_DEBUG_TARGET opt_cam.h | |
| 205 | CAM_DEBUG_LUN opt_cam.h | |
| 206 | CAM_DEBUG_FLAGS opt_cam.h | |
| 207 | SCSI_DELAY opt_scsi.h | |
| 208 | SCSI_NO_SENSE_STRINGS opt_scsi.h | |
| 209 | SCSI_NO_OP_STRINGS opt_scsi.h | |
| 210 | ||
| e25c779e | 211 | # iSCSI options |
| 33805800 | 212 | ISCSI_INITIATOR_DEBUG opt_iscsi_initiator.h |
| e25c779e | 213 | |
| 984263bc MD |
214 | # Options used only in cam/scsi/scsi_cd.c |
| 215 | CHANGER_MIN_BUSY_SECONDS opt_cd.h | |
| 216 | CHANGER_MAX_BUSY_SECONDS opt_cd.h | |
| 217 | ||
| 218 | # Options used only in cam/scsi/scsi_sa.c. | |
| 219 | SA_IO_TIMEOUT opt_sa.h | |
| 220 | SA_SPACE_TIMEOUT opt_sa.h | |
| 221 | SA_REWIND_TIMEOUT opt_sa.h | |
| 222 | SA_ERASE_TIMEOUT opt_sa.h | |
| 223 | SA_1FM_AT_EOD opt_sa.h | |
| 224 | ||
| 225 | # Options used only in cam/scsi/scsi_pt.c | |
| 226 | SCSI_PT_DEFAULT_TIMEOUT opt_pt.h | |
| 227 | ||
| 228 | # Options used only in cam/scsi/scsi_ses.c | |
| 229 | SES_ENABLE_PASSTHROUGH opt_ses.h | |
| 230 | ||
| 231 | # Options used in dev/sym/ (Symbios SCSI driver). | |
| 232 | SYM_SETUP_LP_PROBE_MAP opt_sym.h #-Low Priority Probe Map (bits) | |
| 233 | # Allows the ncr to take precedence | |
| 234 | # 1 (1<<0) -> 810a, 860 | |
| 235 | # 2 (1<<1) -> 825a, 875, 885, 895 | |
| 236 | # 4 (1<<2) -> 895a, 896, 1510d | |
| 237 | SYM_SETUP_SCSI_DIFF opt_sym.h #-HVD support for 825a, 875, 885 | |
| 238 | # disabled:0 (default), enabled:1 | |
| 239 | SYM_SETUP_PCI_PARITY opt_sym.h #-PCI parity checking | |
| 240 | # disabled:0, enabled:1 (default) | |
| 241 | SYM_SETUP_MAX_LUN opt_sym.h #-Number of LUNs supported | |
| 242 | # default:8, range:[1..64] | |
| 243 | ||
| 244 | # Options used only in pci/ncr.c | |
| 245 | SCSI_NCR_DEBUG opt_ncr.h | |
| 246 | SCSI_NCR_MAX_SYNC opt_ncr.h | |
| 247 | SCSI_NCR_MAX_WIDE opt_ncr.h | |
| 248 | SCSI_NCR_MYADDR opt_ncr.h | |
| 249 | ||
| 250 | # Options used only in pci/isp_pci.c | |
| 251 | ISP_TARGET_MODE opt_isp.h | |
| 252 | ||
| df75ede4 | 253 | # Options used in the 'nata' ATA/ATAPI driver |
| 984263bc MD |
254 | ATA_STATIC_ID opt_ata.h |
| 255 | ||
| 256 | # Net stuff. | |
| 4d723e5a JS |
257 | # altq stuff |
| 258 | ALTQ opt_global.h | |
| 259 | ALTQ_CBQ opt_altq.h | |
| 260 | ALTQ_RED opt_altq.h | |
| 261 | ALTQ_RIO opt_altq.h | |
| 262 | ALTQ_HFSC opt_altq.h | |
| 263 | ALTQ_PRIQ opt_altq.h | |
| 5950bf01 | 264 | ALTQ_FAIRQ opt_altq.h |
| 4d723e5a JS |
265 | ALTQ_NOPCC opt_altq.h |
| 266 | ALTQ_DEBUG opt_altq.h | |
| 267 | ||
| 984263bc MD |
268 | ACCEPT_FILTER_DATA |
| 269 | ACCEPT_FILTER_HTTP | |
| 270 | BOOTP opt_bootp.h | |
| 271 | BOOTP_COMPAT opt_bootp.h | |
| 272 | BOOTP_NFSROOT opt_bootp.h | |
| 273 | BOOTP_NFSV3 opt_bootp.h | |
| 274 | BOOTP_WIRED_TO opt_bootp.h | |
| 0d16ba1d | 275 | CARP opt_carp.h |
| 984263bc MD |
276 | ETHER_II opt_ef.h |
| 277 | ETHER_8023 opt_ef.h | |
| 278 | ETHER_8022 opt_ef.h | |
| 279 | ETHER_SNAP opt_ef.h | |
| 280 | MROUTING opt_mrouting.h | |
| f1f552f6 | 281 | PIM opt_mrouting.h |
| 984263bc MD |
282 | INET opt_inet.h |
| 283 | INET6 opt_inet6.h | |
| 284 | IPSEC opt_ipsec.h | |
| 285 | IPSEC_ESP opt_ipsec.h | |
| 286 | IPSEC_DEBUG opt_ipsec.h | |
| 287 | IPSEC_FILTERGIF opt_ipsec.h | |
| 288 | FAST_IPSEC opt_ipsec.h | |
| 289 | IPDIVERT | |
| 290 | DUMMYNET opt_ipdn.h | |
| a951f6d4 | 291 | DUMMYNET_DEBUG opt_ipdn.h |
| 984263bc | 292 | IPFIREWALL opt_ipfw.h |
| 8d0865c8 | 293 | IPFIREWALL_DEBUG opt_ipfw.h |
| 984263bc MD |
294 | IPFIREWALL_VERBOSE opt_ipfw.h |
| 295 | IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h | |
| 296 | IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h | |
| 984263bc MD |
297 | IPV6FIREWALL opt_ip6fw.h |
| 298 | IPV6FIREWALL_VERBOSE opt_ip6fw.h | |
| 299 | IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h | |
| 300 | IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h | |
| 301 | IPSTEALTH | |
| 302 | IPX opt_ipx.h | |
| 303 | IPXIP opt_ipx.h | |
| 304 | IPTUNNEL opt_ipx.h | |
| 305 | LIBMCHAIN | |
| 9b42cabe | 306 | MPLS opt_mpls.h |
| 984263bc | 307 | NCP opt_ncp.h |
| 984263bc MD |
308 | PPP_BSDCOMP opt_ppp.h |
| 309 | PPP_DEFLATE opt_ppp.h | |
| 310 | PPP_FILTER opt_ppp.h | |
| 984263bc MD |
311 | SLIP_IFF_OPTS opt_slip.h |
| 312 | TCPDEBUG | |
| b1992928 | 313 | TCP_SIGNATURE opt_inet.h |
| 984263bc | 314 | TCP_DROP_SYNFIN opt_tcp_input.h |
| 6ca1a1cd | 315 | |
| 984263bc MD |
316 | XBONEHACK |
| 317 | MBUF_STRESS_TEST opt_mbuf_stress_test.h | |
| 781b73c7 MD |
318 | |
| 319 | # (New netgraph, port still in progress) | |
| 320 | # | |
| 321 | # Netgraph(4). Use option NETGRAPH7 to enable the base netgraph code. | |
| 322 | # Each netgraph node type can be either be compiled into the kernel | |
| 323 | # or loaded dynamically. To get the former, include the corresponding | |
| 324 | # option below. Each type has its own man page, e.g. ng_async(4). | |
| 325 | NETGRAPH7 | |
| 326 | NETGRAPH7_DEBUG opt_netgraph.h | |
| 327 | NETGRAPH7_ASYNC opt_netgraph.h | |
| 328 | NETGRAPH7_ATMLLC opt_netgraph.h | |
| 329 | NETGRAPH7_ATM_ATMPIF opt_netgraph.h | |
| 330 | NETGRAPH7_BLUETOOTH opt_netgraph.h | |
| 331 | NETGRAPH7_BLUETOOTH_BT3C opt_netgraph.h | |
| 332 | NETGRAPH7_BLUETOOTH_H4 opt_netgraph.h | |
| 333 | NETGRAPH7_BLUETOOTH_HCI opt_netgraph.h | |
| 334 | NETGRAPH7_BLUETOOTH_L2CAP opt_netgraph.h | |
| 335 | NETGRAPH7_BLUETOOTH_SOCKET opt_netgraph.h | |
| 336 | NETGRAPH7_BLUETOOTH_UBT opt_netgraph.h | |
| 337 | NETGRAPH7_BLUETOOTH_UBTBCMFW opt_netgraph.h | |
| 338 | NETGRAPH7_BPF opt_netgraph.h | |
| 339 | NETGRAPH7_BRIDGE opt_netgraph.h | |
| 340 | NETGRAPH7_CAR opt_netgraph.h | |
| 341 | NETGRAPH7_CISCO opt_netgraph.h | |
| 342 | NETGRAPH7_DEFLATE opt_netgraph.h | |
| 343 | NETGRAPH7_DEVICE opt_netgraph.h | |
| 344 | NETGRAPH7_ECHO opt_netgraph.h | |
| 345 | NETGRAPH7_EIFACE opt_netgraph.h | |
| bb091a26 | 346 | NETGRAPH7_ETF opt_netgraph.h |
| 781b73c7 MD |
347 | NETGRAPH7_ETHER opt_netgraph.h |
| 348 | NETGRAPH7_FEC opt_netgraph.h | |
| 349 | NETGRAPH7_FRAME_RELAY opt_netgraph.h | |
| 350 | NETGRAPH7_GIF opt_netgraph.h | |
| 351 | NETGRAPH7_GIF_DEMUX opt_netgraph.h | |
| 352 | NETGRAPH7_HOLE opt_netgraph.h | |
| 178c5ad4 | 353 | NETGRAPH7_HUB opt_netgraph.h |
| 781b73c7 MD |
354 | NETGRAPH7_IFACE opt_netgraph.h |
| 355 | NETGRAPH7_IP_INPUT opt_netgraph.h | |
| 356 | NETGRAPH7_IPFW opt_netgraph.h | |
| 357 | NETGRAPH7_KSOCKET opt_netgraph.h | |
| 358 | NETGRAPH7_L2TP opt_netgraph.h | |
| 359 | NETGRAPH7_LMI opt_netgraph.h | |
| 360 | # MPPC compression requires proprietary files (not included) | |
| 361 | NETGRAPH7_MPPC_COMPRESSION opt_netgraph.h | |
| 362 | NETGRAPH7_MPPC_ENCRYPTION opt_netgraph.h | |
| 363 | NETGRAPH7_NAT opt_netgraph.h | |
| 364 | NETGRAPH7_NETFLOW opt_netgraph.h | |
| 365 | NETGRAPH7_ONE2MANY opt_netgraph.h | |
| 366 | NETGRAPH7_PPP opt_netgraph.h | |
| 367 | NETGRAPH7_PPPOE opt_netgraph.h | |
| 368 | NETGRAPH7_PPTPGRE opt_netgraph.h | |
| 369 | NETGRAPH7_PRED1 opt_netgraph.h | |
| 370 | NETGRAPH7_RFC1490 opt_netgraph.h | |
| 371 | NETGRAPH7_SOCKET opt_netgraph.h | |
| 372 | NETGRAPH7_SPLIT opt_netgraph.h | |
| 373 | NETGRAPH7_SPPP opt_netgraph.h | |
| 374 | NETGRAPH7_TAG opt_netgraph.h | |
| 375 | NETGRAPH7_TCPMSS opt_netgraph.h | |
| 376 | NETGRAPH7_TEE opt_netgraph.h | |
| 377 | NETGRAPH7_TTY opt_netgraph.h | |
| 378 | NETGRAPH7_UI opt_netgraph.h | |
| 379 | NETGRAPH7_VJC opt_netgraph.h | |
| 380 | ||
| 381 | # NgATM options | |
| 382 | NGATM7_ATM opt_netgraph.h | |
| 383 | NGATM7_ATMBASE opt_netgraph.h | |
| 384 | NGATM7_SSCOP opt_netgraph.h | |
| 385 | NGATM7_SSCFU opt_netgraph.h | |
| 386 | NGATM7_UNI opt_netgraph.h | |
| 387 | NGATM7_CCATM opt_netgraph.h | |
| 984263bc MD |
388 | |
| 389 | # Netgraph(4). Use option NETGRAPH to enable the base netgraph code. | |
| 390 | # Each netgraph node type can be either be compiled into the kernel | |
| 391 | # or loaded dynamically. To get the former, include the corresponding | |
| 392 | # option below. Each type has its own man page, e.g. ng_async(8). | |
| 393 | NETGRAPH | |
| 394 | NETGRAPH_ASYNC opt_netgraph.h | |
| 395 | NETGRAPH_BPF opt_netgraph.h | |
| 396 | NETGRAPH_BRIDGE opt_netgraph.h | |
| 397 | NETGRAPH_CISCO opt_netgraph.h | |
| 398 | NETGRAPH_ECHO opt_netgraph.h | |
| 7dab44e5 | 399 | NETGRAPH_EIFACE opt_netgraph.h |
| 984263bc MD |
400 | NETGRAPH_ETHER opt_netgraph.h |
| 401 | NETGRAPH_FRAME_RELAY opt_netgraph.h | |
| 402 | NETGRAPH_HOLE opt_netgraph.h | |
| 403 | NETGRAPH_IFACE opt_netgraph.h | |
| 404 | NETGRAPH_KSOCKET opt_netgraph.h | |
| 405 | NETGRAPH_LMI opt_netgraph.h | |
| 406 | NETGRAPH_L2TP opt_netgraph.h | |
| 407 | # MPPC compression requires proprietary files (not included) | |
| 408 | NETGRAPH_MPPC_COMPRESSION opt_netgraph.h | |
| 409 | NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h | |
| 410 | NETGRAPH_ONE2MANY opt_netgraph.h | |
| 411 | NETGRAPH_PPP opt_netgraph.h | |
| 412 | NETGRAPH_PPPOE opt_netgraph.h | |
| 413 | NETGRAPH_PPTPGRE opt_netgraph.h | |
| 414 | NETGRAPH_RFC1490 opt_netgraph.h | |
| 415 | NETGRAPH_SOCKET opt_netgraph.h | |
| 416 | NETGRAPH_TEE opt_netgraph.h | |
| 417 | NETGRAPH_TTY opt_netgraph.h | |
| 418 | NETGRAPH_UI opt_netgraph.h | |
| 419 | NETGRAPH_VJC opt_netgraph.h | |
| 420 | ||
| 421 | # DRM options | |
| 422 | DRM_DEBUG opt_drm.h | |
| 25b5b94d | 423 | DRM_LINUX opt_drm.h |
| 984263bc MD |
424 | |
| 425 | # ATM (HARP version) | |
| 426 | ATM_CORE opt_atm.h | |
| 427 | ATM_IP opt_atm.h | |
| 428 | ATM_SIGPVC opt_atm.h | |
| 429 | ATM_SPANS opt_atm.h | |
| 430 | ATM_UNI opt_atm.h | |
| 431 | ||
| 432 | # XXX Conflict: # of devices vs network protocol (Native ATM). | |
| 433 | # This makes "atm.h" unusable. | |
| 434 | NATM opt_natm.h | |
| 435 | ||
| 984263bc MD |
436 | # DPT driver debug flags |
| 437 | DPT_MEASURE_PERFORMANCE opt_dpt.h | |
| 438 | DPT_HANDLE_TIMEOUTS opt_dpt.h | |
| 439 | DPT_TIMEOUT_FACTOR opt_dpt.h | |
| 440 | DPT_LOST_IRQ opt_dpt.h | |
| 441 | DPT_RESET_HBA opt_dpt.h | |
| 442 | ||
| 984263bc MD |
443 | # Misc debug flags. Most of these should probably be replaced with |
| 444 | # 'DEBUG', and then let people recompile just the interesting modules | |
| 445 | # with 'make CC="cc -DDEBUG"'. | |
| 446 | CLUSTERDEBUG opt_debug_cluster.h | |
| 447 | DEBUG_1284 opt_ppb_1284.h | |
| 448 | VP0_DEBUG opt_vpo.h | |
| 449 | LPT_DEBUG opt_lpt.h | |
| 450 | PLIP_DEBUG opt_plip.h | |
| 451 | LOCKF_DEBUG opt_debug_lockf.h | |
| 984263bc | 452 | NPX_DEBUG opt_debug_npx.h |
| 984263bc MD |
453 | SI_DEBUG opt_debug_si.h |
| 454 | ||
| 455 | # Fb options | |
| 456 | FB_DEBUG opt_fb.h | |
| 457 | FB_INSTALL_CDEV opt_fb.h | |
| 458 | ||
| 459 | # ppbus related options | |
| 460 | PERIPH_1284 opt_ppb_1284.h | |
| 461 | DONTPROBE_1284 opt_ppb_1284.h | |
| 462 | ||
| 463 | # smbus related options | |
| 464 | ENABLE_ALART opt_intpm.h | |
| 465 | ||
| 466 | # These cause changes all over the kernel | |
| 467 | BLKDEV_IOSIZE opt_global.h | |
| 468 | DEBUG opt_global.h | |
| 469 | DEBUG_LOCKS opt_global.h | |
| bb4ae18c | 470 | DEBUG_LOCKS_LATENCY opt_global.h |
| 02d8a449 | 471 | DEBUG_CRIT_SECTIONS opt_global.h |
| 984263bc | 472 | DIAGNOSTIC opt_global.h |
| 984263bc | 473 | INVARIANTS opt_global.h |
| 984263bc | 474 | VFS_BIO_DEBUG opt_global.h |
| f7bc9806 | 475 | DEBUG_INTERRUPTS opt_global.h |
| a7bc7c1d | 476 | SOCKBUF_DEBUG opt_global.h |
| e8f15168 | 477 | PANIC_DEBUG opt_global.h |
| e9fa4b60 | 478 | MBUF_DEBUG opt_global.h |
| 080c00e6 | 479 | PMAP_DEBUG opt_global.h |
| d0aa00e8 | 480 | VM_PAGE_DEBUG opt_global.h |
| bbb201fd | 481 | SLAB_DEBUG opt_global.h |
| 984263bc | 482 | |
| 07522099 MD |
483 | # Sample system/interrupt PC |
| 484 | DEBUG_PCTRACK opt_pctrack.h | |
| 485 | ||
| 984263bc | 486 | # These are VM related options |
| 984263bc | 487 | NO_SWAPPING opt_vm.h |
| 984263bc MD |
488 | |
| 489 | # Standard SMP options | |
| 490 | SMP opt_global.h | |
| 491 | ||
| 492 | # sys/netkey | |
| 493 | KEY | |
| 494 | ||
| 495 | # Size of the kernel message buffer | |
| 496 | MSGBUF_SIZE opt_msgbuf.h | |
| 497 | ||
| 498 | # PCI related options | |
| dc5a7bd2 | 499 | COMPAT_OLDPCI |
| 984263bc MD |
500 | |
| 501 | # NFS options | |
| 502 | NFS_MINATTRTIMO opt_nfs.h | |
| 503 | NFS_MAXATTRTIMO opt_nfs.h | |
| 504 | NFS_MINDIRATTRTIMO opt_nfs.h | |
| 505 | NFS_MAXDIRATTRTIMO opt_nfs.h | |
| 506 | NFS_GATHERDELAY opt_nfs.h | |
| 507 | NFS_UIDHASHSIZ opt_nfs.h | |
| 508 | NFS_WDELAYHASHSIZ opt_nfs.h | |
| 509 | NFS_MUIDHASHSIZ opt_nfs.h | |
| 510 | NFS_NOSERVER opt_nfs.h | |
| 511 | NFS_DEBUG opt_nfs.h | |
| 512 | ||
| 0e63c0c7 SW |
513 | # MSDOSFS options |
| 514 | MSDOSFS_DEBUG opt_msdosfs.h | |
| 515 | ||
| 984263bc | 516 | # For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver |
| 984263bc MD |
517 | BROOKTREE_SYSTEM_DEFAULT opt_bktr.h |
| 518 | BROOKTREE_ALLOC_PAGES opt_bktr.h | |
| 519 | BKTR_OVERRIDE_CARD opt_bktr.h | |
| 520 | BKTR_OVERRIDE_TUNER opt_bktr.h | |
| 521 | BKTR_OVERRIDE_DBX opt_bktr.h | |
| 522 | BKTR_OVERRIDE_MSP opt_bktr.h | |
| 523 | BKTR_SYSTEM_DEFAULT opt_bktr.h | |
| 524 | BKTR_ALLOC_PAGES opt_bktr.h | |
| 525 | BKTR_USE_PLL opt_bktr.h | |
| 526 | BKTR_GPIO_ACCESS opt_bktr.h | |
| 527 | BKTR_NO_MSP_RESET opt_bktr.h | |
| 528 | BKTR_430_FX_MODE opt_bktr.h | |
| 529 | BKTR_SIS_VIA_MODE opt_bktr.h | |
| a35cc233 | 530 | BKTR_NEW_MSP34XX_DRIVER opt_bktr.h |
| 984263bc | 531 | |
| 984263bc MD |
532 | # Various mi ISA bus flags |
| 533 | COM_ESP opt_sio.h | |
| 534 | COM_MULTIPORT opt_sio.h | |
| 535 | BREAK_TO_DEBUGGER opt_comconsole.h | |
| 536 | ALT_BREAK_TO_DEBUGGER opt_comconsole.h | |
| 537 | ||
| 984263bc MD |
538 | # options for bus/device framework |
| 539 | BUS_DEBUG opt_bus.h | |
| 984263bc MD |
540 | |
| 541 | # options for USB support | |
| 984263bc MD |
542 | OHCI_DEBUG opt_usb.h |
| 543 | USB_DEBUG opt_usb.h | |
| 984263bc MD |
544 | |
| 545 | # Vinum options | |
| 546 | VINUMDEBUG opt_vinum.h | |
| 547 | ||
| 548 | # Embedded system options | |
| 549 | UKBD_DFLT_KEYMAP opt_ukbd.h | |
| 550 | INIT_PATH opt_init_path.h | |
| 551 | ||
| 552 | ROOTDEVNAME opt_rootdevname.h | |
| 553 | ||
| 554 | FDC_DEBUG opt_fdc.h | |
| 555 | PCFCLOCK_VERBOSE opt_pcfclock.h | |
| 556 | PCFCLOCK_MAX_RETRIES opt_pcfclock.h | |
| 557 | ||
| 558 | # Polling device handling | |
| 2b71c8f1 | 559 | DEVICE_POLLING opt_polling.h |
| 984263bc | 560 | |
| b3a7093f SZ |
561 | # Network device queue based polling |
| 562 | IFPOLL_ENABLE opt_ifpoll.h | |
| 563 | ||
| 984263bc MD |
564 | # options for ubsec driver |
| 565 | UBSEC_DEBUG opt_ubsec.h | |
| 566 | UBSEC_RNDTEST opt_ubsec.h | |
| 567 | UBSEC_NO_RNG opt_ubsec.h | |
| 568 | ||
| 569 | # options for hifn driver | |
| 570 | HIFN_DEBUG opt_hifn.h | |
| 571 | HIFN_RNDTEST opt_hifn.h | |
| 572 | HIFN_NO_RNG opt_hifn.h | |
| 1f18ea8c | 573 | |
| 25638cf4 SW |
574 | # options for safenet driver |
| 575 | SAFE_DEBUG opt_safe.h | |
| 576 | SAFE_NO_RNG opt_safe.h | |
| 577 | SAFE_RNDTEST opt_safe.h | |
| 578 | ||
| 81540c2d EN |
579 | # KTR options |
| 580 | KTR opt_global.h | |
| 81540c2d | 581 | KTR_ENTRIES opt_global.h |
| 243308a2 SW |
582 | KTR_ALL opt_ktr.h |
| 583 | KTR_CTXSW opt_ktr.h | |
| 584 | KTR_DMCRYPT opt_ktr.h | |
| aabeb187 | 585 | KTR_DSCHED_BFQ opt_ktr.h |
| 243308a2 SW |
586 | KTR_ETHERNET opt_ktr.h |
| 587 | KTR_HAMMER opt_ktr.h | |
| 588 | KTR_IFQ opt_ktr.h | |
| 94c0a264 SZ |
589 | KTR_IF_BGE opt_ktr.h |
| 590 | KTR_IF_EM opt_ktr.h | |
| 5330213c | 591 | KTR_IF_EMX opt_ktr.h |
| 243308a2 SW |
592 | KTR_IF_START opt_ktr.h |
| 593 | KTR_IPIQ opt_ktr.h | |
| 80bbc910 | 594 | KTR_KERNENTRY opt_ktr.h |
| 243308a2 | 595 | KTR_MEMORY opt_ktr.h |
| d16c94f7 | 596 | KTR_POLLING opt_ktr.h |
| 243308a2 SW |
597 | KTR_SERIALIZER opt_ktr.h |
| 598 | KTR_SPIN_CONTENTION opt_ktr.h | |
| 599 | KTR_TESTLOG opt_ktr.h | |
| 600 | KTR_TOKENS opt_ktr.h | |
| 1e1b2beb | 601 | KTR_TSLEEP opt_ktr.h |
| 243308a2 SW |
602 | KTR_USB_MEMORY opt_ktr.h |
| 603 | KTR_VERBOSE opt_ktr.h | |
| d6d39bc7 | 604 | KTR_USCHED_BSD4 opt_ktr.h |
| 81540c2d | 605 | |
| 1b0988d0 AHJ |
606 | # NTFS options |
| 607 | NTFS_DEBUG opt_ntfs.h | |
| 608 | ||
| 54170488 SW |
609 | # options for the Atheros driver |
| 610 | ATH_DEBUG opt_ath.h | |
| 611 | ATH_DIAGAPI opt_ath.h | |
| 612 | ATH_RXBUF opt_ath.h | |
| 613 | ATH_TXBUF opt_ath.h | |
| 614 | ||
| 69b65163 SW |
615 | # ...and its HAL |
| 616 | AH_SUPPORT_AR5416 opt_ah.h | |
| 617 | ||
| 43c2aeb0 SZ |
618 | # bce driver |
| 619 | BCE_DEBUG opt_bce.h | |
| 43c2aeb0 | 620 | |
| 66deb1c1 SZ |
621 | # bnx driver |
| 622 | BNX_TSO_DEBUG opt_bnx.h | |
| 623 | ||
| 1f18ea8c JS |
624 | # ed driver |
| 625 | ED_NO_MIIBUS opt_ed.h | |
| acffed4b | 626 | |
| e6cde6e6 SZ |
627 | # emx driver |
| 628 | EMX_RSS_DEBUG opt_emx.h | |
| 0c0e1638 | 629 | EMX_TSO_DEBUG opt_emx.h |
| e6cde6e6 | 630 | |
| 93bfe1b8 SZ |
631 | # jme driver |
| 632 | JME_RSS_DEBUG opt_jme.h | |
| 633 | ||
| 8d6600da SZ |
634 | # igb driver |
| 635 | IGB_RSS_DEBUG opt_igb.h | |
| 9c0ecdcc | 636 | IGB_MSIX_DEBUG opt_igb.h |
| 8d6600da | 637 | |
| ca9d2ae7 HS |
638 | # dcons options |
| 639 | DCONS_BUF_SIZE opt_dcons.h | |
| 640 | DCONS_POLL_HZ opt_dcons.h | |
| 641 | DCONS_FORCE_CONSOLE opt_dcons.h | |
| 642 | DCONS_FORCE_GDB opt_dcons.h | |
| 643 | ||
| 4ad6607f | 644 | # deprecated drivers and options |
| 6f535fd5 | 645 | I_WANT_DEPRECATED_STUFF opt_deprecated.h |
| 78812139 EN |
646 | |
| 647 | # SCTP | |
| 648 | SCTP opt_sctp.h | |
| 649 | SCTP_DEBUG opt_sctp.h | |
| 78812139 EN |
650 | SCTP_USE_ADLER32 opt_sctp.h |
| 651 | SCTP_HIGH_SPEED opt_sctp.h | |
| a898ea1f | 652 | SCTP_STAT_LOGGING opt_sctp.h |
| 78812139 EN |
653 | SCTP_CWND_LOGGING opt_sctp.h |
| 654 | SCTP_BLK_LOGGING opt_sctp.h | |
| 655 | SCTP_STR_LOGGING opt_sctp.h | |
| 656 | SCTP_FR_LOGGING opt_sctp.h | |
| 657 | SCTP_MAP_LOGGING opt_sctp.h | |
| a3d02589 MD |
658 | |
| 659 | # syslink kernel support | |
| 660 | # | |
| 661 | SYSLINK opt_syslink.h | |
| 21fa6062 | 662 | |
| e02e815e | 663 | # DSCHED stuff |
| b3fc94f8 | 664 | DSCHED_AS opt_dsched.h |
| ffeeb0ab | 665 | DSCHED_BFQ opt_dsched.h |
| b3fc94f8 | 666 | DSCHED_FQ opt_dsched.h |
| e02e815e | 667 | |
| 9389fe19 | 668 | # Receive Side Scaling (now basecode) |
| 4d334cdb | 669 | RSS_DEBUG opt_rss.h |
| 65067ca1 | 670 | |
| 65067ca1 AH |
671 | # Panic settings |
| 672 | WDOG_DISABLE_ON_PANIC opt_panic.h | |
| 673 | ERROR_LED_ON_PANIC opt_panic.h | |
| d9bb5980 RP |
674 | |
| 675 | # 802.11 support layer | |
| 676 | IEEE80211_DEBUG opt_wlan.h | |
| 677 | IEEE80211_DEBUG_REFCNT opt_wlan.h | |
| 678 | IEEE80211_AMPDU_AGE opt_wlan.h | |
| 679 | IEEE80211_SUPPORT_MESH opt_wlan.h | |
| 680 | IEEE80211_SUPPORT_SUPERG opt_wlan.h | |
| 681 | IEEE80211_SUPPORT_TDMA opt_wlan.h | |
| 682 | ||
| 683 | # 802.11 TDMA support | |
| 684 | TDMA_SLOTLEN_DEFAULT opt_tdma.h | |
| 685 | TDMA_SLOTCNT_DEFAULT opt_tdma.h | |
| 686 | TDMA_BINTVAL_DEFAULT opt_tdma.h | |
| 687 | TDMA_TXRATE_11B_DEFAULT opt_tdma.h | |
| 688 | TDMA_TXRATE_11G_DEFAULT opt_tdma.h | |
| 689 | TDMA_TXRATE_11A_DEFAULT opt_tdma.h | |
| 690 | TDMA_TXRATE_TURBO_DEFAULT opt_tdma.h | |
| 691 | TDMA_TXRATE_HALF_DEFAULT opt_tdma.h | |
| 692 | TDMA_TXRATE_QUARTER_DEFAULT opt_tdma.h | |
| 693 | TDMA_TXRATE_11NA_DEFAULT opt_tdma.h | |
| 694 | TDMA_TXRATE_11NG_DEFAULT opt_tdma.h | |
| 695 | ||
| 14fa7983 | 696 | PANIC_REBOOT_WAIT_TIME opt_panic.h |