changeset 1269:e5aaa79b0f72

Changes for clock and clock2
author boisy
date Tue, 19 Aug 2003 14:07:43 +0000
parents db34c496ad22
children f3d2c2164996
files defs/systype level2/coco3/ChangeLog level2/coco3_6309/ChangeLog
diffstat 3 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/defs/systype	Tue Aug 19 12:25:53 2003 +0000
+++ b/defs/systype	Tue Aug 19 14:07:43 2003 +0000
@@ -72,9 +72,9 @@
 * Ticks per second
 *
          IFEQ  PwrLnFrq-Hz50
-TkPerSec equ   50
+TkPerSec set   50
          ELSE
-TkPerSec equ   60
+TkPerSec set   60
          ENDC
 
 
--- a/level2/coco3/ChangeLog	Tue Aug 19 12:25:53 2003 +0000
+++ b/level2/coco3/ChangeLog	Tue Aug 19 14:07:43 2003 +0000
@@ -1,11 +1,14 @@
 OS-9 Level Two V03.01.05:
+- The clock module has been divided into two modules: clock and clock2.
+  clock_60hz and clock_50hz support 60Hz and 50Hz power configurations.
+  clock2 contains code specific to a real-time clock or software clock.
 - os9p1 and os9p2 have now been back-ported from NitrOS-9 Level Two.
+- ioman has undergone small optimizations to work better with the new
+  back-ported kernel.
 - keydrv and snddrv have been renamed to keydrv_cc3.sb and snddrv_cc3.sb,
   and all relevant bootlist files have been changed.
 - SCF now utilizes the V$DRIVEX field in the device table, resulting in
   faster calls to the driver and a reduction in code size.
-- ioman has undergone small optimizations to work better with the new
-  back-ported kernel.
 OS-9 Level Two V03.01.04:
 - rel has been back-ported from NitrOS-9 Level Two, adding 40 and 80
   column boot screen options.
--- a/level2/coco3_6309/ChangeLog	Tue Aug 19 12:25:53 2003 +0000
+++ b/level2/coco3_6309/ChangeLog	Tue Aug 19 14:07:43 2003 +0000
@@ -1,11 +1,14 @@
 OS-9 Level Two V03.01.05:
+- The clock module has been divided into two modules: clock and clock2.
+  clock_60hz and clock_50hz support 60Hz and 50Hz power configurations.
+  clock2 contains code specific to a real-time clock or software clock.
 - os9p1 and os9p2 have now been back-ported from NitrOS-9 Level Two.
+- ioman has undergone small optimizations to work better with the new
+  back-ported kernel.
 - keydrv and snddrv have been renamed to keydrv_cc3.sb and snddrv_cc3.sb,
   and all relevant bootlist files have been changed.
 - SCF now utilizes the V$DRIVEX field in the device table, resulting in
   faster calls to the driver and a reduction in code size.
-- ioman has undergone small optimizations to work better with the new
-  back-ported kernel.
 OS-9 Level Two V03.01.04:
 - rel has been back-ported from NitrOS-9 Level Two, adding 40 and 80
   column boot screen options.