Mercurial > ecos
changeset 1261:e1738e65692a
Fix alignment/padding problem
| author | gthomas |
|---|---|
| date | Thu, 02 Oct 2003 18:37:49 +0000 |
| parents | c5a75fb0568a |
| children | 236516292e45 |
| files | packages/devs/eth/powerpc/fcc/current/ChangeLog packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/powerpc/fcc/current/ChangeLog +++ b/packages/devs/eth/powerpc/fcc/current/ChangeLog @@ -1,3 +1,8 @@ +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
--- a/packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl +++ b/packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl @@ -70,7 +70,7 @@ cdl_package CYGPKG_DEVS_ETH_POWERPC_FCC 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."
