Mon Oct 19 18:54:22 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* include/pkgconf/devs.h:
	Don't cause an error if the kernel is disabled. Instead simply 
	leave out most of the defines beneath

	* include/iorb.h: 
	Remove unnecessary include of <cyg/kernel/ktypes.h>, and
	replace with include of <cyg/infra/cyg_type.h>

1998-10-19  Mark Galassi  <rosalia@cygnus.com>

	* include/pkgconf/devs.h: updated the doc URL

Sun Sep 27 09:50:57 1998  Jesper Skov  <jskov@cygnus.co.uk>
        PR 17506
	
	* src/table.cxx: Corrected ASSERT statements on set_baud_rate.
	Cleaned up a few other functions which checked the return value of
	the call and only did ASSERT if the return value was wrong.

Thu Sep 17 11:32:02 1998  Jesper Skov  <jskov@cygnus.co.uk>

	* include/pkgconf/devs.h: Require CYGPKG_KERNEL in CDL. Protect
	kernel.h inclusion by CYGPKG_KERNEL.
	Declare CYG_DEVICE_SERIAL_RS232_MN10300_2_DECLARE if GDB_DEVICE is
	not configured.
	Don't include GDB_DEVICE if _RS232_MN10300_2 is not defined.

	* include/pkgconf/devices.h: Protect .hxx inclusion with #ifdef
	__cplusplus.
	GDB device only applicable to MN10300.

Tue Sep 15 02:18:30 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* include/pkgconf/devs.h: #define ...DECLARE instead of 
	#undef DO_NOT_DECLARE. Defining a positive is easier
	to understand than not defining a negative.

	Only #define CYG_DEVICE_SERIAL_RS232_MN10300_2_DECLARE if we are
	building the simulator. Otherwise declare the GDB pseudo device.

1998-09-12  Bart Veer  <bartv@cygnus.co.uk>

	* include/pkgconf/devs.h: 
	Added missing descriptions (PR 17184)

Fri Sep 11 11:01:33 1998  Jesper Skov  <jskov@cygnus.co.uk>
        PR 17228, PR 17176

	* src/table.cxx: Disable serial async read/write methods when
	KMODE_INTERRUPT undefined.

	(Cyg_Device_Serial_RS232_mn10300_1_set_read_mode):
	(Cyg_Device_Serial_RS232_mn10300_2_set_read_mode): 
	Inverted ASSERT expression.
	
	(Cyg_Device_Serial_RS232_mn10300_2_set_read_data): 
	(Cyg_Device_Serial_RS232_mn10300_1_set_read_data): 
	Corrected ASSERT expression.
	
	(Cyg_Device_Serial_RS232_tx39_set_line_mode): 
	(Cyg_Device_Serial_RS232_mn10300_2_set_line_mode): 
	(Cyg_Device_Serial_RS232_mn10300_1_set_line_mode): 
	Inverted ASSERT expression.
	
1998-09-11  Bart Veer  <bartv@cygnus.co.uk>

	* include/pkgconf/devs.h:
	Sorting out dependencies for error package.

1998-09-03  Bart Veer  <bartv@cygnus.co.uk>

	* include/pkgconf/devs.h: 
	* include/pkgconf/devices.h:
	Provide minimal support for configuration options.

Thu Sep  3 15:53:01 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* include/pkgconf/gdb_1.h, include/pkgconf/serial_mn10300_1.h,
	  include/pkgconf/serial_mn10300_2.h,
	  include/pkgconf/serial_tx39.h:
	Move these pkgconf files into the packages that actually own them.

Wed Sep  2 22:04:01 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* include/pkgconf/serial_2.h, include/pkgconf/serial_mn10300_2.h:
	Rename serial_2.h to serial_mn10300_2.h

	* include/pkgconf/devices.h, include/pkgconf/devs.h,
	  include/pkgconf/devs.h, serial_mn10300_2.h:
	Change all mentions of serial_2.h to serial_mn10300_2.h and
	all mentions of serial_mn10300.hxx to serial_mn10300_2.hxx

Tue Sep  1 19:28:16 1998  Hugo Tyson  <hmt@masala.cygnus.co.uk>

	* src/diag.cxx: 
	Use CYGDBG_INFRA_DIAG_USE_DEVICE (from infra.h) instead of
 	CYG_DIAG_USE_DEVICE (badly named, from kernel.h).

	* include/pkgconf/devs.h: 
	Correct a comment about CYGDBG_INFRA_DIAG_USE_DEVICE (from
 	infra.h) instead of CYG_DIAG_USE_DEVICE (badly named, from
 	kernel.h).

Thu Aug 27 19:24:10 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* include/pkgconf/serial_tx39.h:
	Change CYG_DEVICE_SERIAL_RS232_TX39_DEFAULT_BAUD_RATE to 38400 from
	19200, in line with HAL. Fix for PR 16955

Wed Jul 29 17:45:10 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* include/serial.hxx: Comment cleanup from the code review.

Wed Jul 29 13:35:53 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* include/pkgconf/serial_2.h: Generic cleanup. Correct 
	comments to match comments in other device configure files.
	Remove mention of KMODE_ASSERT as it doesn't do anything.

Tue Jul 28 19:12:49 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* include/pkgconf/devs.h: Set the device name of the
	device to test.

Tue Jul 28 13:56:45 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* src/table.cxx: Use macro device names instead of hardcoded 
	names. This fixes the TX39 build.

Mon Jul 27 23:31:07 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* include/pkgconf/devs.h, include/pkgconf/gdb_1.h
	Code revies cleanup.

	* include/pkgconf/gdb_1.h, include/pkgconf/serial_mn10300_1.h
	Remove CYG_DEVICE_..._KMODE_ASSERT configuration option.
	Selective linking will DTRT for this option.

	* src/table.cxx
	Use macro device names instead of hardcoded names.

Mon Jul 27 17:33:59 BST 1998  Chris Provenzano  <proven@cygnus.com>

        * Changelog: Initial ChangeLog entry.


//===========================================================================
//####COPYRIGHTBEGIN####
//
// -------------------------------------------
// The contents of this file are subject to the Cygnus eCos Public License
// Version 1.0 (the "License"); you may not use this file except in
// compliance with the License.  You may obtain a copy of the License at
// http://sourceware.cygnus.com/ecos
// 
// 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 Cygnus Operating System, released
// September 30, 1998.
// 
// The Initial Developer of the Original Code is Cygnus.  Portions created
// by Cygnus are Copyright (C) 1998 Cygnus Solutions.  All Rights Reserved.
// -------------------------------------------
//
//####COPYRIGHTEND####
//===========================================================================

