Deleted Added
sdiff udiff text old ( 52904 ) new ( 52918 )
full compact
1# $FreeBSD: head/sys/conf/options 52904 1999-11-05 14:41:39Z shin $
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
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 ---