Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc Change pic_name from "openpic" to "u3...



details:   https://anonhg.NetBSD.org/src/rev/ce47089184a2
branches:  trunk
changeset: 953327:ce47089184a2
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Mar 06 07:29:05 2021 +0000

description:
Change pic_name from "openpic" to "u3_ht" so that it can be
distinguishable with generic OpenPIC driver.

diffstat:

 sys/arch/macppc/macppc/pic_u3_ht.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dba7b9fb3ba6 -r ce47089184a2 sys/arch/macppc/macppc/pic_u3_ht.c
--- a/sys/arch/macppc/macppc/pic_u3_ht.c        Sat Mar 06 07:24:24 2021 +0000
+++ b/sys/arch/macppc/macppc/pic_u3_ht.c        Sat Mar 06 07:29:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pic_u3_ht.c,v 1.11 2021/03/05 07:15:53 rin Exp $       */
+/*     $NetBSD: pic_u3_ht.c,v 1.12 2021/03/06 07:29:05 rin Exp $       */
 /*-
  * Copyright (c) 2013 Phileas Fogg
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic_u3_ht.c,v 1.11 2021/03/05 07:15:53 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic_u3_ht.c,v 1.12 2021/03/06 07:29:05 rin Exp $");
 
 #include "opt_openpic.h"
 #include "opt_interrupt.h"
@@ -229,7 +229,7 @@
        pic->pic_ack_irq = u3_ht_ack_irq;
        pic->pic_establish_irq = u3_ht_establish_irq;
        pic->pic_finish_setup = u3_ht_finish_setup;
-       strcpy(pic->pic_name, "openpic");
+       strcpy(pic->pic_name, "u3_ht");
        pic_add(pic);
 
        u3_ht_set_priority(u3_ht, 0, 15);



Home | Main Index | Thread Index | Old Index