2002-03-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* Makefile (SUBDIRS): Add include directory (was missing for tar
	construction).
	(FILES): Add configure files.

2002-02-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* tools/eppp-tool.ads: Move Release and Copyright in separate file.
	* tools/eppp-tool-version.tmpl: New file.
	* tools/Makefile: Create eppp-tool-version.ads using the parameters
	from make.defs (version and date).

	* hardware/README: Added advise for insulating the board.

	* drivers/linux-2.4/ppep.c (ppep_read): Invoke the scheduler if
	it needs to.
	(ppep_write): Likewise.
	(ppep_release): Use kfree.
	(ppep_fops): Use GNU extension to initialize the structure.
	(ppep_setup): Remove; only build as a module.
	(ppep_register): Do not pass a preempt method (exclusive use);
	register to devfs.
	(ppep_preempt): Remove.

2002-02-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* drivers/linux-2.4/ppep.c (ppep_read): Protect read/write with
	a mutex.
	(ppep_write): Likewise.

	* include/linux/ppep.h (PPEP_MAJOR): Change major to 120 so that 
	it falls in LOCAL/EXPERIMENTAL classification of GNU/Linux devices.
	* README: Document the change.

2001-10-14  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* README: New file.
