Deleted Added
full compact
options (131814) options (131840)
1# $FreeBSD: head/sys/conf/options 131814 2004-07-08 13:40:33Z brian $
1# $FreeBSD: head/sys/conf/options 131840 2004-07-08 22:35:36Z brian $
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

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

305ALTQ_CBQ opt_altq.h
306ALTQ_RED opt_altq.h
307ALTQ_RIO opt_altq.h
308ALTQ_HFSC opt_altq.h
309ALTQ_CDNR opt_altq.h
310ALTQ_PRIQ opt_altq.h
311ALTQ_NOPCC opt_altq.h
312ALTQ_DEBUG opt_altq.h
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

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

305ALTQ_CBQ opt_altq.h
306ALTQ_RED opt_altq.h
307ALTQ_RIO opt_altq.h
308ALTQ_HFSC opt_altq.h
309ALTQ_CDNR opt_altq.h
310ALTQ_PRIQ opt_altq.h
311ALTQ_NOPCC opt_altq.h
312ALTQ_DEBUG opt_altq.h
313BOOTP opt_bootp.h
314BOOTP_COMPAT opt_bootp.h
315BOOTP_NFSROOT opt_bootp.h
316BOOTP_NFSV3 opt_bootp.h
317BOOTP_WIRED_TO opt_bootp.h
313BRIDGE opt_bdg.h
314DEV_PF opt_pf.h
315DEV_PFLOG opt_pf.h
316DEV_PFSYNC opt_pf.h
317ETHER_II opt_ef.h
318ETHER_8023 opt_ef.h
319ETHER_8022 opt_ef.h
320ETHER_SNAP opt_ef.h

--- 348 unchanged lines hidden ---
318BRIDGE opt_bdg.h
319DEV_PF opt_pf.h
320DEV_PFLOG opt_pf.h
321DEV_PFSYNC opt_pf.h
322ETHER_II opt_ef.h
323ETHER_8023 opt_ef.h
324ETHER_8022 opt_ef.h
325ETHER_SNAP opt_ef.h

--- 348 unchanged lines hidden ---