Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips fix comment.



details:   https://anonhg.NetBSD.org/src/rev/6ed8bb9348ba
branches:  trunk
changeset: 507728:6ed8bb9348ba
user:      uch <uch%NetBSD.org@localhost>
date:      Fri Mar 30 15:59:17 2001 +0000

description:
fix comment.

diffstat:

 sys/arch/hpcmips/hpcmips/machdep.c |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r dc9fbf50faf8 -r 6ed8bb9348ba sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Fri Mar 30 15:53:25 2001 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Fri Mar 30 15:59:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.44 2001/03/25 15:15:18 uch Exp $ */
+/*     $NetBSD: machdep.c,v 1.45 2001/03/30 15:59:17 uch Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.44 2001/03/25 15:15:18 uch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.45 2001/03/30 15:59:17 uch Exp $");
 
 /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
 #include "opt_vr41x1.h"
@@ -681,8 +681,7 @@
 /*
  * Return the best possible estimate of the time in the timeval to
  * which tvp points.  We guarantee that the time will be greater than
- * the value obtained by a previous call.  Some models of DECstations
- * provide a high resolution timer circuit.
+ * the value obtained by a previous call.
  */
 void
 microtime(tvp)
@@ -708,7 +707,6 @@
        splx(s);
 }
 
-
 int
 initcpu()
 {
@@ -719,7 +717,7 @@
         * clear  any memory errors, reset any pending interrupts.
         */
 
-       (*platform.bus_reset)();        /* XXX_cf_alpha */
+       (*platform.bus_reset)();
 
        return i;
 }
@@ -797,7 +795,7 @@
 }
 
 /*
- * Wait "n" microseconds. (scsi code needs this).
+ * Wait "n" microseconds.
  */
 void
 delay(n)



Home | Main Index | Thread Index | Old Index