Deleted Added
full compact
options (165750) options (165926)
1# $FreeBSD: head/sys/conf/options 165750 2007-01-03 11:12:54Z piso $
1# $FreeBSD: head/sys/conf/options 165926 2007-01-10 18:45:18Z 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

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

702SC_DISABLE_REBOOT opt_syscons.h
703SC_HISTORY_SIZE opt_syscons.h
704SC_KERNEL_CONS_ATTR opt_syscons.h
705SC_KERNEL_CONS_REV_ATTR opt_syscons.h
706SC_MOUSE_CHAR opt_syscons.h
707SC_NO_CUTPASTE opt_syscons.h
708SC_NO_FONT_LOADING opt_syscons.h
709SC_NO_HISTORY opt_syscons.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

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

702SC_DISABLE_REBOOT opt_syscons.h
703SC_HISTORY_SIZE opt_syscons.h
704SC_KERNEL_CONS_ATTR opt_syscons.h
705SC_KERNEL_CONS_REV_ATTR opt_syscons.h
706SC_MOUSE_CHAR opt_syscons.h
707SC_NO_CUTPASTE opt_syscons.h
708SC_NO_FONT_LOADING opt_syscons.h
709SC_NO_HISTORY opt_syscons.h
710SC_NO_MODE_CHANGE opt_syscons.h
710SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
711SC_NO_SYSMOUSE opt_syscons.h
712SC_NORM_ATTR opt_syscons.h
713SC_NORM_REV_ATTR opt_syscons.h
714SC_PIXEL_MODE opt_syscons.h
715SC_RENDER_DEBUG opt_syscons.h
716SC_TWOBUTTON_MOUSE opt_syscons.h
717

--- 46 unchanged lines hidden ---
711SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
712SC_NO_SYSMOUSE opt_syscons.h
713SC_NORM_ATTR opt_syscons.h
714SC_NORM_REV_ATTR opt_syscons.h
715SC_PIXEL_MODE opt_syscons.h
716SC_RENDER_DEBUG opt_syscons.h
717SC_TWOBUTTON_MOUSE opt_syscons.h
718

--- 46 unchanged lines hidden ---