Deleted Added
full compact
options (187094) options (187367)
1# $FreeBSD: head/sys/conf/options 187094 2009-01-12 11:24:32Z qingli $
1# $FreeBSD: head/sys/conf/options 187367 2009-01-17 16:37:13Z 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

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

721SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
722SC_NO_SYSMOUSE opt_syscons.h
723SC_NORM_ATTR opt_syscons.h
724SC_NORM_REV_ATTR opt_syscons.h
725SC_PIXEL_MODE opt_syscons.h
726SC_RENDER_DEBUG opt_syscons.h
727SC_TWOBUTTON_MOUSE opt_syscons.h
728
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

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

721SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
722SC_NO_SYSMOUSE opt_syscons.h
723SC_NORM_ATTR opt_syscons.h
724SC_NORM_REV_ATTR opt_syscons.h
725SC_PIXEL_MODE opt_syscons.h
726SC_RENDER_DEBUG opt_syscons.h
727SC_TWOBUTTON_MOUSE opt_syscons.h
728
729# teken terminal emulator options
730TEKEN_UTF8 opt_teken.h
731TEKEN_XTERM opt_teken.h
732
729# options for printf
730PRINTF_BUFR_SIZE opt_printf.h
731
732# kbd options
733KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
734KBD_INSTALL_CDEV opt_kbd.h
735KBD_MAXRETRY opt_kbd.h
736KBD_MAXWAIT opt_kbd.h

--- 66 unchanged lines hidden ---
733# options for printf
734PRINTF_BUFR_SIZE opt_printf.h
735
736# kbd options
737KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
738KBD_INSTALL_CDEV opt_kbd.h
739KBD_MAXRETRY opt_kbd.h
740KBD_MAXWAIT opt_kbd.h

--- 66 unchanged lines hidden ---