Deleted Added
full compact
NOTES (171442) NOTES (171453)
1# $FreeBSD: head/sys/conf/NOTES 171442 2007-07-14 15:35:45Z rwatson $
1# $FreeBSD: head/sys/conf/NOTES 171453 2007-07-14 21:49:24Z rwatson $
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

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

886# the receive side only works for NICs that support MTUs greater than the
887# page size of your architecture and that support header splitting. See
888# zero_copy(9) for more details.
889options ZERO_COPY_SOCKETS
890
891#
892# ATM (HARP version) options
893#
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

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

886# the receive side only works for NICs that support MTUs greater than the
887# page size of your architecture and that support header splitting. See
888# zero_copy(9) for more details.
889options ZERO_COPY_SOCKETS
890
891#
892# ATM (HARP version) options
893#
894# XXX: These have been disabled in FreeBSD 7.0 as they are not MPSAFE.
895#
894# ATM_CORE includes the base ATM functionality code. This must be included
895# for ATM support.
896#
897# ATM_IP includes support for running IP over ATM.
898#
899# At least one (and usually only one) of the following signalling managers
900# must be included (note that all signalling managers include PVC support):
901# ATM_SIGPVC includes support for the PVC-only signalling manager `sigpvc'.
902# ATM_SPANS includes support for the `spans' signalling manager, which runs
903# the FORE Systems's proprietary SPANS signalling protocol.
904# ATM_UNI includes support for the `uni30' and `uni31' signalling managers,
905# which run the ATM Forum UNI 3.x signalling protocols.
906#
907# The `hfa' driver provides support for the FORE Systems, Inc.
908# PCA-200E ATM PCI Adapter.
909#
910# The `harp' pseudo-driver makes all NATM interface drivers available to HARP.
911#
896# ATM_CORE includes the base ATM functionality code. This must be included
897# for ATM support.
898#
899# ATM_IP includes support for running IP over ATM.
900#
901# At least one (and usually only one) of the following signalling managers
902# must be included (note that all signalling managers include PVC support):
903# ATM_SIGPVC includes support for the PVC-only signalling manager `sigpvc'.
904# ATM_SPANS includes support for the `spans' signalling manager, which runs
905# the FORE Systems's proprietary SPANS signalling protocol.
906# ATM_UNI includes support for the `uni30' and `uni31' signalling managers,
907# which run the ATM Forum UNI 3.x signalling protocols.
908#
909# The `hfa' driver provides support for the FORE Systems, Inc.
910# PCA-200E ATM PCI Adapter.
911#
912# The `harp' pseudo-driver makes all NATM interface drivers available to HARP.
913#
912options ATM_CORE #core ATM protocol family
913options ATM_IP #IP over ATM support
914options ATM_SIGPVC #SIGPVC signalling manager
915options ATM_SPANS #SPANS signalling manager
916options ATM_UNI #UNI signalling manager
914#options ATM_CORE #core ATM protocol family
915#options ATM_IP #IP over ATM support
916#options ATM_SIGPVC #SIGPVC signalling manager
917#options ATM_SPANS #SPANS signalling manager
918#options ATM_UNI #UNI signalling manager
917
919
918device hfa #FORE PCA-200E ATM PCI
919device harp #Pseudo-interface for NATM
920#device hfa #FORE PCA-200E ATM PCI
921#device harp #Pseudo-interface for NATM
920
921
922#####################################################################
923# FILESYSTEM OPTIONS
924
925#
926# Only the root, /usr, and /tmp filesystems need be statically
927# compiled; everything else will be automatically loaded at mount

--- 1741 unchanged lines hidden ---
922
923
924#####################################################################
925# FILESYSTEM OPTIONS
926
927#
928# Only the root, /usr, and /tmp filesystems need be statically
929# compiled; everything else will be automatically loaded at mount

--- 1741 unchanged lines hidden ---