From 5bc9da0d5115c103cf25fc0b1626fca0b62fc3b6 Mon Sep 17 00:00:00 2001 From: scottr Date: Mon, 21 Feb 2000 05:50:14 +0000 Subject: [PATCH] Correct some temporary confusion between the IOPs and the OSS: move IOP init back to mac68k_init(). We'll deal with the OSS later. --- sys/arch/mac68k/mac68k/intr.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/arch/mac68k/mac68k/intr.c b/sys/arch/mac68k/mac68k/intr.c index 61ed28ccc6d6..96e072dd3a2c 100644 --- a/sys/arch/mac68k/mac68k/intr.c +++ b/sys/arch/mac68k/mac68k/intr.c @@ -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 #include #include -#include -#include #include #include @@ -62,7 +60,6 @@ #include #include -#include #include #include @@ -172,9 +169,6 @@ intr_init() /* Initialize the VIAs */ via_init(); - /* Initialize the IOPs (if present) */ - iop_init(1); - /* Initialize the PSC (if present) */ psc_init(); }