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]

NET - Increase default number of FEC buffers


Index: devs/eth/powerpc/fec/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fec/current/ChangeLog,v
retrieving revision 1.13
diff -u -5 -p -r1.13 ChangeLog
--- devs/eth/powerpc/fec/current/ChangeLog	18 Oct 2002 16:56:54 -0000	1.13
+++ devs/eth/powerpc/fec/current/ChangeLog	14 Nov 2002 23:33:17 -0000
@@ -1,5 +1,10 @@
+2002-11-14  Gary Thomas  <gthomas@ecoscentric.com>
+
+	* cdl/fec_eth_drivers.cdl: Increase default number of buffers (to a
+	more reasonable amount).
+
 2002-10-18  Gary Thomas  <gthomas@ecoscentric.com>
 
 	* src/if_fec.c: Reduce warnings when PHY code is not used.
 
 2002-10-11  Gary Thomas  <gthomas@ecoscentric.com> [inspired by]
Index: devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 fec_eth_drivers.cdl
--- devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl	11 Oct 2002 20:24:29 -0000	1.5
+++ devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl	13 Nov 2002 20:54:51 -0000
@@ -87,21 +87,21 @@ cdl_package CYGPKG_DEVS_ETH_POWERPC_FEC 
 
     cdl_option CYGNUM_DEVS_ETH_POWERPC_FEC_TxNUM {
         display       "Number of output buffers"
         flavor        data
         legal_values  2 to 16
-        default_value 4
+        default_value 16
         description   "
             This option specifies the number of output buffer packets
             to be used for the PowerPC FEC/ethernet device."
     }
 
     cdl_option CYGNUM_DEVS_ETH_POWERPC_FEC_RxNUM {
         display       "Number of input buffers"
         flavor        data
         legal_values  2 to 16
-        default_value 4
+        default_value 16
         description   "
             This option specifies the number of input buffer packets
             to be used for the PowerPC FEC/ethernet device."
     }
 


-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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