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/d44d1404404e
branches: trunk
changeset: 482754:d44d1404404e
user: scottr <scottr%NetBSD.org@localhost>
date: Mon Feb 21 04:08:21 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/machdep.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7eb8a41768c3 -r d44d1404404e sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c Mon Feb 21 03:55:22 2000 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c Mon Feb 21 04:08:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.245 2000/02/21 02:04:50 scottr Exp $ */
+/* $NetBSD: machdep.c,v 1.246 2000/02/21 04:08:21 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -276,6 +276,9 @@
/* Initialize the interrupt handlers. */
intr_init();
+ /* Initialize the IOPs (if present) */
+ iop_init(1);
+
/*
* Initialize error message buffer (at end of core).
* high[numranges-1] was decremented in pmap_bootstrap.
Home |
Main Index |
Thread Index |
Old Index