Deleted Added
full compact
options (118774) options (118819)
1# $FreeBSD: head/sys/conf/options 118774 2003-08-11 08:40:02Z harti $
1# $FreeBSD: head/sys/conf/options 118819 2003-08-12 09:45:34Z alex $
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

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

518BKTR_SYSTEM_DEFAULT opt_bktr.h
519BKTR_ALLOC_PAGES opt_bktr.h
520BKTR_USE_PLL opt_bktr.h
521BKTR_GPIO_ACCESS opt_bktr.h
522BKTR_NO_MSP_RESET opt_bktr.h
523BKTR_430_FX_MODE opt_bktr.h
524BKTR_SIS_VIA_MODE opt_bktr.h
525BKTR_USE_FREEBSD_SMBUS 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

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

518BKTR_SYSTEM_DEFAULT opt_bktr.h
519BKTR_ALLOC_PAGES opt_bktr.h
520BKTR_USE_PLL opt_bktr.h
521BKTR_GPIO_ACCESS opt_bktr.h
522BKTR_NO_MSP_RESET opt_bktr.h
523BKTR_430_FX_MODE opt_bktr.h
524BKTR_SIS_VIA_MODE opt_bktr.h
525BKTR_USE_FREEBSD_SMBUS opt_bktr.h
526BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
526
527# meteor opt_meteor.h
528METEOR_ALLOC_PAGES opt_meteor.h
529METEOR_TEST_VIDEO opt_meteor.h
530METEOR_SYSTEM_DEFAULT opt_meteor.h
531METEOR_DEALLOC_PAGES opt_meteor.h
532METEOR_DEALLOC_ABOVE opt_meteor.h
533

--- 133 unchanged lines hidden ---
527
528# meteor opt_meteor.h
529METEOR_ALLOC_PAGES opt_meteor.h
530METEOR_TEST_VIDEO opt_meteor.h
531METEOR_SYSTEM_DEFAULT opt_meteor.h
532METEOR_DEALLOC_PAGES opt_meteor.h
533METEOR_DEALLOC_ABOVE opt_meteor.h
534

--- 133 unchanged lines hidden ---