Mercurial > ecos
diff packages/devs/eth/arm/at91/current/ChangeLog @ 2964:2713c1ff33ac
* src/if_at91.c: Invert test for NSR IDLE bit. Issue reported by
Will Wagner.
| author | jld |
|---|---|
| date | Mon, 02 Aug 2010 07:59:09 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
line wrap: on
line diff
--- a/packages/devs/eth/arm/at91/current/ChangeLog +++ b/packages/devs/eth/arm/at91/current/ChangeLog @@ -1,3 +1,8 @@ +2010-08-02 John Dallaway <john@dallaway.org.uk> + + * src/if_at91.c: Invert test for NSR IDLE bit. Issue reported by + Will Wagner. + 2007-04-08 Uwe Kindler <uwe_kindler@web.de> * cdl/at91_eth.cdl: Fixed typo. (Removed AT91RM9200 from @@ -11,19 +16,19 @@ 2007-03-23 John Eigelaar <jeigelaar@mw 2007-01-17 John Eigelaar <jeigelaar@mweb.co.za> - * src/if_at91.c * include/at91_eth.cdl: Working implementation + * src/if_at91.c, include/at91_eth.cdl: Working implementation of a device driver for the AT91 EMAC device. 2006-06-02 Andrew Lunn <andrew.lunn@ascom.ch> - * src/if_at91.c * include/at91_eth.cdl: Partially implementation + * src/if_at91.c, include/at91_eth.cdl: Partially implementation of a device driver for the AT91 EMAC device. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2006 Free Software Foundation, Inc. +// Copyright (C) 2006, 2010 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
