Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/obs405 Establish the cascading uic[12] by ca...
details: https://anonhg.NetBSD.org/src/rev/c4978dedbd0b
branches: trunk
changeset: 772644:c4978dedbd0b
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Jan 10 12:17:20 2012 +0000
description:
Establish the cascading uic[12] by calling pic_finish_setup().
diffstat:
sys/arch/evbppc/obs405/obs600_autoconf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 638c881ca6f8 -r c4978dedbd0b sys/arch/evbppc/obs405/obs600_autoconf.c
--- a/sys/arch/evbppc/obs405/obs600_autoconf.c Tue Jan 10 12:07:30 2012 +0000
+++ b/sys/arch/evbppc/obs405/obs600_autoconf.c Tue Jan 10 12:17:20 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs600_autoconf.c,v 1.5 2011/12/12 11:23:57 kiyohara Exp $ */
+/* $NetBSD: obs600_autoconf.c,v 1.6 2012/01/10 12:17:20 kiyohara Exp $ */
/*
* Copyright 2004 Shigeyuki Fukushima.
@@ -33,7 +33,7 @@
* DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs600_autoconf.c,v 1.5 2011/12/12 11:23:57 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs600_autoconf.c,v 1.6 2012/01/10 12:17:20 kiyohara Exp $");
#include <sys/systm.h>
#include <sys/device.h>
@@ -68,6 +68,8 @@
if (config_rootfound("plb", NULL) == NULL)
panic("configure: mainbus not configured");
+ pic_finish_setup();
+
printf("biomask %x netmask %x ttymask %x\n",
imask[IPL_BIO], imask[IPL_NET], imask[IPL_TTY]);
Home |
Main Index |
Thread Index |
Old Index