2007-07-16  Nick Garnett  <nickg@ecoscentric.com>

	* src/ser_arm_mc9328mxl.c (serial_config_port): Add delay loop
	after enabling UART. There appears to be a slight delay in the
	hardware between enabling the UART and it becoming available for
	use. Sometimes this results in the BIR register not being written
	properly. This is probably an artefact of things like memory speed
	and code alignment with respect to cache lines.

2006-10-09  Nick Garnett  <nickg@ecoscentric.com>

	* src/ser_arm_mc9328mxl.c (serial_config_port): When hardware flow
	control is disabled, configure the device to ignore the CTS line.

2005-10-19  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/ser_arm_mc9328mxl.c (mc9328mxl_serial_init): Fix diagnostic
	info. (Patch from Chris Zimman: bug #1000223).

2004-07-16  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/ser_arm_mc9328mxl.cdl: 
	* src/ser_arm_mc9328mxl.c: 
	New package -- support for Motorola MC9328MXL serial devices.

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
// Copyright (C) 2004 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####                                                  
//===========================================================================
