2000-05-31  Jesper Skov  <jskov@redhat.com>

	* cdl/watchdog_mn10300.cdl: 
	* src/watchdog_mn10300.cxx: 
	Driver moved to devs/watchdog/mn10300/mn10300. Stripped out
	unrelated ChangeLog entries.

1999-08-24  Nick Garnett  <nickg@cygnus.co.uk>

	* src/mn10300.cxx: Turn watchdog off in Cyg_Watchdog::trigger() to
	prevent it repeating.

1999-08-18  Nick Garnett  <nickg@cygnus.co.uk>

	* src/mn10300.cxx: 
	Added support for AM33 variant. Since the AM33 can only provide a
	maximum watchdog cycle time of 621ms, this has motiviated the
	addition of the get_resolution() call described above.

1999-07-14  Jesper Skov  <jskov@cygnus.co.uk>

	* src/mn10300.cxx: 
	Include pkgconf/kernel.h.

1999-02-20  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* src/mn10300.cxx: 
	Change CYG_VECTOR_WATCHDOG to CYGNUM_HAL_INTERRUPT_WATCHDOG in line
	with HAL changes.
	General QA improvements

Tue Oct 20 15:52:46 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* src/mn10300.cxx: 
	Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE
	defined appropriately

1998-09-01  Nick Garnett  <nickg@cygnus.co.uk>

	* src/mn10300.cxx:
	Added include for <cyg/kernel/sched.inl>, for scheduler lock and
	unlock functions.

1998-07-31  Nick Garnett  <nickg@cygnus.co.uk>

	* src/PKGconf.mak:
	Added mn10300.cxx to COMPILE list.

	* src/mn10300.cxx:
	Completed implementation using MN10300 watchdog timer.

	* include/watchdog.hxx:
	Renamed 'register' functions to 'install'. Added install() and
	uninstall() to Cyg_Watchdog_Action class.

	* include/pkgconf/watchdog.h:
	Added this file to contain watchdog config options.

//####COPYRIGHTBEGIN####
//                                                                          
// -------------------------------------------                              
// The contents of this file are subject to the Red Hat eCos Public License 
// Version 1.1 (the "License"); you may not use this file except in         
// compliance with the License.  You may obtain a copy of the License at    
// http://www.redhat.com/                                                   
//                                                                          
// Software distributed under the License is distributed on an "AS IS"      
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
// License for the specific language governing rights and limitations under 
// the License.                                                             
//                                                                          
// The Original Code is eCos - Embedded Configurable Operating System,      
// released September 30, 1998.                                             
//                                                                          
// The Initial Developer of the Original Code is Red Hat.                   
// Portions created by Red Hat are                                          
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
