Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Fix build after recent arm32_pci_chipset change



details:   https://anonhg.NetBSD.org/src/rev/04c54fdc683a
branches:  trunk
changeset: 836826:04c54fdc683a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 08 06:49:09 2018 +0000

description:
Fix build after recent arm32_pci_chipset change

diffstat:

 sys/arch/arm/s3c2xx0/s3c2800_pci.c |  5 +++--
 sys/arch/evbarm/ifpga/ifpga_pci.c  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 8fe4950a4be4 -r 04c54fdc683a sys/arch/arm/s3c2xx0/s3c2800_pci.c
--- a/sys/arch/arm/s3c2xx0/s3c2800_pci.c        Thu Nov 08 06:44:50 2018 +0000
+++ b/sys/arch/arm/s3c2xx0/s3c2800_pci.c        Thu Nov 08 06:49:09 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: s3c2800_pci.c,v 1.23 2017/04/19 12:34:14 jmcneill Exp $        */
+/*     $NetBSD: s3c2800_pci.c,v 1.24 2018/11/08 06:49:09 skrll Exp $   */
 
 /*
  * Copyright (c) 2002 Fujitsu Component Limited
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: s3c2800_pci.c,v 1.23 2017/04/19 12:34:14 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: s3c2800_pci.c,v 1.24 2018/11/08 06:49:09 skrll Exp $");
 
 #include "opt_pci.h"
 #include "pci.h"
@@ -202,6 +202,7 @@
        s3c2800_pci_bus_maxdevs,
        s3c2800_pci_make_tag,
        s3c2800_pci_decompose_tag,
+       NULL,
        s3c2800_pci_conf_read,
        s3c2800_pci_conf_write,
        NULL,           /* intr_v */
diff -r 8fe4950a4be4 -r 04c54fdc683a sys/arch/evbarm/ifpga/ifpga_pci.c
--- a/sys/arch/evbarm/ifpga/ifpga_pci.c Thu Nov 08 06:44:50 2018 +0000
+++ b/sys/arch/evbarm/ifpga/ifpga_pci.c Thu Nov 08 06:49:09 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifpga_pci.c,v 1.22 2018/11/02 13:46:24 maya Exp $      */
+/*     $NetBSD: ifpga_pci.c,v 1.23 2018/11/08 06:49:09 skrll 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.22 2018/11/02 13:46:24 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ifpga_pci.c,v 1.23 2018/11/08 06:49:09 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -107,6 +107,7 @@
        ifpga_pci_bus_maxdevs,
        ifpga_pci_make_tag,
        ifpga_pci_decompose_tag,
+       NULL,
        ifpga_pci_conf_read,
        ifpga_pci_conf_write,
        NULL,   /* intr_v */



Home | Main Index | Thread Index | Old Index