Module Name:    src
Committed By:   he
Date:           Thu Aug 20 12:51:28 UTC 2009

Modified Files:
        src/sys/arch/arm/footbridge/isa: isa_machdep.c

Log Message:
Typo correction: it's isa_dmadestroy(), not isa_dma_destroy(), apparently.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/footbridge/isa/isa_machdep.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/arm/footbridge/isa/isa_machdep.c
diff -u src/sys/arch/arm/footbridge/isa/isa_machdep.c:1.15 src/sys/arch/arm/footbridge/isa/isa_machdep.c:1.16
--- src/sys/arch/arm/footbridge/isa/isa_machdep.c:1.15	Wed Aug 19 15:01:07 2009
+++ src/sys/arch/arm/footbridge/isa/isa_machdep.c	Thu Aug 20 12:51:28 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.c,v 1.15 2009/08/19 15:01:07 dyoung Exp $	*/
+/*	$NetBSD: isa_machdep.c,v 1.16 2009/08/20 12:51:28 he Exp $	*/
 
 /*-
  * Copyright (c) 1996-1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.15 2009/08/19 15:01:07 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.16 2009/08/20 12:51:28 he Exp $");
 
 #include "opt_irqstats.h"
 
@@ -504,7 +504,7 @@
 isa_detach_hook(isa_chipset_tag_t ic, device_t self)
 {
 #if NISADMA > 0
-	isa_dma_destroy();
+	isa_dmadestroy(ic);
 #endif
 }
 

Reply via email to