Deleted Added
full compact
options (150636) options (150968)
1# $FreeBSD: head/sys/conf/options 150636 2005-09-27 18:10:43Z mlaier $
1# $FreeBSD: head/sys/conf/options 150968 2005-10-05 10:09:17Z glebius $
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

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

322ALTQ_PRIQ opt_altq.h
323ALTQ_NOPCC opt_altq.h
324ALTQ_DEBUG opt_altq.h
325BOOTP opt_bootp.h
326BOOTP_COMPAT opt_bootp.h
327BOOTP_NFSROOT opt_bootp.h
328BOOTP_NFSV3 opt_bootp.h
329BOOTP_WIRED_TO opt_bootp.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

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

322ALTQ_PRIQ opt_altq.h
323ALTQ_NOPCC opt_altq.h
324ALTQ_DEBUG opt_altq.h
325BOOTP opt_bootp.h
326BOOTP_COMPAT opt_bootp.h
327BOOTP_NFSROOT opt_bootp.h
328BOOTP_NFSV3 opt_bootp.h
329BOOTP_WIRED_TO opt_bootp.h
330DEVICE_POLLING
330DEV_PF opt_pf.h
331DEV_PFLOG opt_pf.h
332DEV_PFSYNC opt_pf.h
333ETHER_II opt_ef.h
334ETHER_8023 opt_ef.h
335ETHER_8022 opt_ef.h
336ETHER_SNAP opt_ef.h
337MROUTING opt_mrouting.h

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

627ED_SIC opt_ed.h
628
629# bge driver
630BGE_FAKE_AUTONEG opt_bge.h
631
632# wi driver
633WI_SYMBOL_FIRMWARE opt_wi.h
634
331DEV_PF opt_pf.h
332DEV_PFLOG opt_pf.h
333DEV_PFSYNC opt_pf.h
334ETHER_II opt_ef.h
335ETHER_8023 opt_ef.h
336ETHER_8022 opt_ef.h
337ETHER_SNAP opt_ef.h
338MROUTING opt_mrouting.h

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

628ED_SIC opt_ed.h
629
630# bge driver
631BGE_FAKE_AUTONEG opt_bge.h
632
633# wi driver
634WI_SYMBOL_FIRMWARE opt_wi.h
635
635# XXX bogusly global.
636DEVICE_POLLING opt_global.h
637
638SOCKBUF_DEBUG opt_global.h
639
640# options for ubsec driver
641UBSEC_DEBUG opt_ubsec.h
642UBSEC_RNDTEST opt_ubsec.h
643UBSEC_NO_RNG opt_ubsec.h
644
645# options for hifn driver

--- 70 unchanged lines hidden ---
636SOCKBUF_DEBUG opt_global.h
637
638# options for ubsec driver
639UBSEC_DEBUG opt_ubsec.h
640UBSEC_RNDTEST opt_ubsec.h
641UBSEC_NO_RNG opt_ubsec.h
642
643# options for hifn driver

--- 70 unchanged lines hidden ---