options (238510fc467906d3ba189907de9e90c41f542b1f) options (03927d3c33689431ba2d9f74c15aa851d85bcb76)
1# $FreeBSD$
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

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

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
1# $FreeBSD$
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

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

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
431DEV_ISA opt_isa.h
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

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

--- 48 unchanged lines hidden ---