Deleted Added
full compact
options (121613) options (121628)
1# $FreeBSD: head/sys/conf/options 121613 2003-10-27 11:19:08Z harti $
1# $FreeBSD: head/sys/conf/options 121628 2003-10-28 05:47:40Z sam $
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

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

617ED_NO_MIIBUS opt_ed.h
618
619# wi driver
620WI_SYMBOL_FIRMWARE opt_wi.h
621
622# XXX bogusly global.
623DEVICE_POLLING opt_global.h
624
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

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

617ED_NO_MIIBUS opt_ed.h
618
619# wi driver
620WI_SYMBOL_FIRMWARE opt_wi.h
621
622# XXX bogusly global.
623DEVICE_POLLING opt_global.h
624
625SOCKBUF_DEBUG opt_global.h
626
625# options for ubsec driver
626UBSEC_DEBUG opt_ubsec.h
627UBSEC_RNDTEST opt_ubsec.h
628UBSEC_NO_RNG opt_ubsec.h
629
630# options for hifn driver
631HIFN_DEBUG opt_hifn.h
632HIFN_RNDTEST opt_hifn.h

--- 52 unchanged lines hidden ---
627# options for ubsec driver
628UBSEC_DEBUG opt_ubsec.h
629UBSEC_RNDTEST opt_ubsec.h
630UBSEC_NO_RNG opt_ubsec.h
631
632# options for hifn driver
633HIFN_DEBUG opt_hifn.h
634HIFN_RNDTEST opt_hifn.h

--- 52 unchanged lines hidden ---