Move the call to cninit() up a level (easier to find).
This commit is contained in:
parent
e53d676a1d
commit
0ec1cda62f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: obio.c,v 1.30 1997/04/28 22:02:43 gwr Exp $ */
|
||||
/* $NetBSD: obio.c,v 1.31 1997/10/04 19:46:20 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -319,7 +319,6 @@ obio_init()
|
||||
|
||||
/* Make the zs driver ready for console duty. */
|
||||
zs_init();
|
||||
cninit();
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore2.c,v 1.68 1997/10/04 19:39:23 gwr Exp $ */
|
||||
/* $NetBSD: locore2.c,v 1.69 1997/10/04 19:46:17 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -639,6 +639,9 @@ _bootstrap(keh)
|
||||
*/
|
||||
obio_init();
|
||||
|
||||
/* We now may enable the console. (yea!) */
|
||||
cninit();
|
||||
|
||||
/*
|
||||
* Point interrupts/exceptions to our vector table.
|
||||
* (Until now, we use the one setup by the PROM.)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: obio.c,v 1.30 1997/04/28 22:02:43 gwr Exp $ */
|
||||
/* $NetBSD: obio.c,v 1.31 1997/10/04 19:46:20 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -319,7 +319,6 @@ obio_init()
|
||||
|
||||
/* Make the zs driver ready for console duty. */
|
||||
zs_init();
|
||||
cninit();
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sun3_startup.c,v 1.68 1997/10/04 19:39:23 gwr Exp $ */
|
||||
/* $NetBSD: sun3_startup.c,v 1.69 1997/10/04 19:46:17 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -639,6 +639,9 @@ _bootstrap(keh)
|
||||
*/
|
||||
obio_init();
|
||||
|
||||
/* We now may enable the console. (yea!) */
|
||||
cninit();
|
||||
|
||||
/*
|
||||
* Point interrupts/exceptions to our vector table.
|
||||
* (Until now, we use the one setup by the PROM.)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore2.c,v 1.17 1997/06/10 19:37:58 veego Exp $ */
|
||||
/* $NetBSD: locore2.c,v 1.18 1997/10/04 19:48:34 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -235,6 +235,9 @@ _bootstrap(keh)
|
||||
*/
|
||||
obio_init();
|
||||
|
||||
/* We now may enable the console. (yea!) */
|
||||
cninit();
|
||||
|
||||
/* handle kernel mapping, pmap_bootstrap(), etc. */
|
||||
_vm_init(&keh);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: obio.c,v 1.6 1997/04/28 23:38:47 gwr Exp $ */
|
||||
/* $NetBSD: obio.c,v 1.7 1997/10/04 19:48:36 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -347,7 +347,6 @@ obio_init()
|
||||
|
||||
/* Make the zs driver ready for console duty. */
|
||||
zs_init();
|
||||
cninit();
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: obio.c,v 1.6 1997/04/28 23:38:47 gwr Exp $ */
|
||||
/* $NetBSD: obio.c,v 1.7 1997/10/04 19:48:36 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -347,7 +347,6 @@ obio_init()
|
||||
|
||||
/* Make the zs driver ready for console duty. */
|
||||
zs_init();
|
||||
cninit();
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _startup.c,v 1.17 1997/06/10 19:37:58 veego Exp $ */
|
||||
/* $NetBSD: _startup.c,v 1.18 1997/10/04 19:48:34 gwr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -235,6 +235,9 @@ _bootstrap(keh)
|
||||
*/
|
||||
obio_init();
|
||||
|
||||
/* We now may enable the console. (yea!) */
|
||||
cninit();
|
||||
|
||||
/* handle kernel mapping, pmap_bootstrap(), etc. */
|
||||
_vm_init(&keh);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user