Deleted Added
sdiff udiff text old ( 160469 ) new ( 160813 )
full compact
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
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
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
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 ---