Deleted Added
full compact
options (224987) options (225214)
1# $FreeBSD: head/sys/conf/options 224987 2011-08-18 22:51:30Z jonathan $
1# $FreeBSD: head/sys/conf/options 225214 2011-08-27 14:24:27Z rwatson $
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

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

42AHD_TMODE_ENABLE opt_aic79xx.h
43AHD_REG_PRETTY_PRINT opt_aic79xx.h
44ADW_ALLOW_MEMIO opt_adw.h
45
46TWA_DEBUG opt_twa.h
47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Debugging options.
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

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

42AHD_TMODE_ENABLE opt_aic79xx.h
43AHD_REG_PRETTY_PRINT opt_aic79xx.h
44ADW_ALLOW_MEMIO opt_adw.h
45
46TWA_DEBUG opt_twa.h
47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Debugging options.
50ALT_BREAK_TO_DEBUGGER opt_kdb.h
51BREAK_TO_DEBUGGER opt_kdb.h
50DDB
51DDB_BUFR_SIZE opt_ddb.h
52DDB_CAPTURE_DEFAULTBUFSIZE opt_ddb.h
53DDB_CAPTURE_MAXBUFSIZE opt_ddb.h
54DDB_CTF opt_ddb.h
55DDB_NUMSYM opt_ddb.h
56GDB
57KDB opt_global.h

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

632BKTR_USE_PLL opt_bktr.h
633BKTR_GPIO_ACCESS opt_bktr.h
634BKTR_NO_MSP_RESET opt_bktr.h
635BKTR_430_FX_MODE opt_bktr.h
636BKTR_SIS_VIA_MODE opt_bktr.h
637BKTR_USE_FREEBSD_SMBUS opt_bktr.h
638BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
639
52DDB
53DDB_BUFR_SIZE opt_ddb.h
54DDB_CAPTURE_DEFAULTBUFSIZE opt_ddb.h
55DDB_CAPTURE_MAXBUFSIZE opt_ddb.h
56DDB_CTF opt_ddb.h
57DDB_NUMSYM opt_ddb.h
58GDB
59KDB opt_global.h

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

634BKTR_USE_PLL opt_bktr.h
635BKTR_GPIO_ACCESS opt_bktr.h
636BKTR_NO_MSP_RESET opt_bktr.h
637BKTR_430_FX_MODE opt_bktr.h
638BKTR_SIS_VIA_MODE opt_bktr.h
639BKTR_USE_FREEBSD_SMBUS opt_bktr.h
640BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
641
640BREAK_TO_DEBUGGER opt_comconsole.h
641ALT_BREAK_TO_DEBUGGER opt_comconsole.h
642
643# Options to support PPS
644UART_PPS_ON_CTS opt_uart.h
645
646# options for bus/device framework
647BUS_DEBUG opt_bus.h
648
649# options for USB support
650USB_DEBUG opt_usb.h

--- 250 unchanged lines hidden ---
642# Options to support PPS
643UART_PPS_ON_CTS opt_uart.h
644
645# options for bus/device framework
646BUS_DEBUG opt_bus.h
647
648# options for USB support
649USB_DEBUG opt_usb.h

--- 250 unchanged lines hidden ---