Deleted Added
full compact
options (165926) options (166091)
1# $FreeBSD: head/sys/conf/options 165926 2007-01-10 18:45:18Z marius $
1# $FreeBSD: head/sys/conf/options 166091 2007-01-18 13:33:36Z marius $
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

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

657ISAPNP opt_isa.h
658
659# various 'device presence' options.
660DEV_BPF opt_bpf.h
661DEV_MCA opt_mca.h
662DEV_CARP opt_carp.h
663DEV_SPLASH opt_splash.h
664
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

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

657ISAPNP opt_isa.h
658
659# various 'device presence' options.
660DEV_BPF opt_bpf.h
661DEV_MCA opt_mca.h
662DEV_CARP opt_carp.h
663DEV_SPLASH opt_splash.h
664
665# EISA support
666DEV_EISA opt_eisa.h
665EISA_SLOTS opt_eisa.h
666
667# ed driver
668ED_HPP opt_ed.h
669ED_3C503 opt_ed.h
670ED_SIC opt_ed.h
671
672# bce driver

--- 92 unchanged lines hidden ---
667EISA_SLOTS opt_eisa.h
668
669# ed driver
670ED_HPP opt_ed.h
671ED_3C503 opt_ed.h
672ED_SIC opt_ed.h
673
674# bce driver

--- 92 unchanged lines hidden ---