History log of /openbsd-current/sys/arch/luna88k/dev/timekeeper.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 06-Apr-2022 naddy

constify struct cfattach


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.10 03-Nov-2017 aoyama

Spaces -> tab, no binary change.


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.9 07-Jun-2014 aoyama

Modify to ANSI-style function declarations. No binary change.


Revision tags: OPENBSD_5_5_BASE
# 1.8 12-Nov-2013 aoyama

Fix the bootloader random hang-up while counting down on LUNA-88K2.
The same logic is also applied to luna88k/dev/timekeeper.c.

suggested and ok miod@


# 1.7 10-Aug-2013 aoyama

On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are
mapped on the most significant byte of each 32bit word. (i.e. 4-bytes
stride)
Also, add small 'Wrong year set by UniOS-Mach after Y2K' hack.

ok miod@


Revision tags: OPENBSD_5_4_BASE
# 1.6 27-May-2013 miod

Drop lvalue casts; allows this to compile with gcc 4.


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.5 20-Sep-2010 matthew

Get rid of evcount's support for arranging counters in a tree
hierarchy. Everything attached to a single root node anyway, so at
best we had a bush.

"i think it is good" deraadt@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.3 18-Aug-2004 aoyama

Add 'irq6/clock0' to evcount on luna88k.
ok miod@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.2 07-May-2004 aoyama

branches: 1.2.2;
Some clean up, especially delete unused nvram related part. From miod@


# 1.1 21-Apr-2004 aoyama

branches: 1.1.1;
Initial revision


# 1.10 03-Nov-2017 aoyama

Spaces -> tab, no binary change.


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.9 07-Jun-2014 aoyama

Modify to ANSI-style function declarations. No binary change.


Revision tags: OPENBSD_5_5_BASE
# 1.8 12-Nov-2013 aoyama

Fix the bootloader random hang-up while counting down on LUNA-88K2.
The same logic is also applied to luna88k/dev/timekeeper.c.

suggested and ok miod@


# 1.7 10-Aug-2013 aoyama

On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are
mapped on the most significant byte of each 32bit word. (i.e. 4-bytes
stride)
Also, add small 'Wrong year set by UniOS-Mach after Y2K' hack.

ok miod@


Revision tags: OPENBSD_5_4_BASE
# 1.6 27-May-2013 miod

Drop lvalue casts; allows this to compile with gcc 4.


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.5 20-Sep-2010 matthew

Get rid of evcount's support for arranging counters in a tree
hierarchy. Everything attached to a single root node anyway, so at
best we had a bush.

"i think it is good" deraadt@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.3 18-Aug-2004 aoyama

Add 'irq6/clock0' to evcount on luna88k.
ok miod@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.2 07-May-2004 aoyama

branches: 1.2.2;
Some clean up, especially delete unused nvram related part. From miod@


# 1.1 21-Apr-2004 aoyama

branches: 1.1.1;
Initial revision