Deleted Added
full compact
options (68831) options (69953)
1# $FreeBSD: head/sys/conf/options 68831 2000-11-16 16:59:26Z archie $
1# $FreeBSD: head/sys/conf/options 69953 2000-12-13 01:25:11Z msmith $
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

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

376# sys/netkey
377KEY
378
379# Size of the kernel message buffer
380MSGBUF_SIZE opt_msgbuf.h
381
382# PCI related options
383PCI_QUIET opt_pci.h
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

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

376# sys/netkey
377KEY
378
379# Size of the kernel message buffer
380MSGBUF_SIZE opt_msgbuf.h
381
382# PCI related options
383PCI_QUIET opt_pci.h
384COMPAT_OLDPCI
385
386# NFS options
387NFS_MINATTRTIMO opt_nfs.h
388NFS_MAXATTRTIMO opt_nfs.h
389NFS_MINDIRATTRTIMO opt_nfs.h
390NFS_MAXDIRATTRTIMO opt_nfs.h
391NFS_GATHERDELAY opt_nfs.h
392NFS_UIDHASHSIZ opt_nfs.h

--- 94 unchanged lines hidden ---
384
385# NFS options
386NFS_MINATTRTIMO opt_nfs.h
387NFS_MAXATTRTIMO opt_nfs.h
388NFS_MINDIRATTRTIMO opt_nfs.h
389NFS_MAXDIRATTRTIMO opt_nfs.h
390NFS_GATHERDELAY opt_nfs.h
391NFS_UIDHASHSIZ opt_nfs.h

--- 94 unchanged lines hidden ---