From 5b3551df9371bcb94b25e5081c8a7dea04c32418 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 31 Jul 2003 17:51:09 +0000 Subject: [PATCH] Initialize one more arm32_bus_dma_tag's _cookie to NULL. --- sys/arch/evbarm/ifpga/ifpga_pci.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbarm/ifpga/ifpga_pci.c b/sys/arch/evbarm/ifpga/ifpga_pci.c index 22a87eb1dd08..515708246a6d 100644 --- a/sys/arch/evbarm/ifpga/ifpga_pci.c +++ b/sys/arch/evbarm/ifpga/ifpga_pci.c @@ -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 -__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 #include @@ -123,6 +123,7 @@ struct arm32_pci_chipset ifpga_pci_chipset = { struct arm32_bus_dma_tag ifpga_pci_bus_dma_tag = { 0, 0, + NULL, _bus_dmamap_create, _bus_dmamap_destroy, _bus_dmamap_load,