aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-03-02 23:36:55 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-03-02 23:40:05 +0000
commit3746e90118c941eb5c9123e22fe05026b78382ab (patch)
treeda0fe2c7d94d1dc5eda25d8b75e90dd89b5b6c50
parentcbbb22031f9b957967c03dc8e685392f7d7e7fb8 (diff)
downloadsrc-3746e90118c941eb5c9123e22fe05026b78382ab.tar.gz
src-3746e90118c941eb5c9123e22fe05026b78382ab.zip
NATM: Remove useless NETGRAPH_ATM_ATMPIF option
This code was removed as part of the NATM removal in 2017 and somehow this option was missed. MFC after: 3 days Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D38874
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/options1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4de38aeb4e94..f892593d862a 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -794,7 +794,6 @@ options NETGRAPH_DEBUG # enable extra debugging, this
# Node types
options NETGRAPH_ASYNC
options NETGRAPH_ATMLLC
-options NETGRAPH_ATM_ATMPIF
options NETGRAPH_BLUETOOTH # ng_bluetooth(4)
options NETGRAPH_BLUETOOTH_HCI # ng_hci(4)
options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4)
diff --git a/sys/conf/options b/sys/conf/options
index 42529a90a54e..9fe386f6af19 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -510,7 +510,6 @@ NETGRAPH
NETGRAPH_DEBUG opt_netgraph.h
NETGRAPH_ASYNC opt_netgraph.h
NETGRAPH_ATMLLC opt_netgraph.h
-NETGRAPH_ATM_ATMPIF opt_netgraph.h
NETGRAPH_BLUETOOTH opt_netgraph.h
NETGRAPH_BLUETOOTH_BT3C opt_netgraph.h
NETGRAPH_BLUETOOTH_H4 opt_netgraph.h