Deleted Added
full compact
options (160469) options (160813)
1# $FreeBSD: head/sys/conf/options 160469 2006-07-18 17:00:51Z imp $
1# $FreeBSD: head/sys/conf/options 160813 2006-07-29 18:38:54Z marcel $
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

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

45
46TWA_DEBUG opt_twa.h
47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Debugging options.
50DDB
51DDB_NUMSYM opt_ddb.h
52GDB
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

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

45
46TWA_DEBUG opt_twa.h
47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Debugging options.
50DDB
51DDB_NUMSYM opt_ddb.h
52GDB
53GDBSPEED opt_gdb.h
54KDB opt_global.h
55KDB_TRACE opt_kdb.h
56KDB_UNATTENDED opt_kdb.h
57SYSCTL_DEBUG opt_sysctl.h
58
59NO_SYSCTL_DESCR opt_global.h
60
61# Miscellaneous options.
62ADAPTIVE_GIANT opt_adaptive_mutexes.h
63NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
64ALQ
65AUDIT opt_global.h
66CODA_COMPAT_5 opt_coda.h
67COMPAT_43 opt_compat.h
68COMPAT_43TTY opt_compat.h
69COMPAT_FREEBSD4 opt_compat.h
70COMPAT_FREEBSD5 opt_compat.h
71COMPILING_LINT opt_global.h
53KDB opt_global.h
54KDB_TRACE opt_kdb.h
55KDB_UNATTENDED opt_kdb.h
56SYSCTL_DEBUG opt_sysctl.h
57
58NO_SYSCTL_DESCR opt_global.h
59
60# Miscellaneous options.
61ADAPTIVE_GIANT opt_adaptive_mutexes.h
62NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
63ALQ
64AUDIT opt_global.h
65CODA_COMPAT_5 opt_coda.h
66COMPAT_43 opt_compat.h
67COMPAT_43TTY opt_compat.h
68COMPAT_FREEBSD4 opt_compat.h
69COMPAT_FREEBSD5 opt_compat.h
70COMPILING_LINT opt_global.h
72CONSPEED opt_comconsole.h
73CY_PCI_FASTINTR
74DIRECTIO
75FULL_PREEMPTION opt_sched.h
76IPI_PREEMPTION opt_sched.h
77GEOM_AES opt_geom.h
78GEOM_APPLE opt_geom.h
79GEOM_BDE opt_geom.h
80GEOM_BSD opt_geom.h

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

569BKTR_USE_PLL opt_bktr.h
570BKTR_GPIO_ACCESS opt_bktr.h
571BKTR_NO_MSP_RESET opt_bktr.h
572BKTR_430_FX_MODE opt_bktr.h
573BKTR_SIS_VIA_MODE opt_bktr.h
574BKTR_USE_FREEBSD_SMBUS opt_bktr.h
575BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
576
71CY_PCI_FASTINTR
72DIRECTIO
73FULL_PREEMPTION opt_sched.h
74IPI_PREEMPTION opt_sched.h
75GEOM_AES opt_geom.h
76GEOM_APPLE opt_geom.h
77GEOM_BDE opt_geom.h
78GEOM_BSD opt_geom.h

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

567BKTR_USE_PLL opt_bktr.h
568BKTR_GPIO_ACCESS opt_bktr.h
569BKTR_NO_MSP_RESET opt_bktr.h
570BKTR_430_FX_MODE opt_bktr.h
571BKTR_SIS_VIA_MODE opt_bktr.h
572BKTR_USE_FREEBSD_SMBUS opt_bktr.h
573BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
574
577# options for serial support
578COM_ESP opt_sio.h
579COM_MULTIPORT opt_sio.h
580BREAK_TO_DEBUGGER opt_comconsole.h
581ALT_BREAK_TO_DEBUGGER opt_comconsole.h
582
583# Options to support PPS
584UART_PPS_ON_CTS opt_uart.h
585
586# options for bus/device framework
587BUS_DEBUG opt_bus.h

--- 141 unchanged lines hidden ---
575BREAK_TO_DEBUGGER opt_comconsole.h
576ALT_BREAK_TO_DEBUGGER opt_comconsole.h
577
578# Options to support PPS
579UART_PPS_ON_CTS opt_uart.h
580
581# options for bus/device framework
582BUS_DEBUG opt_bus.h

--- 141 unchanged lines hidden ---