Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/ifpga Initialize intr_setattr of arm32_pci_c...



details:   https://anonhg.NetBSD.org/src/rev/80a77e47c32a
branches:  trunk
changeset: 823382:80a77e47c32a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Apr 21 12:18:59 2017 +0000

description:
Initialize intr_setattr of arm32_pci_chipset

diffstat:

 sys/arch/evbarm/ifpga/ifpga_pci.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ad92cfde4afa -r 80a77e47c32a sys/arch/evbarm/ifpga/ifpga_pci.c
--- a/sys/arch/evbarm/ifpga/ifpga_pci.c Fri Apr 21 11:49:31 2017 +0000
+++ b/sys/arch/evbarm/ifpga/ifpga_pci.c Fri Apr 21 12:18:59 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifpga_pci.c,v 1.19 2015/10/02 05:22:50 msaitoh Exp $   */
+/*     $NetBSD: ifpga_pci.c,v 1.20 2017/04/21 12:18:59 jmcneill Exp $  */
 
 /*
  * Copyright (c) 2001 ARM Ltd
@@ -64,7 +64,7 @@
 #define _ARM32_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ifpga_pci.c,v 1.19 2015/10/02 05:22:50 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ifpga_pci.c,v 1.20 2017/04/21 12:18:59 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -113,6 +113,7 @@
        ifpga_pci_intr_map,
        ifpga_pci_intr_string,
        ifpga_pci_intr_evcnt,
+       NULL,   /* intr_setattr */
        ifpga_pci_intr_establish,
        ifpga_pci_intr_disestablish,
 #ifdef __HAVE_PCI_CONF_HOOK



Home | Main Index | Thread Index | Old Index