From f0f724e255013e2642bad09921b153791ce3b599 Mon Sep 17 00:00:00 2001 From: scw Date: Fri, 25 Jul 2003 10:50:13 +0000 Subject: [PATCH] Fix the default bus dma tag. --- sys/arch/powerpc/ibm4xx/dev/plb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/powerpc/ibm4xx/dev/plb.c b/sys/arch/powerpc/ibm4xx/dev/plb.c index f0cdd255e5c2..4f172ec7c3a1 100644 --- a/sys/arch/powerpc/ibm4xx/dev/plb.c +++ b/sys/arch/powerpc/ibm4xx/dev/plb.c @@ -1,4 +1,4 @@ -/* $NetBSD: plb.c,v 1.10 2003/07/25 10:12:44 scw Exp $ */ +/* $NetBSD: plb.c,v 1.11 2003/07/25 10:50:13 scw Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: plb.c,v 1.10 2003/07/25 10:12:44 scw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: plb.c,v 1.11 2003/07/25 10:50:13 scw Exp $"); #include "locators.h" @@ -105,7 +105,6 @@ CFATTACH_DECL(plb, sizeof(struct device), * "generic" DMA struct, nothing special. */ struct powerpc_bus_dma_tag ibm4xx_default_bus_dma_tag = { - NULL, 0, /* _bounce_thresh */ _bus_dmamap_create, _bus_dmamap_destroy,