Fri Jan 15 05:43:55 1999  Chris Johns  <ccj@acm.org>

	* bdm.c:
	Added Coldfire support to invalidate the cache when get status detects
	a change of state from running to stopped, or when go or step commands
	are issued.

Sat Jan  9 03:04:03 1999  Chris Johns  <ccj@acm.org>

	* bdm.c: Remove the `sti()' calls in the `bdm_sleep' function.

Tue Jan  5 07:39:40 1999  Chris Johns  <ccj@acm.org>

	* bdm.h, bdm.c: Merged David Fiddes 5307 bkpt signal hold patch.

Sat Dec 12 04:23:28 1998  Chris Johns  <ccj@acm.org>

	* bdm.c: Fixed the region control logic in open.
	Fixed printing csr.
	Extended some of the timeouts in the CF driver.
	Fixed some incorrect labels.
	Fixed a lock up bug after a bus error.

	* bdm.h: New version.

	* Makefile: Fixed the modversions.

Sat Oct 31 05:06:15 1998  Chris Johns  <ccj@acm.org>

	* Makefile: Always over-write the installed header and lib.

	* bdm.c: Fixed tabs, and forced the SR to be 16bit.

Sun Oct 18 04:38:00 1998  Chris Johns  <ccj@acm.org>

	* bdm.c: Added support for generating a bus if no repsonse is
	always being returned from the BDM module.

Wed Oct 14 14:32:04 1998  Chris Johns  <ccj@acm.org>

	* bdm.c: Mask pending interrupts in single-step mode.
	Fixed the status handling. It now uses the csr register. It is cached
	to handle the fact the status bits are set for only one read.

Wed Oct 14 10:55:33 1998  Chris Johns  <ccj@acm.org>

	* bdm.c:
	Added support for the Coldfire BDM and P&E interface. This has only
	been tested inthe 5206.

	* bdm.h: Added support for the Coldfire BDM.

	* Makefile: Changed the prefix to the default of /usr.

Fri Oct 31 20:58:23 1997  eric  <eric@skatter.usask.ca>

	* Makefile: Fit into RTEMS distribution.

Thu Aug 21 15:38:28 1997  eric  <eric@skatter.usask.ca>

	* bdm.c: Fix up error on minor device check in bdm_open.
	Remove erroneous comment in init_module.
	Improve log messages in init_module.

Wed Jun 11 16:59:06 1997  eric  <eric@skatter.usask.ca>

	* bdm.c:
	Removed code which sent an extra BDM_FILL_CMD for word or byte values.
	Cleaned up some formatting.

Wed Feb 19 17:15:06 1997  eric  <eric@skatter.usask.ca>

	* bdm.c, bdm.h: Add `set debug level' ioctl.

Fri Feb  7 15:10:49 1997  eric  <eric@skatter.usask.ca>

	* Makefile: Add a single `prefix'.
	Make directories if necessary when installing.

	* bdm.c: Clean up some debugging messages.

Thu Feb  6 22:08:52 1997  eric  <eric@skatter.usask.ca>

	* Makefile: Add module installation to install target.

	* bdm.c: Don't release ports that have been stolen from another driver.

	* bdm.c:
	Install driver even if I/O ports are claimed by some other driver.
	I don't really like doing this, but the alternative would be to
	require that the parallel port (LP) driver be unloaded before
	the BDM driver could be loaded.

	* bdm.c: More init_module message cleanup.

	* bdm.c: Fix up init_module message.

	* Makefile, bdm.c, bdm.h: Initial revision
