This is the mail archive of the ecos-maintainers@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]

[Fwd: Undelivered Mail Returned to Sender]


So much for using the new "desirable" email addresses :-(

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
--- Begin Message ---
This is the Postfix program at host hermes.chez-thomas.org.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the message returned below.

			The Postfix program

<ecos-patches@ecos.sourceware.org>: host sources.redhat.com[67.72.78.213] said:
    553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
Reporting-MTA: dns; hermes.chez-thomas.org
Arrival-Date: Thu,  2 Oct 2003 12:38:45 -0600 (MDT)

Final-Recipient: rfc822; ecos-patches@ecos.sourceware.org
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host sources.redhat.com[67.72.78.213] said: 553
    sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
--- Begin Message ---
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: devs/eth/powerpc/fcc/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fcc/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- devs/eth/powerpc/fcc/current/ChangeLog	8 Sep 2003 17:49:43 -0000	1.4
+++ devs/eth/powerpc/fcc/current/ChangeLog	2 Oct 2003 18:37:26 -0000
@@ -1,5 +1,10 @@
+2003-10-02  Gary Thomas  <gary@mlbassoc.com>
+
+	* cdl/fcc_eth_drivers.cdl: Buffers need to be a multiple of cache
+	line size (typically 16 or 32).
+
 2003-09-08  Gary Thomas  <gary@mlbassoc.com>
 
 	* cdl/fcc_eth_drivers.cdl: Force serial console during init (only
 	safe way to print during system initialization)
 
Index: devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 fcc_eth_drivers.cdl
--- devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl	8 Sep 2003 17:49:43 -0000	1.2
+++ devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl	1 Oct 2003 22:06:56 -0000
@@ -68,11 +68,11 @@ cdl_package CYGPKG_DEVS_ETH_POWERPC_FCC 
     requires { !CYGPKG_NET || CYGPKG_NET_FORCE_SERIAL_CONSOLE == 1 }
 
     cdl_option CYGNUM_DEVS_ETH_POWERPC_FCC_BUFSIZE {
         display       "Buffer size"
         flavor        data
-        default_value 1540
+        default_value 1536
         description   "
             This option specifies the size of the internal buffers used
             for the PowerPC FCC/ethernet device."
     }
 

--- End Message ---

--- End Message ---

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