Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/dev suppress 'not configured' message for mp...



details:   https://anonhg.NetBSD.org/src/rev/19a158635324
branches:  trunk
changeset: 372806:19a158635324
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Dec 28 07:12:36 2022 +0000

description:
suppress 'not configured' message for mpic on G5s

diffstat:

 sys/arch/macppc/dev/obio.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 17cefa9cf91d -r 19a158635324 sys/arch/macppc/dev/obio.c
--- a/sys/arch/macppc/dev/obio.c        Wed Dec 28 06:50:23 2022 +0000
+++ b/sys/arch/macppc/dev/obio.c        Wed Dec 28 07:12:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.51 2022/01/22 11:49:16 thorpej Exp $        */
+/*     $NetBSD: obio.c,v 1.52 2022/12/28 07:12:36 macallan Exp $       */
 
 /*-
  * Copyright (C) 1998  Internet Research Institute, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.51 2022/01/22 11:49:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.52 2022/12/28 07:12:36 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -279,6 +279,8 @@
 
 static const char * const skiplist[] = {
        "interrupt-controller",
+       "chrp,open-pic",
+       "open-pic",
        "gpio",
        "escc-legacy",
        "timer",



Home | Main Index | Thread Index | Old Index