Deleted Added
full compact
options (126222) options (126263)
1# $FreeBSD: head/sys/conf/options 126222 2004-02-25 09:35:35Z bde $
1# $FreeBSD: head/sys/conf/options 126263 2004-02-26 03:53:54Z 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

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

317ACCEPT_FILTER_DATA
318ACCEPT_FILTER_HTTP
319BOOTP opt_bootp.h
320BOOTP_COMPAT opt_bootp.h
321BOOTP_NFSROOT opt_bootp.h
322BOOTP_NFSV3 opt_bootp.h
323BOOTP_WIRED_TO opt_bootp.h
324BRIDGE opt_bdg.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

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

317ACCEPT_FILTER_DATA
318ACCEPT_FILTER_HTTP
319BOOTP opt_bootp.h
320BOOTP_COMPAT opt_bootp.h
321BOOTP_NFSROOT opt_bootp.h
322BOOTP_NFSV3 opt_bootp.h
323BOOTP_WIRED_TO opt_bootp.h
324BRIDGE opt_bdg.h
325DEV_PF opt_pf.h
326DEV_PFLOG opt_pf.h
327DEV_PFSYNC opt_pf.h
325ETHER_II opt_ef.h
326ETHER_8023 opt_ef.h
327ETHER_8022 opt_ef.h
328ETHER_SNAP opt_ef.h
329MROUTING opt_mrouting.h
330PIM opt_mrouting.h
331INET opt_inet.h
332INET6 opt_inet6.h

--- 336 unchanged lines hidden ---
328ETHER_II opt_ef.h
329ETHER_8023 opt_ef.h
330ETHER_8022 opt_ef.h
331ETHER_SNAP opt_ef.h
332MROUTING opt_mrouting.h
333PIM opt_mrouting.h
334INET opt_inet.h
335INET6 opt_inet6.h

--- 336 unchanged lines hidden ---