Module Name:    src
Committed By:   jmcneill
Date:           Fri Apr 21 12:18:59 UTC 2017

Modified Files:
        src/sys/arch/evbarm/ifpga: ifpga_pci.c

Log Message:
Initialize intr_setattr of arm32_pci_chipset


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/ifpga/ifpga_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/ifpga/ifpga_pci.c
diff -u src/sys/arch/evbarm/ifpga/ifpga_pci.c:1.19 src/sys/arch/evbarm/ifpga/ifpga_pci.c:1.20
--- src/sys/arch/evbarm/ifpga/ifpga_pci.c:1.19	Fri Oct  2 05:22:50 2015
+++ src/sys/arch/evbarm/ifpga/ifpga_pci.c	Fri Apr 21 12:18:59 2017
@@ -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 @@ struct arm32_pci_chipset ifpga_pci_chips
 	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

Reply via email to