Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/nslu2 Add xname argument to pc_intr_establis...



details:   https://anonhg.NetBSD.org/src/rev/d43b0795f810
branches:  trunk
changeset: 837069:d43b0795f810
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Nov 18 14:25:17 2018 +0000

description:
Add xname argument to pc_intr_establish implementation

diffstat:

 sys/arch/evbarm/nslu2/nslu2_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c25377812f0d -r d43b0795f810 sys/arch/evbarm/nslu2/nslu2_pci.c
--- a/sys/arch/evbarm/nslu2/nslu2_pci.c Sun Nov 18 14:16:13 2018 +0000
+++ b/sys/arch/evbarm/nslu2/nslu2_pci.c Sun Nov 18 14:25:17 2018 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: nslu2_pci.c,v 1.7 2014/03/31 10:22:20 ozaki-r Exp $   */
+/*      $NetBSD: nslu2_pci.c,v 1.8 2018/11/18 14:25:17 jmcneill Exp $  */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslu2_pci.c,v 1.7 2014/03/31 10:22:20 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslu2_pci.c,v 1.8 2018/11/18 14:25:17 jmcneill Exp $");
 
 /*
  * Linksys NSLU2 PCI support.
@@ -132,7 +132,7 @@
 
 static void *
 nslu2_pci_intr_establish(void *v, pci_intr_handle_t ih, int ipl,
-    int (*func)(void *), void *arg)
+    int (*func)(void *), void *arg, const char *xname)
 {
 
        return (ixp425_intr_establish(ih, ipl, func, arg));



Home | Main Index | Thread Index | Old Index