diff packages/hal/mips/atlas/current/ChangeLog @ 751:fbec1b6fe737

* include/plf_intr.h: Defined CYGNUM_HAL_INTERRUPT_RTC to counter/compare register interrupt. Added implementations of HAL_INTERRUPT_MASK, HAL_INTERRUPT_UNMASK, and HAL_INTERRUPT_ACKNOWLEDGE that will work in eCos rather than just RedBoot. * src/plf_misc.c (hal_platform_init): Changed spelling of eCos for the LED to match the official typography.
author nickg
date Thu, 27 Feb 2003 18:48:49 +0000
parents 797015ac62f3
children 04dc7e9785d0
line wrap: on
line diff
--- a/packages/hal/mips/atlas/current/ChangeLog
+++ b/packages/hal/mips/atlas/current/ChangeLog
@@ -1,3 +1,14 @@
+2003-02-27  Nick Garnett  <nickg@calivar.com>
+
+	* include/plf_intr.h: Defined CYGNUM_HAL_INTERRUPT_RTC to
+	counter/compare register interrupt. Added implementations of
+	HAL_INTERRUPT_MASK, HAL_INTERRUPT_UNMASK, and
+	HAL_INTERRUPT_ACKNOWLEDGE that will work in eCos rather than just
+	RedBoot.
+
+	* src/plf_misc.c (hal_platform_init): Changed spelling of eCos for
+	the LED to match the official typography.
+
 2002-08-06  Gary Thomas  <gary@chez-thomas.org>
 2002-08-06  Motoya Kurotsu <kurotsu@allied-telesis.co.jp>