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

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

605# options for DEVFS, see sys/fs/devfs/devfs.h
606NDEVFSINO opt_devfs.h
607NDEVFSOVERFLOW opt_devfs.h
608
609# various 'device presence' options.
610DEV_BPF opt_bpf.h
611DEV_ISA opt_isa.h
612DEV_MCA opt_mca.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

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

605# options for DEVFS, see sys/fs/devfs/devfs.h
606NDEVFSINO opt_devfs.h
607NDEVFSOVERFLOW opt_devfs.h
608
609# various 'device presence' options.
610DEV_BPF opt_bpf.h
611DEV_ISA opt_isa.h
612DEV_MCA opt_mca.h
613DEV_CARP opt_carp.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

--- 80 unchanged lines hidden ---
614DEV_SPLASH opt_splash.h
615
616EISA_SLOTS opt_eisa.h
617
618# ed driver
619ED_NO_MIIBUS opt_ed.h
620ED_HPP opt_ed.h
621ED_3C503 opt_ed.h

--- 80 unchanged lines hidden ---