This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[APPROVE?] remove unused CDL from FreeBSD stack


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/ChangeLog,v
retrieving revision 1.15
diff -u -5 -p -r1.15 ChangeLog
--- ChangeLog	14 Feb 2003 18:28:31 -0000	1.15
+++ ChangeLog	18 Feb 2003 17:31:51 -0000
@@ -1,5 +1,9 @@
+2003-02-18  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/freebsd_net.cdl: Remove unused NBPFILTER and BRIDGE CDL options.
+
 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* doc/freebsd.sgml: new_net template is now just "net".
 
 2003-02-12  Jani Monoses  <jani@iv.ro>
Index: cdl/freebsd_net.cdl
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/cdl/freebsd_net.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 freebsd_net.cdl
--- cdl/freebsd_net.cdl	20 May 2002 22:25:00 -0000	1.1
+++ cdl/freebsd_net.cdl	18 Feb 2003 17:31:51 -0000
@@ -153,47 +153,10 @@ cdl_package CYGPKG_NET_FREEBSD_STACK {
 ##
 
         }
     }
 
-    cdl_option CYGPKG_NET_NBPF {
-        display "Number of BPF filters"
-        flavor  data
-        default_value 0
-        description   "
-            This option controls the number of active BPF filters."
-        define NBPFILTER
-    }
-
-    cdl_component CYGPKG_NET_BRIDGE {
-         display "Built-in ethernet bridge code"
-         default_value 0
-         implements CYGINT_NET_BRIDGE_HANDLER
-         no_define
-         description   "
-             This option controls whether to include the built-in code for
-             the Ethernet bridge."
-         compile sys/net/if_bridge.c
-
-         cdl_option CYGNUM_NET_BRIDGES {
-             display "Number of Ethernet bridges"
-             flavor  data
-             default_value 1
-             legal_values 1 to 999999
-         }
-    }
-
-    cdl_interface CYGINT_NET_BRIDGE_HANDLER {
-        display "Support for ethernet bridges in the IP stack"
-        define NBRIDGE
-            description "
-              This interface controls whether calls to bridge code are made
-              from the IP stack; these are needed if the built-in bridge code
-              is used, but they can also be enabled in order to call different
-              bridge code from an external component."
-    }
-
     cdl_option CYGPKG_NET_NGIF {
         display "Number of GIF things"
         flavor  data
         default_value 0
         description   "


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]