Deleted Added
full compact
options (61470) options (61649)
1# $FreeBSD: head/sys/conf/options 61470 2000-06-10 02:09:50Z peter $
1# $FreeBSD: head/sys/conf/options 61649 2000-06-14 06:41:33Z ps $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

422METEOR_SYSTEM_DEFAULT opt_meteor.h
423METEOR_DEALLOC_PAGES opt_meteor.h
424METEOR_DEALLOC_ABOVE opt_meteor.h
425
426# Various mi ISA bus flags
427COM_ESP opt_sio.h
428COM_MULTIPORT opt_sio.h
429BREAK_TO_DEBUGGER opt_comconsole.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

422METEOR_SYSTEM_DEFAULT opt_meteor.h
423METEOR_DEALLOC_PAGES opt_meteor.h
424METEOR_DEALLOC_ABOVE opt_meteor.h
425
426# Various mi ISA bus flags
427COM_ESP opt_sio.h
428COM_MULTIPORT opt_sio.h
429BREAK_TO_DEBUGGER opt_comconsole.h
430ALT_BREAK_TO_DEBUGGER opt_comconsole.h
430
431# Include tweaks for running under the SimOS machine simulator.
432SIMOS opt_simos.h
433
434# options for bus/device framework
435BUS_DEBUG opt_bus.h
436DEVICE_SYSCTLS opt_bus.h
437

--- 25 unchanged lines hidden ---
431
432# Include tweaks for running under the SimOS machine simulator.
433SIMOS opt_simos.h
434
435# options for bus/device framework
436BUS_DEBUG opt_bus.h
437DEVICE_SYSCTLS opt_bus.h
438

--- 25 unchanged lines hidden ---