Deleted Added
full compact
options (52904) options (52918)
1# $FreeBSD: head/sys/conf/options 52904 1999-11-05 14:41:39Z shin $
1# $FreeBSD: head/sys/conf/options 52918 1999-11-06 16:50:21Z sos $
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

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

195ISP_DISABLE_1020_SUPPORT opt_isp.h
196ISP_DISABLE_1080_SUPPORT opt_isp.h
197ISP_DISABLE_2100_SUPPORT opt_isp.h
198ISP_DISABLE_2200_SUPPORT opt_isp.h
199
200# Options used in the 'ata' ATA/ATAPI driver
201ATA_STATIC_ID opt_ata.h
202ATA_16BIT_ONLY opt_ata.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

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

195ISP_DISABLE_1020_SUPPORT opt_isp.h
196ISP_DISABLE_1080_SUPPORT opt_isp.h
197ISP_DISABLE_2100_SUPPORT opt_isp.h
198ISP_DISABLE_2200_SUPPORT opt_isp.h
199
200# Options used in the 'ata' ATA/ATAPI driver
201ATA_STATIC_ID opt_ata.h
202ATA_16BIT_ONLY opt_ata.h
203ATA_ENABLE_ATAPI_DMA opt_ata.h
203
204# Resource limits.
205DFLDSIZ opt_rlimit.h
206MAXDSIZ opt_rlimit.h
207
208# Net stuff.
209BOOTP opt_bootp.h
210BOOTP_COMPAT opt_bootp.h

--- 201 unchanged lines hidden ---
204
205# Resource limits.
206DFLDSIZ opt_rlimit.h
207MAXDSIZ opt_rlimit.h
208
209# Net stuff.
210BOOTP opt_bootp.h
211BOOTP_COMPAT opt_bootp.h

--- 201 unchanged lines hidden ---