Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mvme68k/mvme68k Pullup from trunk: 1.25



details:   https://anonhg.NetBSD.org/src/rev/d0e0c305b48f
branches:  netbsd-1-5
changeset: 488657:d0e0c305b48f
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Jul 22 15:50:44 2000 +0000

description:
Pullup from trunk: 1.25
Approved by: thorpej

Implement generic soft interrupts for mvme68k.

diffstat:

 sys/arch/mvme68k/mvme68k/autoconf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d46fb7368533 -r d0e0c305b48f sys/arch/mvme68k/mvme68k/autoconf.c
--- a/sys/arch/mvme68k/mvme68k/autoconf.c       Sat Jul 22 15:50:13 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/autoconf.c       Sat Jul 22 15:50:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.24 2000/03/18 22:33:06 scw Exp $        */
+/*     $NetBSD: autoconf.c,v 1.24.4.1 2000/07/22 15:50:44 scw Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -75,7 +75,7 @@
 
        booted_device = NULL;   /* set by device drivers (if found) */
 
-       init_sir();
+       softintr_init();
 
        if (config_rootfound("mainbus", NULL) == NULL)
                panic("autoconfig failed, no root");



Home | Main Index | Thread Index | Old Index