Deleted Added
full compact
NOTES (145143) NOTES (145256)
1# $FreeBSD: head/sys/conf/NOTES 145143 2005-04-16 12:14:43Z rwatson $
1# $FreeBSD: head/sys/conf/NOTES 145256 2005-04-19 04:01:25Z jkoshy $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

417# system. This is used to be able to compile all kernel code in one go for
418# quality assurance purposes (like this file, which the option takes it name
419# from.)
420#
421options COMPILING_LINT
422
423
424#####################################################################
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

417# system. This is used to be able to compile all kernel code in one go for
418# quality assurance purposes (like this file, which the option takes it name
419# from.)
420#
421options COMPILING_LINT
422
423
424#####################################################################
425# PERFORMANCE MONITORING OPTIONS
426
427#
428# The hwpmc driver that allows the use of in-CPU performance monitoring
429# counters for performance monitoring. The base kernel needs to configured
430# with the 'options' line, while the hwpmc device can be either compiled
431# in or loaded as a loadable kernel module.
432#
433device hwpmc # Driver (also a loadable module)
434options HWPMC_HOOKS # Other necessary kernel hooks
435
436
437#####################################################################
425# NETWORKING OPTIONS
426
427#
428# Protocol families:
429# Only the INET (Internet) family is officially supported in FreeBSD.
430#
431options INET #Internet communications protocols
432options INET6 #IPv6 communications protocols

--- 2131 unchanged lines hidden ---
438# NETWORKING OPTIONS
439
440#
441# Protocol families:
442# Only the INET (Internet) family is officially supported in FreeBSD.
443#
444options INET #Internet communications protocols
445options INET6 #IPv6 communications protocols

--- 2131 unchanged lines hidden ---