options (3ffcacc9d89b85027b07e20401b447edb5c37284) | options (c8c827cc9486823e177536fd4a195b0e6846b08a) |
---|---|
1# $FreeBSD$ 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 --- 195 unchanged lines hidden (view full) --- 204SCSI_NCR_MYADDR opt_ncr.h 205 206# Options used only in pci/isp_pci.c 207ISP_TARGET_MODE opt_isp.h 208 209# Options used in the 'ata' ATA/ATAPI driver 210ATA_STATIC_ID opt_ata.h 211ATA_ENABLE_ATAPI_DMA opt_ata.h | 1# $FreeBSD$ 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 --- 195 unchanged lines hidden (view full) --- 204SCSI_NCR_MYADDR opt_ncr.h 205 206# Options used only in pci/isp_pci.c 207ISP_TARGET_MODE opt_isp.h 208 209# Options used in the 'ata' ATA/ATAPI driver 210ATA_STATIC_ID opt_ata.h 211ATA_ENABLE_ATAPI_DMA opt_ata.h |
212ATA_ENABLE_TAGS opt_ata.h |
|
212 213# Resource limits. 214DFLDSIZ opt_rlimit.h 215MAXDSIZ opt_rlimit.h 216 217# Net stuff. 218ACCEPT_FILTER_DATA 219ACCEPT_FILTER_HTTP --- 250 unchanged lines hidden --- | 213 214# Resource limits. 215DFLDSIZ opt_rlimit.h 216MAXDSIZ opt_rlimit.h 217 218# Net stuff. 219ACCEPT_FILTER_DATA 220ACCEPT_FILTER_HTTP --- 250 unchanged lines hidden --- |