The branch stable/13 has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=744fb5a2326156c60d727eca1779d2a746d3e3c7

commit 744fb5a2326156c60d727eca1779d2a746d3e3c7
Author:     Brooks Davis <[email protected]>
AuthorDate: 2023-03-02 23:37:10 +0000
Commit:     Brooks Davis <[email protected]>
CommitDate: 2023-03-06 18:20:45 +0000

    NgATM: Remove useless NGATM_ATM option
    
    Reviewed by:    emaste
    Differential Revision:  https://reviews.freebsd.org/D38875
    
    (cherry picked from commit bd32aedeee1a2af8293bfb1a2c85432b7ed8f207)
---
 sys/conf/NOTES   | 1 -
 sys/conf/options | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 482565c0b1e1..300e85c8cacd 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -820,7 +820,6 @@ options     NETGRAPH_VJC
 options        NETGRAPH_VLAN
 
 # NgATM - Netgraph ATM
-options        NGATM_ATM
 options        NGATM_ATMBASE
 options        NGATM_SSCOP
 options        NGATM_SSCFU
diff --git a/sys/conf/options b/sys/conf/options
index 886772866c31..05ca15e5c651 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -557,7 +557,6 @@ NETGRAPH_VJC                opt_netgraph.h
 NETGRAPH_VLAN          opt_netgraph.h
 
 # NgATM options
-NGATM_ATM              opt_netgraph.h
 NGATM_ATMBASE          opt_netgraph.h
 NGATM_SSCOP            opt_netgraph.h
 NGATM_SSCFU            opt_netgraph.h

Reply via email to