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 one more arm32_bus_dma_tag'...



details:   https://anonhg.NetBSD.org/src/rev/050920c46e18
branches:  trunk
changeset: 550162:050920c46e18
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 31 17:51:09 2003 +0000

description:
Initialize one more arm32_bus_dma_tag's _cookie to NULL.

diffstat:

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

diffs (26 lines):

diff -r 7cfce12a4a86 -r 050920c46e18 sys/arch/evbarm/ifpga/ifpga_pci.c
--- a/sys/arch/evbarm/ifpga/ifpga_pci.c Thu Jul 31 15:43:06 2003 +0000
+++ b/sys/arch/evbarm/ifpga/ifpga_pci.c Thu Jul 31 17:51:09 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifpga_pci.c,v 1.6 2003/07/15 00:24:59 lukem Exp $      */
+/*     $NetBSD: ifpga_pci.c,v 1.7 2003/07/31 17:51:09 he Exp $ */
 
 /*
  * Copyright (c) 2001 ARM Ltd
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ifpga_pci.c,v 1.6 2003/07/15 00:24:59 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ifpga_pci.c,v 1.7 2003/07/31 17:51:09 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -123,6 +123,7 @@
 struct arm32_bus_dma_tag ifpga_pci_bus_dma_tag = {
        0,
        0,
+       NULL,
        _bus_dmamap_create, 
        _bus_dmamap_destroy,
        _bus_dmamap_load,



Home | Main Index | Thread Index | Old Index