Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/amiga/dev Pull up revision 1.7 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/cb06dfe27cf6
branches:  netbsd-1-4
changeset: 469991:cb06dfe27cf6
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 08 18:20:02 2000 +0000

description:
Pull up revision 1.7 (requested by is):
  Write the Ricoh RP5C01 leapyear bits when writing the year.

diffstat:

 sys/arch/amiga/dev/rtc.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f36708d2bcee -r cb06dfe27cf6 sys/arch/amiga/dev/rtc.h
--- a/sys/arch/amiga/dev/rtc.h  Sat Jan 08 18:19:41 2000 +0000
+++ b/sys/arch/amiga/dev/rtc.h  Sat Jan 08 18:20:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtc.h,v 1.6 1999/03/14 22:42:12 is Exp $       */
+/*     $NetBSD: rtc.h,v 1.6.2.1 2000/01/08 18:20:02 he Exp $   */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -92,6 +92,9 @@
 #define A3CONTROL1_HOLD_CLOCK  0
 #define A3CONTROL1_FREE_CLOCK  9
 
+/* mode1 registers used by us */
+#define leapyear year2
+
 #define A3BBC_SET_REG  0xe0
 #define A3BBC_WRITE_REG        0xc2
 #define A3BBC_READ_REG 0xc3



Home | Main Index | Thread Index | Old Index