aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-06-25 13:21:04 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-06-25 13:21:04 +0000
commit02152e8f9088ed9310134077d71c877774d32e1d (patch)
tree5bcddb2968120a85e93e40a11880320116b8b96b
parentcfca62bfacde6d19a961d96f04dd7484fa90a1d4 (diff)
downloadsrc-02152e8f9088ed9310134077d71c877774d32e1d.tar.gz
src-02152e8f9088ed9310134077d71c877774d32e1d.zip
Make the netgraph ATM node compilable into the kernel.
Notes
Notes: svn path=/head/; revision=116809
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options3
3 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4328825fce07..f616f88d1e43 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -443,6 +443,9 @@ options NETGRAPH_TTY
options NETGRAPH_UI
options NETGRAPH_VJC
+# NgATM - Netgraph ATM
+options NGATM_ATM
+
device mn # Munich32x/Falc54 Nx64kbit/sec cards.
device lmc # tulip based LanMedia WAN cards
device musycc # LMC/SBE LMC1504 quad T1/E1
diff --git a/sys/conf/files b/sys/conf/files
index 5dc1174cc64f..7fcc74f4dd01 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1314,6 +1314,7 @@ netatm/uni/unisig_sigmgr_state.c optional atm_uni atm_core
netatm/uni/unisig_subr.c optional atm_uni atm_core
netatm/uni/unisig_util.c optional atm_uni atm_core
netatm/uni/unisig_vc_state.c optional atm_uni atm_core
+netgraph/atm/ng_atm.c optional ngatm_atm
netgraph/ng_UI.c optional netgraph_UI
netgraph/ng_async.c optional netgraph_async
netgraph/ng_base.c optional netgraph
diff --git a/sys/conf/options b/sys/conf/options
index 51955bd97233..cf02ef21421d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -394,6 +394,9 @@ NETGRAPH_TTY opt_netgraph.h
NETGRAPH_UI opt_netgraph.h
NETGRAPH_VJC opt_netgraph.h
+# NgATM options
+NGATM_ATM opt_netgraph.h
+
# DRM options
DRM_DEBUG opt_drm.h