Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/newsmips Oops, backout previous. They are ...



details:   https://anonhg.NetBSD.org/src/rev/0d5f3f98d0a2
branches:  trunk
changeset: 573715:0d5f3f98d0a2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 06 02:56:15 2005 +0000

description:
Oops, backout previous. They are actually needed there.

diffstat:

 sys/arch/newsmips/newsmips/machdep.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r d4e555ccc445 -r 0d5f3f98d0a2 sys/arch/newsmips/newsmips/machdep.c
--- a/sys/arch/newsmips/newsmips/machdep.c      Sun Feb 06 02:40:14 2005 +0000
+++ b/sys/arch/newsmips/newsmips/machdep.c      Sun Feb 06 02:56:15 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.79 2005/02/06 02:40:14 tsutsui Exp $     */
+/*     $NetBSD: machdep.c,v 1.80 2005/02/06 02:56:15 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -76,7 +76,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79 2005/02/06 02:40:14 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.80 2005/02/06 02:56:15 tsutsui Exp $");
 
 /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
 
@@ -163,6 +163,10 @@
 
 struct idrom idrom;
 void (*readmicrotime)(struct timeval *tvp);
+void (*hardware_intr)(uint32_t, uint32_t, uint32_t, uint32_t);
+void (*enable_intr)(void);
+void (*disable_intr)(void);
+void (*enable_timer)(void);
 
 /*
  *  Local functions.



Home | Main Index | Thread Index | Old Index