Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Correct some temporary confusion betw...



details:   https://anonhg.NetBSD.org/src/rev/e161b7e41b73
branches:  trunk
changeset: 482758:e161b7e41b73
user:      scottr <scottr%NetBSD.org@localhost>
date:      Mon Feb 21 05:50:14 2000 +0000

description:
Correct some temporary confusion between the IOPs and the OSS:  move
IOP init back to mac68k_init().  We'll deal with the OSS later.

diffstat:

 sys/arch/mac68k/mac68k/intr.c |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r e670fb5b7c59 -r e161b7e41b73 sys/arch/mac68k/mac68k/intr.c
--- a/sys/arch/mac68k/mac68k/intr.c     Mon Feb 21 05:48:56 2000 +0000
+++ b/sys/arch/mac68k/mac68k/intr.c     Mon Feb 21 05:50:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.11 2000/02/21 02:04:49 scottr Exp $ */
+/*     $NetBSD: intr.c,v 1.12 2000/02/21 05:50:14 scottr Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -49,8 +49,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
-#include <sys/pool.h>
-#include <sys/queue.h>
 #include <sys/vmmeter.h>
 
 #include <vm/vm.h>
@@ -62,7 +60,6 @@
 #include <machine/cpu.h>
 #include <machine/intr.h>
 
-#include <machine/iopreg.h>
 #include <machine/psc.h>
 #include <machine/viareg.h>
 
@@ -172,9 +169,6 @@
        /* Initialize the VIAs */
        via_init();
 
-       /* Initialize the IOPs (if present) */
-       iop_init(1);
-
        /* Initialize the PSC (if present) */
        psc_init();
 }



Home | Main Index | Thread Index | Old Index