Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Fix think'o in last. Pointed out by Izumi Tsutsui.



details:   https://anonhg.NetBSD.org/src/rev/2bd0be24d10c
branches:  trunk
changeset: 549975:2bd0be24d10c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 27 04:52:28 2003 +0000

description:
Fix think'o in last.  Pointed out by Izumi Tsutsui.

diffstat:

 sys/arch/arm/xscale/becc_timer.c        |  5 +++--
 sys/arch/arm/xscale/i80321_timer.c      |  5 +++--
 sys/arch/arm/xscale/ixp425_timer.c      |  5 +++--
 sys/arch/evbarm/iq80310/iq80310_timer.c |  5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diffs (104 lines):

diff -r 21312d1bf462 -r 2bd0be24d10c sys/arch/arm/xscale/becc_timer.c
--- a/sys/arch/arm/xscale/becc_timer.c  Sun Jul 27 04:38:06 2003 +0000
+++ b/sys/arch/arm/xscale/becc_timer.c  Sun Jul 27 04:52:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: becc_timer.c,v 1.4 2003/07/26 05:51:11 thorpej Exp $   */
+/*     $NetBSD: becc_timer.c,v 1.5 2003/07/27 04:52:28 thorpej Exp $   */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: becc_timer.c,v 1.4 2003/07/26 05:51:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: becc_timer.c,v 1.5 2003/07/27 04:52:28 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -279,6 +279,7 @@
 
        if (todr_handle)
                panic("todr_attach: rtc already configured");
+       todr_handle = todr;
 }
 
 /*
diff -r 21312d1bf462 -r 2bd0be24d10c sys/arch/arm/xscale/i80321_timer.c
--- a/sys/arch/arm/xscale/i80321_timer.c        Sun Jul 27 04:38:06 2003 +0000
+++ b/sys/arch/arm/xscale/i80321_timer.c        Sun Jul 27 04:52:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80321_timer.c,v 1.6 2003/07/26 05:51:11 thorpej Exp $ */
+/*     $NetBSD: i80321_timer.c,v 1.7 2003/07/27 04:52:28 thorpej Exp $ */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i80321_timer.c,v 1.6 2003/07/26 05:51:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i80321_timer.c,v 1.7 2003/07/27 04:52:28 thorpej Exp $");
 
 #include "opt_perfctrs.h"
 
@@ -330,6 +330,7 @@
 
        if (todr_handle)
                panic("todr_attach: rtc already configured");
+       todr_handle = todr;
 }
 
 /*
diff -r 21312d1bf462 -r 2bd0be24d10c sys/arch/arm/xscale/ixp425_timer.c
--- a/sys/arch/arm/xscale/ixp425_timer.c        Sun Jul 27 04:38:06 2003 +0000
+++ b/sys/arch/arm/xscale/ixp425_timer.c        Sun Jul 27 04:52:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ixp425_timer.c,v 1.2 2003/07/26 05:51:11 thorpej Exp $ */
+/*     $NetBSD: ixp425_timer.c,v 1.3 2003/07/27 04:52:28 thorpej Exp $ */
 
 /*
  * Copyright (c) 2003
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixp425_timer.c,v 1.2 2003/07/26 05:51:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixp425_timer.c,v 1.3 2003/07/27 04:52:28 thorpej Exp $");
 
 #include "opt_perfctrs.h"
 
@@ -297,6 +297,7 @@
 
        if (todr_handle)
                panic("todr_attach: rtc already configured");
+       todr_handle = todr;
 }
 
 /*
diff -r 21312d1bf462 -r 2bd0be24d10c sys/arch/evbarm/iq80310/iq80310_timer.c
--- a/sys/arch/evbarm/iq80310/iq80310_timer.c   Sun Jul 27 04:38:06 2003 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_timer.c   Sun Jul 27 04:52:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_timer.c,v 1.13 2003/07/26 05:55:03 thorpej Exp $       */
+/*     $NetBSD: iq80310_timer.c,v 1.14 2003/07/27 04:53:09 thorpej Exp $       */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.13 2003/07/26 05:55:03 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.14 2003/07/27 04:53:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -332,6 +332,7 @@
 
        if (todr_handle)
                panic("todr_attach: rtc already configured");
+       todr_handle = todr;
 }
 
 /*



Home | Main Index | Thread Index | Old Index