Deleted Added
full compact
options (92130) options (93023)
1# $FreeBSD: head/sys/conf/options 92130 2002-03-12 04:00:11Z jeff $
1# $FreeBSD: head/sys/conf/options 93023 2002-03-23 15:49:15Z nsouch $
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

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

436BKTR_OVERRIDE_MSP opt_bktr.h
437BKTR_SYSTEM_DEFAULT opt_bktr.h
438BKTR_ALLOC_PAGES opt_bktr.h
439BKTR_USE_PLL opt_bktr.h
440BKTR_GPIO_ACCESS opt_bktr.h
441BKTR_NO_MSP_RESET opt_bktr.h
442BKTR_430_FX_MODE opt_bktr.h
443BKTR_SIS_VIA_MODE opt_bktr.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

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

436BKTR_OVERRIDE_MSP opt_bktr.h
437BKTR_SYSTEM_DEFAULT opt_bktr.h
438BKTR_ALLOC_PAGES opt_bktr.h
439BKTR_USE_PLL opt_bktr.h
440BKTR_GPIO_ACCESS opt_bktr.h
441BKTR_NO_MSP_RESET opt_bktr.h
442BKTR_430_FX_MODE opt_bktr.h
443BKTR_SIS_VIA_MODE opt_bktr.h
444BKTR_USE_FREEBSD_SMBUS opt_bktr.h
444
445# meteor opt_meteor.h
446METEOR_ALLOC_PAGES opt_meteor.h
447METEOR_TEST_VIDEO opt_meteor.h
448METEOR_SYSTEM_DEFAULT opt_meteor.h
449METEOR_DEALLOC_PAGES opt_meteor.h
450METEOR_DEALLOC_ABOVE opt_meteor.h
451

--- 71 unchanged lines hidden ---
445
446# meteor opt_meteor.h
447METEOR_ALLOC_PAGES opt_meteor.h
448METEOR_TEST_VIDEO opt_meteor.h
449METEOR_SYSTEM_DEFAULT opt_meteor.h
450METEOR_DEALLOC_PAGES opt_meteor.h
451METEOR_DEALLOC_ABOVE opt_meteor.h
452

--- 71 unchanged lines hidden ---