Deleted Added
full compact
options (179308) options (179315)
1# $FreeBSD: head/sys/conf/options 179308 2008-05-25 22:11:40Z rwatson $
1# $FreeBSD: head/sys/conf/options 179315 2008-05-26 10:40:09Z bz $
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

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

738MALO_RXBUF opt_malo.h
739
740# dcons options
741DCONS_BUF_SIZE opt_dcons.h
742DCONS_POLL_HZ opt_dcons.h
743DCONS_FORCE_CONSOLE opt_dcons.h
744DCONS_FORCE_GDB opt_dcons.h
745
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

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

738MALO_RXBUF opt_malo.h
739
740# dcons options
741DCONS_BUF_SIZE opt_dcons.h
742DCONS_POLL_HZ opt_dcons.h
743DCONS_FORCE_CONSOLE opt_dcons.h
744DCONS_FORCE_GDB opt_dcons.h
745
746# Static unit counts
747NI4BTRC opt_i4b.h
748NI4BRBCH opt_i4b.h
749NI4BTEL opt_i4b.h
750#XXXBZ#NI4BIPR opt_i4b.h
751#XXXBZ#NI4BING opt_i4b.h
752#XXXBZ#NI4BISPPP opt_i4b.h
753
754# VFS options
755LOOKUP_SHARED opt_vfs.h
756
757# HWPMC options
758HWPMC_HOOKS
759
760# XBOX options for FreeBSD/i386, but some files are MI
761XBOX opt_xbox.h

--- 14 unchanged lines hidden ---
746# VFS options
747LOOKUP_SHARED opt_vfs.h
748
749# HWPMC options
750HWPMC_HOOKS
751
752# XBOX options for FreeBSD/i386, but some files are MI
753XBOX opt_xbox.h

--- 14 unchanged lines hidden ---