summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-25 13:21:04 +0000
committerharti <harti@FreeBSD.org>2003-06-25 13:21:04 +0000
commit6f3e2733b24290d8896913d4b9c5e3557ffe8d89 (patch)
tree5bcddb2968120a85e93e40a11880320116b8b96b /sys/conf
parentad281045981ca6dfa9af7cd6bcbdb7df539ac573 (diff)
downloadFreeBSD-src-6f3e2733b24290d8896913d4b9c5e3557ffe8d89.zip
FreeBSD-src-6f3e2733b24290d8896913d4b9c5e3557ffe8d89.tar.gz
Make the netgraph ATM node compilable into the kernel.
Diffstat (limited to 'sys/conf')
-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 4328825..f616f88 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 5dc1174..7fcc74f 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 51955bd..cf02ef2 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
OpenPOWER on IntegriCloud