Deleted Added
full compact
options (74822) options (75332)
1# $FreeBSD: head/sys/conf/options 74822 2001-03-26 17:53:19Z rwatson $
1# $FreeBSD: head/sys/conf/options 75332 2001-04-09 09:39:29Z bp $
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

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

60COMPILING_LINT opt_global.h
61CY_PCI_FASTINTR
62DDB
63DDB_UNATTENDED opt_ddb.h
64GDB_REMOTE_CHAT opt_ddb.h
65DEVFS
66HW_WDOG
67KTRACE
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

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

60COMPILING_LINT opt_global.h
61CY_PCI_FASTINTR
62DDB
63DDB_UNATTENDED opt_ddb.h
64GDB_REMOTE_CHAT opt_ddb.h
65DEVFS
66HW_WDOG
67KTRACE
68LIBICONV
68MD_ROOT opt_md.h
69MD_ROOT_SIZE opt_md.h
70MFS_ROOT opt_mfs.h
71MFS_ROOT_SIZE opt_mfs.h
72NTIMECOUNTER opt_ntp.h
73NSWAPDEV opt_swap.h
74PPS_SYNC opt_ntp.h
75QUOTA

--- 433 unchanged lines hidden ---
69MD_ROOT opt_md.h
70MD_ROOT_SIZE opt_md.h
71MFS_ROOT opt_mfs.h
72MFS_ROOT_SIZE opt_mfs.h
73NTIMECOUNTER opt_ntp.h
74NSWAPDEV opt_swap.h
75PPS_SYNC opt_ntp.h
76QUOTA

--- 433 unchanged lines hidden ---