Mercurial > nand-ecoscentric
changeset 2870:e0f9e9ff3920
Fix a couple of typos
| author | bartv |
|---|---|
| date | Tue, 21 Apr 2009 15:49:19 +0000 |
| parents | b05be09f157f |
| children | 73f2982fdf46 |
| files | packages/devs/eth/m68k/mcf5272/current/ChangeLog packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c |
| diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/m68k/mcf5272/current/ChangeLog +++ b/packages/devs/eth/m68k/mcf5272/current/ChangeLog @@ -1,3 +1,7 @@ +2009-04-21 Bart Veer <bartv@ecoscentric.com> + + * src/if_mcf5272.c: fix a couple of typos + 2008-11-17 Bart Veer <bartv@ecoscentric.com> * cdl/mcf5272.cdl, doc/mcf5272_eth.sgml, src/if_mcf5272.c: minor
--- a/packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c +++ b/packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c @@ -410,7 +410,7 @@ static void mcfxxxx_eth_dsr_tx(c // value. #ifdef CYGINT_DEVS_ETH_MCFxxxx_PLATFORM_MAC -# if !defined(HAL_MCFxxxx_ETH_GET_MAC_ADDRESS) && !defined(HAL_MCFxxxx_ETH_GET_MAC_ADDRESS) +# if !defined(HAL_MCFxxxx_ETH_GET_MAC_ADDRESS) # error Platform HAL should have provided a MAC address macro # endif @@ -734,7 +734,7 @@ mcfxxxx_eth_send(struct eth_drv_sc* sc, // Make sure all the buffer descriptors have been written to memory. // No need to invalidate the cache entries, the driver does not look - // for any bits changed by the hardware except on the xxxx which + // for any bits changed by the hardware except on the 5272 which // does not have a data cache at all. #ifdef HAL_DCACHE_STORE HAL_DCACHE_STORE(&(eth->txbds[0]), TX_BUFFER_DESCRIPTOR_COUNT * sizeof(hal_mcfxxxx_eth_buffer_descriptor));
