Deleted Added
sdiff udiff text old ( 121613 ) new ( 121628 )
full compact
1# $FreeBSD: head/sys/conf/options 121613 2003-10-27 11:19:08Z harti $
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
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 ---