Correct some temporary confusion between the IOPs and the OSS: move
IOP init back to mac68k_init(). We'll deal with the OSS later.
This commit is contained in:
parent
158df7b6f1
commit
17a313075f
|
@ -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 @@ mac68k_init()
|
|||
/* 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.
|
||||
|
|
Loading…
Reference in New Issue