Deleted Added
full compact
options (141353) options (141586)
1# $FreeBSD: head/sys/conf/options 141353 2005-02-05 12:15:56Z glebius $
1# $FreeBSD: head/sys/conf/options 141586 2005-02-09 20:03:40Z imp $
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

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

611DEV_ISA opt_isa.h
612DEV_MCA opt_mca.h
613DEV_SPLASH opt_splash.h
614
615EISA_SLOTS opt_eisa.h
616
617# ed driver
618ED_NO_MIIBUS opt_ed.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

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

611DEV_ISA opt_isa.h
612DEV_MCA opt_mca.h
613DEV_SPLASH opt_splash.h
614
615EISA_SLOTS opt_eisa.h
616
617# ed driver
618ED_NO_MIIBUS opt_ed.h
619ED_HPP opt_ed.h
620ED_3C503 opt_ed.h
621ED_SIC opt_ed.h
619
620# wi driver
621WI_SYMBOL_FIRMWARE opt_wi.h
622
623# XXX bogusly global.
624DEVICE_POLLING opt_global.h
625
626SOCKBUF_DEBUG opt_global.h

--- 71 unchanged lines hidden ---
622
623# wi driver
624WI_SYMBOL_FIRMWARE opt_wi.h
625
626# XXX bogusly global.
627DEVICE_POLLING opt_global.h
628
629SOCKBUF_DEBUG opt_global.h

--- 71 unchanged lines hidden ---