Mercurial > ecos
diff packages/io/eth/current/cdl/eth_drivers.cdl @ 160:0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
| author | jlarmour |
|---|---|
| date | Fri, 01 Jun 2001 22:16:29 +0000 |
| parents | b939e9cada46 |
| children | 2395031e7a66 |
line wrap: on
line diff
--- a/packages/io/eth/current/cdl/eth_drivers.cdl +++ b/packages/io/eth/current/cdl/eth_drivers.cdl @@ -122,6 +122,16 @@ cdl_package CYGPKG_IO_ETH_DRIVERS { default_value 1 compile stand_alone/eth_drv.c + cdl_option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS { + display "Pass packets to an alternate stack" + flavor bool + default_value { 0 != CYGPKG_REDBOOT_NETWORKING } + description " + Define this to allow packets seen by this layer to be + passed on to the previous logical layer, i.e. when + stand-alone processing replaces system (eCos) processing." + } + cdl_option CYGNUM_IO_ETH_DRIVERS_NUM_PKT { display "Number of \[network\] buffers" flavor data
