Deleted Added
full compact
options (276096) options (276140)
1# $FreeBSD: head/sys/conf/options 276096 2014-12-23 00:47:46Z rmacklem $
1# $FreeBSD: head/sys/conf/options 276140 2014-12-23 14:24:36Z rmacklem $
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

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

614# Size of the kernel message buffer
615MSGBUF_SIZE opt_msgbuf.h
616
617# NFS options
618NFS_MINATTRTIMO opt_nfs.h
619NFS_MAXATTRTIMO opt_nfs.h
620NFS_MINDIRATTRTIMO opt_nfs.h
621NFS_MAXDIRATTRTIMO opt_nfs.h
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

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

614# Size of the kernel message buffer
615MSGBUF_SIZE opt_msgbuf.h
616
617# NFS options
618NFS_MINATTRTIMO opt_nfs.h
619NFS_MAXATTRTIMO opt_nfs.h
620NFS_MINDIRATTRTIMO opt_nfs.h
621NFS_MAXDIRATTRTIMO opt_nfs.h
622NFS_GATHERDELAY opt_nfs.h
623NFS_WDELAYHASHSIZ opt_nfs.h
624NFS_DEBUG opt_nfs.h
625
626# For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver
627OVERRIDE_CARD opt_bktr.h
628OVERRIDE_TUNER opt_bktr.h
629OVERRIDE_DBX opt_bktr.h
630OVERRIDE_MSP opt_bktr.h
631BROOKTREE_SYSTEM_DEFAULT opt_bktr.h

--- 296 unchanged lines hidden ---
622NFS_DEBUG opt_nfs.h
623
624# For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver
625OVERRIDE_CARD opt_bktr.h
626OVERRIDE_TUNER opt_bktr.h
627OVERRIDE_DBX opt_bktr.h
628OVERRIDE_MSP opt_bktr.h
629BROOKTREE_SYSTEM_DEFAULT opt_bktr.h

--- 296 unchanged lines hidden ---