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 one more skiplist entry...



details:   https://anonhg.NetBSD.org/src/rev/a21c090a58ac
branches:  trunk
changeset: 372808:a21c090a58ac
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Dec 28 07:34:42 2022 +0000

description:
one more skiplist entry...

diffstat:

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

diffs (26 lines):

diff -r 4ec3c48fb49b -r a21c090a58ac sys/arch/macppc/dev/obio.c
--- a/sys/arch/macppc/dev/obio.c        Wed Dec 28 07:18:29 2022 +0000
+++ b/sys/arch/macppc/dev/obio.c        Wed Dec 28 07:34:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.52 2022/12/28 07:12:36 macallan Exp $       */
+/*     $NetBSD: obio.c,v 1.53 2022/12/28 07:34:42 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.52 2022/12/28 07:12:36 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.53 2022/12/28 07:34:42 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -281,6 +281,7 @@
        "interrupt-controller",
        "chrp,open-pic",
        "open-pic",
+       "mpic",
        "gpio",
        "escc-legacy",
        "timer",



Home | Main Index | Thread Index | Old Index