2000-03-08  Hartmut Brandt  <brandt@fokus.gmd.de>

	* p11conf.in: Documentation of $(NAME?) added. Example for dev_toy and
	epp_tap.

2000-03-06  Hartmut Brandt  <brandt@fokus.gmd.de>

	* RCSIds added.

2000-02-29  Hartmut Brandt  <brandt@fokus.gmd.de>

	* Makefile.in (SRC): dev_toy.c added.

	* main.c: toy added in device list.

	* dev_toy.c: New.

2000-02-23  Hartmut Brandt  <brandt@fokus.gmd.de>

	* Copyright notice changed from 1999 to 2000.

	* VERSION: changed to 2.5

	* proc.h: Use () for all functions without args. Remove unused
	declaration of tinterval.

	* main.c (main): call to init_timer to initialize the clock.
	(do_define): Link the list element only for new elements.
	(parse_set): Typo (thanks to sms).

	* Utils/zcp.c: Can now copy many files to a directory.

	* Utils/Makefile.in: Changed 'geni' -> './geni' for people without
	dot in their path (Thanks to sms).

	* device.c, dev_proc.c: Clock code redone. The host interval timer
	now runs with the clock rate that is specified in the
	configuration file (or the default 50). Every second the number of
	elapsed real seconds since start of the timer is compared with the
	number of emulated seconds.  If they differ, the clock speed is
	changed (depending on the difference) to keep up with the real
	clock.

2000-02-18  Hartmut Brandt  <brandt@fokus.gmd.de>

	* IOProgs/eppsup.c (do_net_input): the DEQNA can transmit short
	packets. Code changed to pad short packets to the minimum ethernet
	length (thanks to sms).

11/16/94 hbb	don't trap on mode 0 for mtpi and co. but fetch/store
		current registers (thanks to Bob Supnik from DEC)

11/17/94 hbb	ashc fixed, ashc test program

11/19/94 hbb	ash fixed, ash test program

11/??/94 hbb	rp06 device emulator

12/01/94 hbb	test program to check access to PSW, bugs fixed

12/03/94 hbb	test program to check stack overflow traps, bugs fixed

12/05/94 hbb	MMR1 logic changed. MMR1/2 test programm.

12/05/94 hbb	Output buffer for dev_kl.

12/20/94 hbb	RP06 emulation

01/25/95 hbb	generic command interface for devices
		processor specific parts moved out from device.c into
		dev_proc.c. generic DMA interface

01/27/95 hbb	DEQNA emulation finished with fifo driver.

01/30/95 hbb	bpf driver for DEQNA finished (does not work for bsdi 1.1;
		see epp_bpf.c)

??/??/97 hbb	a lot. Made version 2.3

06/??/98 hbb	rk emulation documentation

02/18/99 hbb	FreeBSD-3.0 ELF support
02/19/99 hbb	License changed to Begemot license

11/16/99 hbb	Lot of changes to configuration parse. Got rid of cpp!
