summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-07-14 21:49:24 +0000
committerrwatson <rwatson@FreeBSD.org>2007-07-14 21:49:24 +0000
commitea4d9ac0d1f35d1dc3dfd0333fca52e6f92ec683 (patch)
tree4aec3325f92defda29d478c1dd870656056e3c0a /sys/conf/NOTES
parent81f7b063ece187dd48e800e82efc3cc68af13eda (diff)
downloadFreeBSD-src-ea4d9ac0d1f35d1dc3dfd0333fca52e6f92ec683.zip
FreeBSD-src-ea4d9ac0d1f35d1dc3dfd0333fca52e6f92ec683.tar.gz
Disconnect netatm from the build as it is not MPSAFE and relies on
NET_NEEDS_GIANT, which will shortly be removed. This is done in a away that it may be easily reattached to the build before 7.1 if appropriate locking is added. Specifics: - Don't install netatm include files - Disconnect netatm command line management tools - Don't build libatm - Don't include ATM parts in rescue or sysinstall - Don't install sample configuration files and documents - Don't build kernel support as a module or in NOTES - Don't build netgraph wrapper nodes for netatm This removes the last remaining consumer of NET_NEEDS_GIANT. Reviewed by: harti Discussed with: bz, bms Approved by: re (kensmith)
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES16
1 files changed, 9 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 85577bc..0adb769 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -891,6 +891,8 @@ options ZERO_COPY_SOCKETS
#
# ATM (HARP version) options
#
+# XXX: These have been disabled in FreeBSD 7.0 as they are not MPSAFE.
+#
# ATM_CORE includes the base ATM functionality code. This must be included
# for ATM support.
#
@@ -909,14 +911,14 @@ options ZERO_COPY_SOCKETS
#
# The `harp' pseudo-driver makes all NATM interface drivers available to HARP.
#
-options ATM_CORE #core ATM protocol family
-options ATM_IP #IP over ATM support
-options ATM_SIGPVC #SIGPVC signalling manager
-options ATM_SPANS #SPANS signalling manager
-options ATM_UNI #UNI signalling manager
+#options ATM_CORE #core ATM protocol family
+#options ATM_IP #IP over ATM support
+#options ATM_SIGPVC #SIGPVC signalling manager
+#options ATM_SPANS #SPANS signalling manager
+#options ATM_UNI #UNI signalling manager
-device hfa #FORE PCA-200E ATM PCI
-device harp #Pseudo-interface for NATM
+#device hfa #FORE PCA-200E ATM PCI
+#device harp #Pseudo-interface for NATM
#####################################################################
OpenPOWER on IntegriCloud