Deleted Added
full compact
options (130344) options (130416)
1# $FreeBSD: head/sys/conf/options 130344 2004-06-11 11:16:26Z phk $
1# $FreeBSD: head/sys/conf/options 130416 2004-06-13 17:29:10Z mlaier $
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

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

289DEV_ATAPIST opt_ata.h
290DEV_ATAPIFD opt_ata.h
291DEV_ATAPICAM opt_ata.h
292DEV_ATARAID opt_ata.h
293
294# Net stuff.
295ACCEPT_FILTER_DATA
296ACCEPT_FILTER_HTTP
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

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

289DEV_ATAPIST opt_ata.h
290DEV_ATAPIFD opt_ata.h
291DEV_ATAPICAM opt_ata.h
292DEV_ATARAID opt_ata.h
293
294# Net stuff.
295ACCEPT_FILTER_DATA
296ACCEPT_FILTER_HTTP
297ALTQ opt_global.h
298ALTQ_CBQ opt_altq.h
299ALTQ_RED opt_altq.h
300ALTQ_RIO opt_altq.h
301ALTQ_HFSC opt_altq.h
302ALTQ_CDNR opt_altq.h
303ALTQ_PRIQ opt_altq.h
304ALTQ_NOPCC opt_altq.h
305ALTQ_DEBUG opt_altq.h
297BOOTP opt_bootp.h
298BOOTP_COMPAT opt_bootp.h
299BOOTP_NFSROOT opt_bootp.h
300BOOTP_NFSV3 opt_bootp.h
301BOOTP_WIRED_TO opt_bootp.h
302BRIDGE opt_bdg.h
303DEV_PF opt_pf.h
304DEV_PFLOG opt_pf.h

--- 350 unchanged lines hidden ---
306BOOTP opt_bootp.h
307BOOTP_COMPAT opt_bootp.h
308BOOTP_NFSROOT opt_bootp.h
309BOOTP_NFSV3 opt_bootp.h
310BOOTP_WIRED_TO opt_bootp.h
311BRIDGE opt_bdg.h
312DEV_PF opt_pf.h
313DEV_PFLOG opt_pf.h

--- 350 unchanged lines hidden ---