Deleted Added
full compact
options (196228) options (196480)
1# $FreeBSD: head/sys/conf/options 196228 2009-08-14 22:41:39Z zec $
1# $FreeBSD: head/sys/conf/options 196480 2009-08-23 20:26:09Z ed $
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

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

667# ISA support
668DEV_ISA opt_isa.h
669ISAPNP opt_isa.h
670
671# various 'device presence' options.
672DEV_BPF opt_bpf.h
673DEV_MCA opt_mca.h
674DEV_CARP opt_carp.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

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

667# ISA support
668DEV_ISA opt_isa.h
669ISAPNP opt_isa.h
670
671# various 'device presence' options.
672DEV_BPF opt_bpf.h
673DEV_MCA opt_mca.h
674DEV_CARP opt_carp.h
675DEV_PTY opt_tty.h
676DEV_SPLASH opt_splash.h
677
678# EISA support
679DEV_EISA opt_eisa.h
680EISA_SLOTS opt_eisa.h
681
682# ed driver
683ED_HPP opt_ed.h

--- 156 unchanged lines hidden ---
675DEV_SPLASH opt_splash.h
676
677# EISA support
678DEV_EISA opt_eisa.h
679EISA_SLOTS opt_eisa.h
680
681# ed driver
682ED_HPP opt_ed.h

--- 156 unchanged lines hidden ---