Deleted Added
full compact
NOTES (130407) NOTES (130416)
1# $FreeBSD: head/sys/conf/NOTES 130407 2004-06-13 10:54:36Z dfr $
1# $FreeBSD: head/sys/conf/NOTES 130416 2004-06-13 17:29:10Z mlaier $
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

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

394# options.
395# NETSMBCRYPTO enables support for encrypted passwords.
396options NETSMB #SMB/CIFS requester
397options NETSMBCRYPTO #encrypted password support for SMB
398
399# mchain library. It can be either loaded as KLD or compiled into kernel
400options LIBMCHAIN
401
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

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

394# options.
395# NETSMBCRYPTO enables support for encrypted passwords.
396options NETSMB #SMB/CIFS requester
397options NETSMBCRYPTO #encrypted password support for SMB
398
399# mchain library. It can be either loaded as KLD or compiled into kernel
400options LIBMCHAIN
401
402# altq(9). Enable the base part of the hooks with the ALTQ option.
403# Individual disciplines must be built into the base system and can not be
404# loaded as modules at this point. In order to build a SMP kernel you must
405# also have the ALTQ_NOPCC option.
406options ALTQ
407options ALTQ_CBQ # Class Bases Queueing
408options ALTQ_RED # Random Early Drop
409options ALTQ_RIO # RED In/Out
410options ALTQ_HFSC # Hierarchical Packet Scheduler
411options ALTQ_CDNR # Traffic conditioner
412options ALTQ_PRIQ # Prioirity Queueing
413options ALTQ_NOPCC # Required for SMP build
414options ALTQ_DEBUG
415
402# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
403# Individual node types can be enabled with the corresponding option
404# listed below; however, this is not strictly necessary as netgraph
405# will automatically load the corresponding KLD module if the node type
406# is not already compiled into the kernel. Each type below has a
407# corresponding man page, e.g., ng_async(8).
408options NETGRAPH #netgraph(4) system
409options NETGRAPH_ASYNC

--- 1996 unchanged lines hidden ---
416# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
417# Individual node types can be enabled with the corresponding option
418# listed below; however, this is not strictly necessary as netgraph
419# will automatically load the corresponding KLD module if the node type
420# is not already compiled into the kernel. Each type below has a
421# corresponding man page, e.g., ng_async(8).
422options NETGRAPH #netgraph(4) system
423options NETGRAPH_ASYNC

--- 1996 unchanged lines hidden ---