2007-01-16  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/if_at91rm9200.c (struct at91rm9200_eth_info): txbusy is now
	unused. 
	(at91rm9200_eth_start_tx): Don't clear TSR - no point.
	(at91rm9200_eth_send): Always send packet. can_send will ensure
	there's room.
	(at91rm9200_eth_TxEvent): There may be a second sent packet pending -
	if so, process it. Don't try to start sending a new packet here,
	at91rm9200_eth_send will do that. Allow one transmitting and one
	pending packet in hardware.
	(at91rm9200_eth_int): setting hardware RSR and TSR is pointless,
	so remove the sets.

2006-11-06  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/at91rm9200_eth_drivers.cdl: Let platform driver set
	CYGHWR_NET_DRIVERS and CYGHWR_NET_DRIVER_ETH0.

2006-09-25  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/if_at91rm9200.c (at91rm9200_eth_deliver): Remove unused
	variable to silence warnings.
	(at91rm9200_eth_isr): Ditto, twice.

2005-08-17  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/at91rm9200_eth_drivers.cdl: Don't specify a specific PHY.
	Leave it to the platform eth driver.
	* src/if_at91rm9200.c (at91rm9200_eth_phy_put_reg): Reg value
	was specifying read op, should be write op.
	(at91rm9200_eth_reset): wait twice for half a sec to shorten
	boot time.
	Define clock divider correctly dependent on MCK.
	Allow platform driver to specify need to support RMII.
	Don't clear clock and _BIG fields with 10Mb link.
	(at91rm9200_eth_int): Prefix hex debug output with 0x for clarity.

2005-01-06  John Dallaway  <jld@ecoscenric.com>

	* src/if_at91rm9200.c (at91rm9200_eth_reset): Reduce looping
	while waiting for the PHY link to reduce the overall timeout.

2004-06-03  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/at91rm9200_eth_drivers.cdl: Change numbers of Tx and Rx
	buffers.

	* src/if_at91rm9200.c (at91rm9200_eth_reset): Set CLK and BIG bits
	in CFG register.

2004-02-26  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/at91rm9200_eth_drivers.cdl: 
	* src/if_at91rm9200.c: Added support for Intel LXT971 PHY.

2004-02-23  Nick Garnett  <nickg@ecoscentric.com>

	* src/if_at91rm9200.c: Added support for handling Ctrl-C
	interrupts in RedBoot. Elaborated the debug support a little.

2004-01-05  eCosCentric Ltd.

	* src/if_at91rm9200.c (at91rm9200_eth_init): Code to handle ESA had
	incorrect #ifdef.

2003-10-10  eCosCentric Ltd.

	* src/if_at91rm9200.c: 
	* cdl/at91rm9200_eth_drivers.cdl: New file(s) - ethernet driver
	package for Atmel AT91RM9200

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
// Copyright (C) 2003, 2004, 2005, 2006, 2007 eCosCentric Limited           
//
// 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     
// the Free Software Foundation; either version 2 or (at your option) any   
// later version.                                                           
//
// This program is distributed in the hope that it will be useful, but      
// WITHOUT ANY WARRANTY; without even the implied warranty of               
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
// General Public License for more details.                                 
//
// You should have received a copy of the GNU General Public License        
// along with this program; if not, write to the                            
// Free Software Foundation, Inc., 51 Franklin Street,                      
// Fifth Floor, Boston, MA  02110-1301, USA.                                
// -------------------------------------------                              
// ####GPLCOPYRIGHTEND####                                                  
//===========================================================================
	
	

