2001-11-01  Jonathan Larmour  <jlarmour@redhat.com>

	* src/pcmb_misc.c (hal_pcmb_init): Fix typo:
	CYGPKG_HAL_I386_PCMB_HAL_MEMSIZE_BIOS -> 
	CYGPKG_HAL_I386_PCMB_MEMSIZE_BIOS

2001-10-19  Ian Campbell  <icampbell@arcom.co.uk>

	* cdl/hal_i386_pcmb.cdl: Add cdl_options for
	CYGPKG_HAL_I386_PCMB_MEMSIZE to allow configuration of how memory
	is detected. Change CYGNUM_HAL_RTC_PERIOD to use default_value
	rather than calculated (so it can be overridden in the platform).
	* src/pcmb_misc.c: Implement CYGPKG_HAL_I386_PCMB_MEMSIZE
	configuration options.
	
2001-10-16  Mark Salter  <msalter@redhat.com>

	* src/pcmb_serial.c (cyg_hal_plf_serial_init): Use CDL to determine
	how many serial ports to support.
	* src/pcmb_screen.c (cyg_hal_plf_screen_init): Use CDL to determine
	channel number for keyboard/screen.

2001-10-01  Ian Campbell  <icampbell@arcom.co.uk>

	* include/pcmb_io.h: Include CYGBLD_HAL_PLATFORM_H rather than
	<pkgconf/hal_i386_pc.h>. Also include <pkgconf/system.h> so the
	define is available.

2001-09-14  Mark Salter  <msalter@redhat.com>

	* include/pcmb_io.h (HAL_IDE_READ_ALTSTATUS): Add 2 for correct offset.
	(HAL_IDE_WRITE_CONTROL): Ditto.

2001-08-22  Nick Garnett  <nickg@redhat.com>

	* src/pcmb_misc.c: Added spinlock to clock read operation.
	
	* include/pcmb_io.h (PC_WRITE_SCREEN_*): Added casts to make these
	macros more universal.


2001-07-31  Mark Salter  <msalter@redhat.com>

	* include/pcmb_io.h: Add IDE I/O macros.
	* cdl/hal_i386_pcmb.cdl: Now implements CYGINT_HAL_PLF_IF_IDE.

2001-07-18  Jonathan Larmour  <jlarmour@redhat.com>

	* include/pcmb_intr.h: Fill in interrupt table descriptions.

2001-07-05  Jonathan Larmour  <jlarmour@redhat.com>

	* src/pcmb_misc.c (hal_pcmb_init): Silence warning
	* include/pcmb_intr.h: Revert below change - not relevant in this case	
	for clobbers

2001-07-04  Jonathan Larmour  <jlarmour@redhat.com>

	* include/pcmb_intr.h: Be pedantic about register constraint syntax
	to satisfy newer compilers

2001-05-16  Jonathan Larmour  <jlarmour@redhat.com>

	* src/pcmb_misc.c (hal_pc_clock_initialize): Use mode 2 (rate generator)
	instead of mode 3 (square wave).

2001-05-03  Nick Garnett  <nickg@cygnus.co.uk>

	[x86 branch]	
	* cdl/hal_i386_pcmb.cdl: Changed option
	CYGIMP_HAL_I386_PCMB_SCREEN_SUPPORT to interface
	CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT.

2001-03-14  Nick Garnett  <nickg@cygnus.co.uk>

	[x86 branch]
	* src/pcmb_misc.c:
	Added hal_pcmb_init() which currently extracts memory sizes out of
	CMOS RAM.
	Added hal_i386_mem_real_region_top() to return top of either base
	or extended memory regions.	

	* include/pcmb_io.h: Added CMOS RAM access macros.

	* include/pcmb.inc: Removed memory size stuff.

	* cdl/hal_i386_pcmb.cdl:
	Added implement CYGINT_HAL_I386_MEM_REAL_REGION_TOP.

2001-03-13  Nick Garnett  <nickg@cygnus.co.uk>

	[x86 branch]
	* include/pcmb.inc: Removed redundant FPU code.

2001-03-09  Nick Garnett  <nickg@cygnus.co.uk>

	[x86 branch]
	* include/pcmb_intr.h: Rewrote HAL_INTERRUPT_ACKNOWLEDGE() and
	reinstated as main acknowledge mechanism.

2001-03-08  Nick Garnett  <nickg@cygnus.co.uk>

	[x86 branch]	
	* cdl/hal_i386_pcmb.cdl:
	* include/pcmb.inc:
	* include/pcmb_intr.h:
	* include/pcmb_io.h:
	* include/pcmb_serial.h:
	* src/pcmb_misc.c:
	* src/pcmb_screen.c:
	* src/pcmb_serial.c:
	Created this package to provide the support needed to run eCos
	binaries on an i386 PC using a standard motherboard. This package
	provides support for the standard PC devices: timers, interrupt
	controller, serial ports, ASCII display, keyboard, PCI bus
	etc. that are found on all PC compatible platforms.  It does not
	provide support for devices that may also be found on modern
	motherboards, such as ethernet, sound and video devices. These are
	supported by drivers elsewhere.

//===========================================================================
//####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, 2001 Red Hat, Inc.                             
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
//===========================================================================
